														/* Seite allgemein  */
body
{
		background-image:url(images/hintergrund.jpg);
		background-repeat:repeat;
        font-family: Arial, sans-serif;
        color: #000000;
		text-align: center;
		background-color:#000000;
}

#page
{
		width: 800px;
		border: 0;
		margin: auto; 
		background-color: #c7a87a;	
		font-size: 0.9em;
}

h2 
{	
		text-align: left; 
		text-decoration: underline;
		font-size: 15px;
		margin-top: 4px;
		margin-bottom: 4px;
}

h3 
{	
		text-align: center; 
		font-size: 15px;
		margin-top: 4px;
		margin-bottom: 4px;
}

a:link
{
		text-decoration: underline;
		color: #000000;
}
														/* oberer Bereich */													
#header
{
        background-image: url(images/naturg2.jpg);
        background-position: left;
        background-repeat: no-repeat;
        height: 80px;
        text-align: left;
}

#navigation
{
		background-color: #ffff00;
		height: 46px;
		width: 800px;
}

#button
{
		height: 33px;
		text-align: right;
		padding: 8px 0 5px 0;
		float: left;
		width: 640px;
}

#search
{
		width: 160px;
		float: right;
		height: 46px;
		text-align: right;
}
														/*  Hauptseite  
															(der komplette Bereich zwischen den gelben Balken)   */
#content 
{
		background-color: #c7a87a;
		width: 800px;
		height: 420px;
		text-align: left;
		font-size: 0.9em;
		overflow: auto;
		color: #000000;
}
														/*  unterer Bereich  */
#footer
{
		background-color:#ffff00;
      	color: #000000;
       	width: 800px;
		height: 46px;
        padding-bottom: 3px;
}

td,tr,table
{
		text-align:left;
}

#logo
{
		height: 40px;
		padding-top: 3px;
}
														/*  Startseite  */ 
#home
{
		width: 750px;
		height: auto;
		float: left;
		padding: 25px 20px 15px 20px;
		text-align: center;
}

														/*  Seite Produkte  */ 
#produkte
{
		width: 780px;
		height: 420px;
		text-align: center;
		z-index: auto;	
}

#produkteMenue
{
		width: 160px;
		height: 395px;
		float: left;
		padding-top: 25px;
}

#produkteInhalt
{
		width: 540px;
		height: auto;
		float: left;
		padding: 25px 20px 20px 20px;
		text-align: left;
}
														/*  Seite Rezepte  */ 
#rezepte
{
		width: 760px;
		height: 420px;
		text-align: center;
		/*z-index: auto;	*/
}

#rezepteMenue
{
		width: 160px;
		height: 395px;
		float: left;
		padding-top: 25px;
}

#rezepteInhalt
{
		width: 540px;
		height: auto;
		float: left;
		padding: 25px 20px 30px 20px;
		text-align: left;
}

#rezepteInhalt a:link
{
		text-decoration: underline;
		color: #000000;
}

#rezepteText
{		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		width: 540px;
		height: auto;
		float:left;
		padding: 40px 5px 5px 15px;
		text-align: left;
}
														/*  Seite Produkte & Seite Rezepte     
															(gelbes Menü auf den beiden Seiten) */
div.menu 
{
		width: 160px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		padding-bottom: 10px;
		color: #4b4625;
		text-decoration: none;
		background: url(images/ButtonMenueUnten.jpg) no-repeat  left bottom; 	/* (gelbe Leiste mit abgerundeter Ecke unten) */
}

div.menu div 										
{
		background-image: url(images/ButtonMenue_.jpg);			/* gelbe Button des Menüs */ 
		overflow: hidden;
}

#menuKopf											
{
		width: 160px;
		height: 15px;
		background: url(images/ButtonMenueOben.jpg) no-repeat left top;			/* (gelbe Leiste mit abgerundeter Ecke oben) */
}

div.menu div.collapsed 
{
		height: 25px;
}

div.menu div span 
{
		display: block;
		padding: 5px 25px;
		font-weight: bold;
		text-decoration: none;
		color: #4b4625;
		background: url(images/sonnenblume.gif) no-repeat 10px center;		/* Sonnenblume wenn augewählt im Untermenü*/
		cursor: default;
}

div.menu div.collapsed span 
{
		background-image: url(images/sonnenblume_sw.gif);			/* Standardanzeige Sonnenblume im Untermenü*/
}

div.menu div a 
{
		padding: 5px 16px;
		background-image: url(images/ButtonMenue.jpg);		/* Button des Unterpunktes */
		display: block;
		color: #4b4625;
		text-decoration: none;
		text-align: left;
}

div.menu div a:hover 
{
		color: #4b4625;
		text-decoration: none;
		background-image: url(images/ButtonMenue1.jpg);		/* Button des Unterpunktes wenn der Mauszeiger rüber geht*/
}
															/* Seite Impressum  */							
#daten
{		
		width: 250px;
		height: 180px;
		margin-top: 35px;
		margin-left: 280px;
		float: left;
		text-decoration: none;			
}

#linkImpressum
{
		height: 25px;
		width: 250px;
		margin-top: 185px;
		float: right;
}

#haftung
{		
		margin: 250px 20px 20px 20px;
}

#linkWebmaster
{
		width: 230px;
		float: right;
}

#buttonEMail
{
		width: 300px;
		height: 35px;
		background-image: url(images/buttonEmail.gif);
}

#LoginAdmin
{
		width: 150px;
		height: 35px;
		background-image: url(images/buttonAdmin-Login.gif);
		
}