body
{
margin: 0;
padding: 0;
font-family:verdana, sans-serif;
font-size: 14px;
text-align: center;
color: #333;
background-color: #D6D6D6;
background-image: url(../images/bg.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
color: #fff;
background-color: #B52C07;
}

h1
{
color: #B52C07;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h1 a { text-decoration: none; }

h2
{
color: #5B5E0E;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: auto;
width: 850px;
text-align: left;
background-color: #fff;
border: 1px none #fff;
}

#header
{
height: 100px;
width: 100%;
background-image: url(../images/header.gif);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 1px none #fff;
border-bottom: 1px solid #fff;
}

#logo {
padding: 32px 0 0 30px;
color: #315D06;
text-decoration: none;
font-size: 36px; 
}
#mainnav
{
background-color: #315D06;
color: #E9DF90;
padding: 2px 0;
margin-bottom: 22px;
}

#mainnav ul
{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
border-left: 1px solid #C4C769;
}

#mainnav li
{
display: inline;
padding: 0 10px;
border-right: 1px solid #C4C769;
}

#mainnav li a
{
text-decoration: none;
color: #E9DF90;
}

#mainnav li a:hover
{
text-decoration: none;
color: #fff;
background-color: #A8B946;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }


#contents { margin: 0 0px 40px 20px; }
#contents p { line-height: 1.5; }


#footer
{
clear:both;
color: #e9DF90;
text-align: center;
font-size: 90%;
height: 90px;
background-image:url(../images/footer.gif);
padding: 0px 0px 0px 0px;

}
/**** Rezept-Styles ****/

/* Rezeptrahmen: */
div.rez	{ font-size:0.99em; color:#000; background:#fff; padding:0.5em; cursor:text; border:1px dotted black; }

/* Überschriften Zutaten, Quelle, Zubereitung: */
h3.headline	{ margin-top:0.8em; margin-bottom:0.2em; color:#000; font-size:110%; font-weight:bold; }

td.rkhide	{ color:#fff; } /* versteckt! color muss wie Hintergrundfarbe = background sein */
table.rktab	{ width:100%; } /* stört bei manchen Blog-Softwaren => 'width:100%' loeschen, also { } */
td.rktitle { color:#169; font-size:140%; font-weight:bold; }	/* Rezepttitel */
td.inghead		{ color:#000; font-size:100%; font-weight:bold; }	/* Zutatenheader */
p.rkimg		{ margin:1.0em 0; text-align:center; }		/* für event. Rezeptbild */
/**** Ende Rezept-Styles ****/