/**** Kochbuch ****/

#kochbuchlist {
	width: 800px;
	}
	
#kochbuchlist .rezeptcat{
	color: #216929;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-color: #E7F3DE;
	padding: 5px 0 5px 15px;
	margin: 5px;
	}	
	
#kochbuchlist .rezeptlist{
	margin-left: 20px;	
	color: #5A595A;
	}

#kochbuchlist ul{
	list-style-type:square;
	margin: 2px 0 2px 0;
	}

#kochbuchlist ul li{
	color: #5A595A;
	}
	
#kochbuchlist .rezeptlist a{
	color: #5A595A;
	}
	
#kochrezept {
	width: 500px;
	}	
	
#kochrezept .rezhead{
	font-size: 15px;
	font-weight: bold;
	color: #216929;
	display: block;
	background-color: #E7F3DE;
	padding: 2px 0 2px 8px;	
	margin: 3px 0;
}

#kochrezept .rezcontent{
	padding: 0 15px;
	}
	
#rezname {
	font-size: 18px;
	font-weight: bold;
	color: #5A595A;
	display: block;
	background-color: #ADE75A;
	padding: 8px 0 8px 8px;
	}
	
#rezfoot{
	width: 500px;
	margin-top: 30px;
	padding-left: 8px;
	border-top: 1px solid #BAE770;
	}
