@charset "UTF-8";
/* CSS Document */

body {
	margin: 10px;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
}
a {
	color:#527435;
	font-variant: normal;
	text-transform: capitalize;
}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#menu {
	float:left;
	background-image:url(../images/titel.gif);
	background-repeat: no-repeat;
	height:150px;
	width:855px;
	float:left;
	margin-left:100px;
	margin-top:1px;
	list-style-type:none;
	
	margin-bottom: #FF0000;
}

/* declarations to style the current state */


.menu li {
	float: left;
	font-family:Geneva, Arial, Times, serif;
	font-size:16px;
	font-weight:regular;
	text-align:center;
	margin-top:115px;
	margin-left:0px;

	opacity: 1;
	list-style-type:none;
}
.menu a {

	padding-top:0px;
	width:175px;
	margin-left:-40px;
	height:25px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#527435;
	color:#ffffff
}
.menu a:hover {

	text-decoration: underline;
}
.menu a:active {
	text-decoration: underline;
}
#content {
	float:left;
	background-image:url(../images/mainbg.gif);
	margin-left:100px;
	margin-top:-20px;
	width:265px;
	min-height:550px;
	padding:0px 10px 10px;
	border: 0px 1px 1px 0px solid #333333;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}

#content2 {
	float:left;
	width:265px;
	min-height:550px;
	margin-left:0px;
	margin-top:-20px;
	padding:0px 10px 10px 10px;
	margin: 0px 1px 1px 0px solid #333333;
	background-color:#ffffff;
}
#content3 {
	float:left;
	width:265px;
	min-height:550px;
	margin-left:0px;
	margin-top:-20px;
	padding:0px 10px 10px 10px;
	margin: 0px 1px 1px 0px solid #333333;
	background-color:#ffffff;
}

#content4 {
	float:left;
	width:550px;
	min-height:550px;
	margin-left:0px;
	margin-top:-20px;
	padding:0px 10px 10px 10px;
	margin: 0px 1px 1px 0px solid #333333;
	background-color:#ffffff;
}

#footer {
	clear:both;
	float:left;
	margin-left:100px;
	margin-top:0px;
	width:855px;
	height:40px;
	background-image: url(../images/footer.png);
	background-repeat:repeat;
	background-position:top;
	background-color:#FFFFFF;
}
#footer2 {
	clear:both;
	float:left;
	margin-left:100px;
margin-top:0px;
	width:855px;
	height:30px;
	text-align: center;
	vertical-align:middle;
	font-size:1.2em;
	font-weight:bold;
	background-color:#FFFFFF;
	background-color:#b9e2b1;
}
#footer2 p {
	margin-top: 1em;
padding-top:1em;
}
