/* CSS Document */
body{
	padding:0px; 
	margin:18px 0 0; 
	background:#590000; 
	color:#CD7A7A;
	font-size:11px;
	font-family: TrajanPro-Regular;
}

div, p, ul, h2, h3, h4, h5, form, img{
	padding:0px; 
	margin:0px;
}

ul{
	list-style-type:none;
}

/*----TOP PANEL----*/
#topPan{
	width:90%; 
	height:113px; 
	position:relative; 
	margin:0 auto;
	background:url(images/header.png) 0 0 repeat-x;
}

#topPan img.logo{
	width:378px; 
	height:100px; 
	position:absolute; 
	top:13px; 
	left:104px;
}

#topimagePan{
	width:252px; 
	height:113px; 
	position:absolute; 
	right:0px; 
	background:url(images/headerNight.png) 0 0 no-repeat;
}
/*----/TOP PANEL----*/


/*----BODY PANEL----*/
#bodyPan{
	width:90%;
	position:relative;
	margin:0 auto;
}

/*----- NAVI  ----*/
#navi {
	width: 150px;
	float:left;
	position:relativ;
	background:#dcd399;
	margin: 0px;
	padding: 20px 20px 0 20px;
}

#navi a{
	display:block;
	height:30px;
	text-decoration:none;
	font-family: TrajanPro-Regular;
	padding-right:10px;
	margin:5px;
	color:#590000;
}

#navi .is a{
}

#navi .is a span{
	font-size:25px;
}

#navi a span{
	font-size:20px;	
}

#navi a:hover span{
	font-size:25px;
}

/*----- /NAVI  ----*/

/*----Left Panel----*/
#leftPan{
	text-align:center;
	padding:18px 26px 16px 16px;
	margin-left:10px;
}

#leftPan p{
	text-align:center;
	padding:14px 14px 14px 14px;
}

#leftPan h3{
	display:block;
	font-style:italic;
	padding-left:30px;
	margin-left:30px;
	font:26px/26px Monotype Corsiva;

}

#leftPan h2{
	height:26px; 
	background:#590000; 
	color:#fff; 
	font:26px/26px TrajanPro-Regular;
}

#leftPan h2 span{
	background:#590000; 
	color:#F10000;
}

/*----/Left Panel----*/

/*----Left Panel----*/
#speisekarte{
	margin-left:10px;
	padding-left:200px;
	padding-top:20px;
	position:relativ;
}

#speisekarte .gericht{
	padding-left:160px;
	width:250px;
	font:15px/15px Monotype Corsiva;
	position:relativ;
}

#speisekarte .preis{
	width:100px;
	float:right;
	padding-right:250px;
	position:relativ;
}

#speisekarte .foot{
	font:12px/12px Monotype Corsiva;
	width:500px;
	padding-top:50px;
	text-align:center;
	padding-left:150px;
}

#speisekarte .pages {
	text-align:center;
}

#speisekarte .pages a{
	color:#F00;
}



#speisekarte h3{
	display:block;
	text-decoration:underline;
	font-style:italic;
	padding-left:130px;
	padding-bottom:20px;
	margin-left:30px;
	font:26px/26px Monotype Corsiva;

}

#speisekarte h2{
	text-align:center;
	height:26px; 
	background:#590000; 
	color:#fff; 
	font:26px/26px TrajanPro-Regular;
}

#speisekarte h2 span{
	background:#590000; 
	color:#F10000;
}

/*----/BODY PANEL----*/

/*----BOTTOM BODY PANEL----*/
#bodyBottomPan{
	width:70%; 
	height:40px; 
	background:url(images/body-bottombg.gif) 0 0 repeat-x #590000; 
	color:#CD7A7A; 
	position:relative; 
	margin:0 auto; 
	clear:both; 
	padding:52px 0 10px 15px;
}

#BottomLeftPan{
	width:20%; 
	float:left;
	padding: 0 0 20px 0;
}

#BottomLeftPan p{
	background:#590000; 
	color:#fff; 
	font:25px/20px TrajanPro-Regular; 
	padding:0 0 20px 0;
	text-align:center;
}

#BottomLeftPan p span{
	font-size:21px; 
	text-transform:uppercase;
}

#BottomMiddleePan{
	width:50%; 
	float:right; 
	padding:0 20px 0 0;
	text-align:center;
	
}

#BottomMiddleePan p.more{
	width:70px; 
	height:16px;
	margin:5px 0 30px 318px;
}

#BottomMiddleePan p.more a{
	width:58px; 
	height:16px; 
	display:block; 
	background:url(images/botton2.gif) 85% 50% no-repeat #3C0101; 
	color:#fff; 
	text-transform:uppercase; 
	font-size:11px; 
	line-height:18px; 
	text-decoration:none; 
	padding:0 0 0 10px;
}

#BottomMiddleePan p.more a:hover{
	background:url(images/botton2.gif) 85% 50% no-repeat #3C0101; 
	color:#F10000; 
	text-decoration:none;
}
/*----/BOTTOM BODY PANEL----*/

/*----FOOTER PANEL----*/
#footerPan{
	width:90%; 
	height:50px; 
	background:#dcd399; 
	color:#5d161f; 
	margin:0 auto;
	margin-bottom:0px;
	font:12px/16px TrajanPro-Regular; 
	clear:both; 
	padding:26px 0 0;
	text-align:center;
}

