@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;}

img {border-width: 0px;}
img a{border-width: 0px; }
img a {outline: none;}

/* ------------------------------------HEADER */

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

#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: 36px;
	margin-left: 11px;
	width: 230px;
	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;
	}	

#nav ul {
	width: 230px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	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: 28px;}
	
#nav li a {	
	text-indent: 0;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;line-height: 20px;
	height: 22px;
	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: 200px;
	margin-bottom: 15px;
	height: auto;
	white-space: nowrap;
	margin-left: 4px;
	
	}

#nav ul.level1  li {
	float: none;
	width: 200px;
	padding-left: 0;
	margin:0;
	height: 22px;
	white-space:nowrap;
	}
		
#nav ul.level1  li a {
	text-indent: 0;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
	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, #content-pictures {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 728px;
	height: 500px;
	margin: 0;
	padding: 0;
	z-index:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	#content-pictures {background-color:#e4f900;}
#content-site h1 {
	font-size: 12px;
background-color:#e4f900;
	color: #000000;
	}
	
#content-site h5 {
	font-weight:bold;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2;
}
#content-site ul, li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: normal;
}

#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: 30px;
	left: 0;
	color: #000;
	}
	

#content-titel {
	position: absolute;
	top: 26px;
	padding-left: 2px;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
	width: 150%;
	background:#000000;
	}
	
.copyright {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #CCC;}

#print {position:relative; height: 20px;}