/**** Kochbuch ****/

#kochbuchlist {
	width: 570px;
	}
	
#kochbuchlist .rezeptcat{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
	}	
	
#kochbuchlist .rezeptlist{
	
	}

#kochbuchlist ul{
	list-style-type:square;
	margin: 0 0 2px 0;
	}

#kochbuchlist ul li{
	color: #5A595A;
	}
	
#kochbuchlist .rezeptlist a{
	color: #5A595A;
	}
	
#kochrezept {
	width: 570px;
	}	
	
#kochrezept .rezhead{
	font-weight: bold;
	font-size: 12px;
}

#kochrezept .rezcontent{
	}
	
#rezname {
	}
	
#rezfoot{
	width: 570px;
	margin-top: 30px;
	padding-left: 8px;
	border-top: 1px solid #BAE770;
	}
	
#kochbuchrand .link {
	background-color: #fff;
	border: 1px solid #E3E3E4;
	padding: 5px;
}	

#kochbuchrand .link a {
	color: #94C11C;
	text-decoration: none;
}

#inav {
}

/* 1. Navigationsebene */
#inav ul {
	list-style-type: none;
}

#inav ul li {
	border: 1px solid red;
}

#inav ul a {
	padding:2px 2px 2px 11px;
	color: #848684;
	font-size:11px;
	line-height:13px;
	
}

#inav ul a:hover,
#inav ul a.act,
#inav ul a.flyout {
	color: #94C318;
	text-decoration:none;
}

.MsoNormal {
	clear: all;
	font-size: 10px;
}
