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

/* general */
a {
	color:#000;
	text-decoration:none;
	border:0;
}

a:hover {
	color:#000;
	text-decoration:none;
	border:0;
}

/* body */
body {
	background:#F0E68C;
	color:#000;
	font:0.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* navigation */
#navigation {
	background:#FFCC66;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin:0 auto;
	height:20px;
	width:900px;
	list-style:none;
}

#navigation li {
	border-left:1px solid #999;
	float:left;
	width:298px;
	list-style:none;
}

#navigation a {
	color:#000;
	display:block;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	border:0;
}

#navigation a:hover {
	background:#FF8500;
	color:#000;
	text-decoration:none;
	border:0;
}

#navigation .active {
	background:#FF9C00;
	color:#000;
}

#container {
	width:900px;
	margin:0 auto;
	padding:0;
	position:relative;
/*	border:1px solid #000;*/
	color:#000;
	text-align:left;
}

/* content */
#content {
	width:680px;
	margin:0 0 0 220px;
	height:auto;
	display:block;
	padding:0 0 20px 0;
	border-bottom:1px solid #999;
}

#content-nolinks {
	width:900px;
	margin:0;
	height:auto;
	display:block;
	padding:0 0 20px 0;
	border-bottom:1px solid #999;
}


#content h1, #content-nolinks h1 {
	border-bottom:1px solid #999;
	font-size:1.8em;
	padding:20px 0 0 0;
}

#content h2, #content-nolinks h2 {
	font-size:1.5em;
	padding:15px 20px 0;
}

#content p, #content-nolinks p {
	padding:20px 20px 0;
}

#content a, #content-nolinks a {
	text-decoration:none;
	border-bottom:dashed 1px #999;
}

#content a:hover, #content-nolinks a:hover {
	text-decoration:none;
	border-bottom:solid 1px #999;
}

#content .image {
	border:0;
	text-decoration:none;
 	vertical-align:center;
	margin:10px;
}

.image {
	border:0;
	text-decoration:none;
 	vertical-align:center;
	margin:10px;
}



.p2 {
	padding:0 0 0 50px;
	margin:0;
}

.code {
	border: dashed 1px #999;
	padding:5px 8px 5px 8px;
	margin:5px 20px 5px 20px;
}

#linkList {
	position:absolute;
	top:40px;
	left:15px;
	width:180px;
	border:dashed 1px #999;	
	padding:0 0 10px 0;
	text-align:left;
}

#linkList li {
	list-style:none;
	padding:0 0 0 15px;
}

#linkList li a {
	padding:0;
	text-decoration:none;
	border:0;
}

#linkList li a:hover {
	padding:0;
	text-decoration:underline;
	border:0;
}

#linkList h1 span {
	padding:5px;
	margin:0 auto;
	font:0.75em Arial, Helvetica, "bitstream vera sans", sans-serif;
	border:0;
}

#linkList h1 span a {
	border:0;
}


.rezepteframe table {
	width:300px;	
	padding:0;
}

.leftalign {
	text-align:left;
	padding:0 0 0 4px;
}

.rightalign {
	text-align:right;
	white-space:nowrap;
	padding:0 5px 0 0;
}

.bold {
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
}

