body {
	background-color:#738723;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #465A16;
}
a:visited {
	color: #333333;
}
a:active {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}

#contentcenter	{
	width: 772px;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	visibility: visible;
}

#maincontent	{
	width: 770px;
	border: 1px solid #84AB29;
	background-color: #FFFFFF;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:770px;
	height:153px;
/*	border-top: 5px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
*/
}
#header2 {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:770px;
	height:153px;
}
#header3 {
	background-image: url(img/header3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:770px;
	height:153px;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;	
	padding: 60px 0px 0px 25px;
	margin:0;
}

  /* --- Styles für Navigation links --- */

  .navigation {
 	padding: 0px 0px 0px 20px;
 	margin: 15px 0px 0px 0px;
 	float:left;
  	width: 140px;
	text-align:center;
/*	border: 1px solid #CCC;	

*/
 }
  .navigation ul{
  	width: 140px;
    margin: 0px; 
	padding: 0px;
  }
  .navigation li {
    list-style: none;
    margin: 0px; 
	padding: 0px;
  }
 .navigationLink a {
	display:block;
	padding: 0px 0px 0px 4px;
	height: 1.8em;
	border-top: 1px solid white;
	border-bottom: 1px solid #E7E3E7;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.8em;
    color: #465A16; 
 }
  .navigationLink a:visited {
    color: #465A16; 
  }
  .navigationLink a:hover {
	border-top-color: white;
	border-bottom-color: #E7E3E7;
	background-color: #F7F7F7;
  }
  
  .navigationLink a:active {
	border-top-color: white;
	border-bottom-color: #E7E3E7;
	background-color: #F7F7F7;
	color:#CC0000;
  }


#content {
 	padding: 0px 0px 0px 0px;
 	margin: 18px 0px 0px 190px;
	width:560px;
/*	border: 1px solid #CCC;

*/
}

#content p {
	font-size:0.8em;
}

#content h1 {
	font-size:1.2em;
	color: #336600;
}

#content h2 {
	font-size:1em;
	color: #336600;
}
#content h4 {
	font-size:0.9em;
	color: #336600;
	padding:0;
 	margin: 0px 0px -15px 0px;	
}

#content ul{
    margin: 0px 0px 0px 18px; 
	padding: 0px;
	font-size:0.9em;
}
#content li {
    margin: 0px; 
	padding: 0px;
}

#footer {
	background-color:#84AB29;
	font-size:0.7em;
    padding: 4px 0px 4px 25px; 
	clear:both;
}
#footer p {
    margin: 0; 
}

.klein  {
		font-size: 0.8em;
}
.gross  {
		font-size: 1.1em;
}
.gruen {
	color:#336600;
}
