
body {
font-family: Arial, Helvetica ,Verdana, Sans-serif;
font-size: 0.8em;
color: #fff;
margin: 0;
padding:0;
background:#232323;
}
a {
color: #fff;
text-decoration: none;
}
h1 {
 color: #fff;
 background-color: transparent;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}
strong{
	font-weight: bold;
	color:#ffec00;
}
em{
}
p{
	line-height:1.2em;
}
img{
	border: 0;
	margin:5px;
}
.hide{
	visibility: hidden;
	display:none;
}
.red{color:red;}
.green{color:green}
.floatleft{float:left;}
.floatright{float:right;}
.clearfloat{clear:both;}
/*start layout /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container{
	margin:0;
}
#header{
	margin:0 auto;
	width:990px;
	height:195px;
	background:url(images/header.jpg) bottom #000;
}
#main{
	margin:0 auto;	
	width:990px;
	min-height:480px;
	background:url(images/bg_left.png) repeat-y left bottom #000;
}
/*navigaton------------------------------------------------------ */
#left{
	float:left;
	width:160px;
}
#navi{
height:480px;
overflow:auto;
}
#navi img{
border:1px solid #ffec00;
}
#navi .on{
border:3px solid #ffec00;
margin-left:3px;
margin-top:3px;
}
#navi ul{
margin:0;
}
#navi li{
	list-style:none;
	margin-left:-35px;
}
/*content----------------------------------------------------------- */
#content{
	width:810px;
	height:450px;
	margin: 0 0 0 170px;
}
/*kueche------------------------------------------------------------ */
#kimage{
	margin:10px 0 0 0;
	float:left;
	width:553px;
	height:380px;
}
/*preis-------------------------------------------------------------- */
#preislabel{
	margin:5px 0 0 430px;
	padding-top:1px;
	width:216px;
	height:99px;
	background:url(images/preis_label.png) no-repeat;
}
#preislabel h1{
	margin:8px 0 0 25px;
	font-size:55px;
	font-weight:bolder;
	color:#000;
}
#kteaser{
	float:right;
	width:160px;
	height:50px;
	margin:40px 0 0 0;
	color:#ffec00;
	font-weight:bold;
}
#ktext{
	float:right;
	margin:5px 0 0 0;
	width:248px;
	height:179px;
}
#fronten{
	clear:right;
	float:right;
	position:relative;
	width:255px;
}
#fronten p{
	margin:-5px 0 0 7px;
}
#footer{
	clear:left;
	float:left;
	margin: -115px 0 0 156px;
}
.kinklusive{
	float:left;
	width:108px;
	height:83px;
	margin: 0 7px 0 0;
	background:url(images/ink_label.png);
}
.kinklusive p{
color:#000;
font-size:10px;
margin:42px 2px 0 15px;
}
