body {
	background-color: #d75e22;	
}

#wrapper {
border-top: 0px solid #f3e568;
border-right: 0px solid #f3e568;
border-left: 0px solid #f3e568;
width: 900px;
height: 630px;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
}

#header {
	border-top: 0px solid #f3e568;
	background-color: #fff;
	width: 190px;
	height: 73px;
	padding-top: 15px;
	padding-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background-image: url(Logo5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#header2 {
	border-top: 0px solid #f3e568;
	background-color: #f3e568;
	width: 700px;
	height: 73px;
	padding-top: 15px;
	padding-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #f03;
	float: right;	
}


#navigation  {
	border-left: 0px solid #fff;
	background-color: #f3e568;
	margin-top: 0px;
	float: left;
	width: 190px;
	height: 515px;	
}	
			
	#menucontainer {
	width: 180px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10pt;
	font-style: italic;
	color: #339;
	font-weight: normal;
	float: left;
}
		 
#menucontainer ul {
	list-style: none;
	margin-top: 120px;
	margin-left: 15px;
	padding: 10px;
}
		 
#menucontainer li {
	border-bottom: 1px solid #7d7d7d;
	}
	
#menucontainer li a:link, #menucontainer li a:visited {
	display: list-item;
	background-color: #f3e568;
	padding: 3px 3px 3px 1px;
	margin-top: 1px;
	border-top: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;	
	border-left: 1px solid #7d7d7d;
	color: #7d7d7d;
	text-decoration: none;
}

#menucontainer li a:hover {
	background-color: #fff;
	color: #f03;
	text-align: right;
}	
	
#content {
	border-right: 0px solid #f3e568;
	background-color: #eee;
	width: 710px;
	height: 453px;
	margin-top: 0px;
	padding-top: 62px;
	padding-left: 0px;
	float: right;
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #7d7d7d;
	background-image: url(fplatz.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-style: italic;
}

			
	h1 {
font-size: 10pt;
font-weight: bold;
 }
 
 h2 {
font-size: 8pt;
font-weight: bold;
 }
 
 hr {
 border: none;
 background-color: #f3e568;
 color: #f3e568;
 height: 2px;
 width: 92%;
 }
 
a:link {
	color: #000;	
		}
	
	a:visited {
	color: #e10000;	
	}
	
	
		#footer {
	text-align: center;	
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #f3e568;
	margin: 10px;
	 }
