﻿#inhalt-bistro{
	padding-top:10px;
	padding-bottom:10px;
	bottom:0;
	width:886px;
	margin:2px 2px;
	height:1100px;
}

#kopf-b {
	background-image:url('../pics/bistro/logo.gif');
	margin:50px auto 0px 5px;
	width:886px;
	height:203px;
	text-align:center;
	-webkit-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);

}

.info-box-b {
	margin:30px auto 30px auto;
	width:800px;
	height:700px;
	padding:5px;
	color: black;
	background: lightgrey;
	
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.4);

}

.info-box-b h3{
	margin:10px auto 10px auto;
	font-family:'Caveat', cursive;
	color:rgba(255, 114, 43, 1);
	font-size:60px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;

}

.info-box-b p{
	font-family:'Caveat', cursive;
	color: rgba(255, 114, 43, 1);
	font-size:30px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;
	text-align:center;
	margin:0px 30px 30px 30px;
}

.index4_r {
	float:	right;
	margin:0px 10px 10px 10px;
	border:2px black outset;
	border-radius:5px;
}

.index4_l {
	float:	left;
	margin:0px 10px 10px 40px;
	border:2px lightgray outset;
	border-radius:5px;
}

.ul_l {
	text-align:left;
	font-family:'Caveat', cursive;
	color:lightslategrey;
	font-size:25px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;
	
}

.ul_r {
	text-align:left;
	margin-left:380px;
	font-family:'Caveat', cursive;
	color:forestgreen;
	font-size:30px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;
	
}