* {
	margin: 0px;
	padding: 0px;
}

.body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

.header {
 	width: 999px;
 	height: 169px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

.header_bac {
 	width: 999px;
 	height: 169px;
	background-image:url(../images/header_b.jpg);
	background-repeat: no-repeat;
}

.header_koc {
 	width: 999px;
 	height: 169px;
	background-image:url(../images/header_k.jpg);
	background-repeat: no-repeat;
}

.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left:0px; margin-top: -50px; border: 2px dotted #ffffff;
}

#home_link a {
	height: 50px; width: 380px;
}

#backen_link {
	margin-left: 50px; margin-top: 35px; border: 0px solid #000000;
}

#backen_link a {
	height: 25px; width: 120px;
}

#kochen_link {
	margin-left: 210px; margin-top: 35px; border: 0px solid #000000;
}

#kochen_link a {
	height: 25px; width: 120px;
}

#imp_link {
	margin-left: 815px; margin-top: 5px; border: 0px solid #000000;
}

#imp_link a {
	height: 25px; width: 120px;
}

.main {
	width: 999px;
	height: 690px;
	background-color: #fff39f;
}

.randlinks {
	width: 37px;
	height: 79px;
	background-image: url(../images/randlinks.jpg);
}

.navi{
	width: 206px;
	margin-top: 0px;
	padding-left: 0px;	
}

.navi ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi ul li {
	display: inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:active,
.navi ul li a:visited {
   	display: block;
 	line-height: 23px;
	height: 23px;
 	color:  #000000;
	font-family: "verdana";
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}

.navi ul li a:hover, 
.navi ul li a.akt {
  	display: block;
  	background-image: url(../images/navi_hover.jpg);
  	background-repeat: no-repeat;
  	background-position: -10px 3px;
	text-decoration: underline;
	color: #000000;
}

.ads{
	width: 200px;
}

.mid {
	width: 50px;
	background-image: url(../images/mitte.jpg);	
}

.content {
	margin-left: 25px;
	margin-right: 50px;
	text-align: left;
	font-family: "Verdana";
}

.content h1 {
	color: #080083;
	font-family: "comic sans ms";
	text-align: left;
	font-size: 16px;	
	height: 30px;
	line-height: 30px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.content p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	color: #666666;
	font-family: "Verdana";
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

.content a,
.content a:link,
.content a:active,
.content a:visited {
	color: #080083;
	font-weight: normal;	
	text-decoration: none;
} 


.content a:hover, 
.content a.akt {
	text-decoration: underline;
}
.content ul {
 	margin-top: 20px;
 	margin-left: 45px;
 	padding: 0px;
}

.content ul li {
	color: #080083;
	font-family: "Verdana";
	font-size: 11px;
	text-align: left;
	line-height: 25px;
	list-style-type: disc;
	margin-left: 10px;
}

.randrechts {
	width:59px;
	height: 79px;
	background-image:url(../images/randrechts.jpg);
}

.footer {
	width: 999px;
	height: 83px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	}

