/* Layout */
body { 
background-color: #E6F3D1; 
font-family: Verdana, Arial, Helvetica; 
font-size: 11px; font-style: normal;
}

/* Schriften */
h1 {
font-size: 14px;
color: #006633;
}
h2 {
font-size: 14px;
color: #FF0000;
} 
h3 {
font-size: 14px; 
color: #CC6600;
} 
h4 {
font-size: 14px; 
color: #712B2B;
} 
h5 {
font-size: 14px;
color: #3300CC;
} 
h6 {
font-size: 14px;
color: #990000;
} 
p {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
} 
li {
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
}

.titelRezepte {
	font-family: Verdana, Arial, Helvetica;
	margin-top:15px;
	margin-bottom: 7px;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

/* Links */
a:link {
color: #006600;
text-decoration: none; 
} 
a:visited {
color: #006600; 
text-decoration: none; 
} 
a:active { 
color: #666666;	
text-decoration: none; 
}
a:hover { 
color: #FF0000;	
text-decoration: underline; 
}

