body
{
background-color: #DFE8D2;
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 85%;
margin: 25px;
}

*{
margin: 0px;
padding: 0px;}

a:active, a:visited, a:link
{
color: #718E48;
text-decoration: none;
}

a:hover
{
color: #000000;
text-decoration: none;
}


#container
{ 
width: 750px;
height: 100%;
margin: 0 auto 20px auto;
background: #F4F4F4;
border: 1px solid #677E43;
background-color: #f4f4f4;
}

#topheader
{
width: 750px;
height: 60px;

}

#topheader h1
{
text-align: right;
margin-right: 5px;
color: #ADC787;
font-family: vedana;
/*text-transform: lowercase;*/
font-size: 3.5em;

}

#menu
{
text-align: right;
margin-top: 8px;
height: 20px;

}

#menu a
{
margin-right: 15px;
text-transform: lowercase;
font-size: 1.0em;
text-decoration: none;

}

#header
{
border-top:1px solid #677E43;
border-bottom:1px solid #677E43;
color: #3A4925;
width: 100%;
margin-top: 10px;
height: 150px;
background-image:url('background.jpg'); background-repeat:repeat-x
}

#mainleft
{
color: #3A4925;
margin-top: 10px;
padding: 5px;
padding-bottom: 10px;
padding-right: 15px;
line-height: 175%;
width: 400px;
float: left;
}

#mainleft h2
{
font-size: 165%;
padding-bottom: 5px;
margin-left: 5px;
color: #96B766;
width: 300px;
}

p
{
	color: #3A4925;
	margin-top: 15px;
	font-size: 0.9em;
	margin-left: 10px;
	text-align: justify;
}


#mainright
{
margin-right: 10px;
width: 250px;
float: right;
line-height: 175%;
margin-left: 0px;
text-align: left;
}

#mainright h2
{
font-size: 165%;
margin-left: 0px;
color: #96B766;
width: 250px;
}

#mainright p
{
width: 250px;
color: #3A4925;
margin-top: 15px;
margin-left: 0px;
}

#footer
{
margin-bottom: 10px;
clear: both;
text-align: right;
width: 100%;
font-size: 70%;
}

.bildblock {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;

}

.bild {
	border: 1px solid black;	
}

.fett {
	font-weight: bold;
}