* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #616336;
	background-color: #fcedb5;
	
}

a {
	text-decoration:none;
	color: #616336;
}
a:hover {
	text-decoration: none;
	color: #CF8C48;
/*   Ueberschriftformatierung    */
}

h1 {
	border-bottom:1px solid #9D2123;
	color: #9D2123;
	font-size: 1em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;

}
h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;


}
h3 {
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
h4 {
	border: 1px solid #E8631C;
	padding-right: 5px;
	padding-left: 5px;
	width: 400px;
	background-color: #E8631C;
	color: #FFFFFF;
}



#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
	width: 900px;
	float: left;
	padding: 10px;
	height: 175px;
	margin: 10px 0px 0px;
	background: url(bilder/kopf.jpg);
	border-top: 1px solid #616336;
	border-right: 1px solid #616336;
	border-left: 1px solid #616336;

}
/*    Beginn linke Div-Box   Gerüst */

#leftcontain {
	margin: 0px;
	padding: 10px;
	height: 375px;
	width: 270px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616336;
	text-decoration: none;
	z-index: 1;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-left-color: #616336;
}
/*    hg Bilder im Wechsel je Seite (apfel, kiwi...)    */
.hgapfel{
	background-image: url(bilder/hgapfel.gif);
	background-repeat: no-repeat;
	height: 300px;
	background-position: -20px 80px;

	
}
.hgkiwi{
	background-image: url(bilder/hgkiwi.jpg);
	background-repeat: no-repeat;
	background-position: -20px 80px;
	height: 300px;
	width: 269px;
}

.hgkarotte{
	background-image: url(bilder/hgkarotte.gif);
	background-repeat: no-repeat;
	background-position: -20px 80px;
	height: 310px;
	width: 269px;

}
.hgzitrone{
	background-image: url(bilder/hgzitrone.gif);
	background-repeat: no-repeat;
	background-position: -20px 80px;
	height: 300px;
	width: 269px;
}
.hgbirne{
	background-image: url(bilder/hgbirne.gif);
	background-repeat: no-repeat;
	background-position: -20px 80px;
	height: 300px;
	width: 269px;
}
.hgtomate{
	background-image: url(bilder/hgtomate.gif);
	background-repeat: no-repeat;
	background-position: -20px 80px;
	height: 300px;
	width: 269px;
}
.hgfeige{
	background-image: url(bilder/hgfeige.jpg);
	height: 250px;
	width: 230px;
	display: block;
	background-repeat: no-repeat;
	background-position: -20px 90px;
}
.hgerdbeere{
	background-image: url(bilder/hgerdbeere.gif);
	background-repeat: no-repeat;
	background-position: -20px 90px;
	height: 300px;
	width: 230px;
}

/*    Formatierung linke Navibox    */
#navigation {
	font-size: 13px;
	color: #9D2123;
	float: left;
	height: 330px;
	width: 250px;
	z-index: 2;
	
}
#navigation /*    Beginn linke Navi Formatierung für Hyperlink     */
 

 a {
	display:block;
	padding: 0;
	margin: 0;
	color: #9D2123;
}
#navigation  a:link, #navigation  A:visited {
	text-decoration: none;
}
#navigation  a:hover, #navigation  a:focus {
	color: #606335;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*    Beginn rechter div-Box  Gerüst  */

#rightcontain {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 375px;
	width: 610px;
	border-right: 1px solid #616336;
	bottom: 50px;
	background-color: #FFFFFF;
	background-position: 20px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616336;
}

/*    Beginn rechter containertext Nur Textbox    */

#rightcontaintext {
	width: 541px;
	padding-right: 10px;
	padding-left: 5px;
	position: relative;
	left: -30px;
	top: 25px;
	height: 360px;
	text-align: justify;
	overflow: auto;
}
	

/*    Textseite Blocksatz    */

#rightcontaintext p{
	text-align:justify;
	
}
#rightcontainlogo p{  /*    Bild logo   */

}

#footer {
	clear: both;
	background: #FCEDB5;
	margin: 0px;
	font-size: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#footer a {
	color: #616336;
	text-decoration: none;
}
	
#footer a:hover {
	color: #DE7608;
	text-decoration: none;
}
.steffilink:active{
	color: #616336;
	text-decoration: none;
}

.steffilink:hover{
	font-weight: bold;
	color: #616336;
}
.steffilink:visited {
	text-decoration: none;
	color: #616336;

}

