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

body {margin: 0px;padding:0px;
color:#FFFFff}

#base {
	position: absolute;
	z-index: 2;
}

.hide {display: none;}
	
h1, h2, ul, li {list-style: none; }
h1 {font-size: 0;}
h3 {font-size: 3px;}
/* ------------------------------------HEADER */

#base #header {
	position: absolute;
	z-index: 4;
	left: 5px;
	top: 3px;
	background-repeat: no-repeat;
	height: 34px;
	width: 120px;
	display:none;
	}

#base h1 a {
	display: block;
	width: 120px;
	height: 34px;
	font-size: 2px;
	text-indent: -2000em;
	background-image:url(qu/cook.png);
	background-repeat: no-repeat;
	background-position: 0 -34px;
	}
	
#base h1 a:hover {width: 120px; background-position: 0 0; }
	
	
/*--------------------------------------- NAVIGATION */

#nav {
	position: absolute;
	top: 26px;
	margin-left: 11px;
	width: 107px;
	z-index: 1;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-left: 2px;
	background: #000000;
		display:none;
	}	

#nav ul {
	width: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding:0;
	margin-bottom: 5px;
	}
	
#nav li {
	display:block;
	margin:0;
	padding:0;
	line-height: 22px;}
	
#nav li a {	
	text-indent: 0;
	text-decoration: none;line-height: 20px;
	height: 20px;
	padding: 0; margin: 0;
	color:#ffffff;
	}
	
#nav li strong a {color:#e4f900;}
#nav li a:hover {color:#e4f900;}

/*-------------------------------SUBNAV level1-------------------------*/

#nav ul.level1 {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position: relative;
	width: 120px;
	margin-bottom: 15px;
	height: auto;
	white-space: nowrap;
	margin-left: 4px;
		display:none;
	}

#nav ul.level1  li {
	float: none;
	width: 120px;
	padding-left: 0;
	margin:0;
	height: 20px;
	white-space:nowrap;
	}
		
#nav ul.level1  li a {
	text-indent: 0;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	padding: 3px;
	margin: 0;
	width: 100px;
	}

#nav ul.level1 li strong a {
	color:#D7EF4E;
	text-decoration: underline;
}
#nav ul.level1 li a:hover { color: #D7EF4E;}
	


/*-------------------------------CONTENT-SITE-------------------------*/

#content-site {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 600px;
	height: 500px;
	margin: 0;
	padding: 0;
	z-index:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	
	}
#content-site h1 {
	font-size: 10px;
	background-color:#e4f900;
	color: #000000;
	}
	
#content-site h5 {
	font-weight:bold;
	font-size: 10px;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding: 2;
}
#content-site ul, li {margin: 0;padding: 0; white-space: nowrap;}

#content-site a{
	color: #ccff00;
	text-decoration:none;
	}
#content-site a:hover{
	color: #ccff00;
	text-decoration:none;
	}

#content-zutaten {
	position: relative;
	margin-top: 40px;
	left: 0;
	color: #000000;
	}
	
#content-zubereitung {
	position: relative;
	margin-top: 10px;
	left: 0;
	color: #000000;
	}
	
#content-titel {
	position: absolute;
	top: 6px;
	padding-left: 2px;
	left: 0px;
	font-size: 18px;
	font-weight: bold;
	width: 520px;
	background:#000000;
	}
	
#nextroom {
	position: relative;
	top: 0px;
	left: 0;
	margin-bottom: 20px;
	font-size: 10px;
	}
#infos {
	position:relative;
	font-size: 10px;
	}
	
td {
	vertical-align: top;
}
