@charset "utf-8";
/* CSS Document */

.overall	{
	margin:auto;
	background-color:#FFCC66;
	width:794px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #000000;	
}

h1	{
	font-weight:bold;
	font-size:18px;
}

h2	{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}

.header	{
	background:url(../pics/header_bg.jpg) no-repeat;
	width:792px;
	height:125px;
	border:1px solid black;
	border-bottom:none;
	position:relative;
}

.header	a {
	position:absolute;
	display:block;
}
	
#logo	{
	left:15px;
	top:15px;
	float:left;
	width:300px;
	height:100px;
}

#start, #start:visited	{
	top:39px; left:348px;
	width:76px;
	height:25px;
	background:url(../pics/btn_start.gif) no-repeat;
}
#start:hover, #start:link	{background:url(../pics/btn_start_hover.gif) no-repeat;	}

#restaurant, #restaurant:visited	{
	top:39px; left:557px;
	width:129px;
	height:25px;
	background:url(../pics/btn_restaurant.gif) no-repeat;
}
#restaurant:hover, #restaurant:active	{background:url(../pics/btn_restaurant_hover.gif) no-repeat;	}

#speisekarte, #speisekarte:visited	{
	top:39px; left:424px;
	width:133px;
	height:25px;
	background:url(../pics/btn_speisekarte.gif) no-repeat;
}
#speisekarte:hover, #speisekarte:active	{background:url(../pics/btn_speisekarte_hover.gif) no-repeat;	}

#kontakt, #kontakt:visited	{
	top:40px; left:687px;
	width:133px;
	height:25px;
	background:url(../pics/btn_kontakt.gif) no-repeat;
}
#kontakt:hover, #kontakt:active	{background:url(../pics/btn_kontakt_hover.gif) no-repeat;	}


.left	{
	float:left;
	background:url(../pics/left_bg.jpg) no-repeat;
	width:249px;
	height:470px;
	border:none;
	border-left:1px solid black;
	text-align:center;	
}

.group 	{
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	padding:0px 40px;
	text-decoration:none;
}

.group:hover 	{
	color:#cc0000;
}

.grouppic	{
	border:2px solid white;
}

.grouptable	{
	width:80%; 
	margin:10px 0px 0px 80px; 
	text-align:center;
}

.grouptable td	{
	padding-top:10px; 
	text-align:center;
	color:#cc0000;
}

.details	{
	overflow:auto; 
	height:400px; 
	margin-top:60px; 
	z-index:500;
}

.details table{
	width:90%; 
	margin:20px auto; 
	text-align:center; 
	color:#3b2000;
}

.details table th	{
	font-size:18px; 
	font-weight:bold; 
	text-decoration:underline;
}

.details #gruppentext	{
	font-size:12px; 
}

.detaileintrag	{

}

.detaileintrag_bild	{
	float:left; 
	margin:0px 10px; 
	overflow:visible;
}

.detaileintrag_name	{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
}

.detaileintrag_namezusatz	{
	font-size:11px; 
	font-weight:bold;
	text-align:left;	
}

.detaileintrag_text	{
	font-size:11px; 
	font-weight:normal;
	text-align:left;	
}

.detaileintrag_menge	{
	text-align:right; 
	font-size:10px; 
	font-weight:normal; 
	width:40px;
	padding-top:5px;
	vertical-align:top;	
}

.detaileintrag_preis	{
	text-align:right; 
	font-size:14px; 
	font-weight:bold; 
	width:80px;
	vertical-align:top;
}

.content	{
	position:relative;
	float:right;
	background:url(../pics/content_bg.jpg) no-repeat;
	width:543px;
	height:470px;
	border:none;
	border-right:1px solid black;
	text-align:center;
}

.content p	{
	font-size:12px;
	text-align:justify;
	padding:0px 40px;
}

.footer	{
	clear:both;
	height:15px;
	padding:10px 10px 0px 10px;
	border:1px solid black;
	border-top:none;
	background:url(../pics/footer_bg.jpg);
	font-size:10px;
	color:#CCCCCC;
}

.footer a, .footer a:active, .footer a:visited	{
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}

.footer a:hover	{
	color:#FFFFFF;
}
