/* CSS Document */
* { padding: 0; margin: 0; }
body {
	padding: 20px 0 30px;
	background-color: #004000;
	font-family: Arial, Helvetica, sans-serif;

}


div#wrapper
{
	width: 850px;
	margin: 0 auto;
	background-image:  url(../images/wrapper.gif);
	background-repeat: repeat;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
#menue {
	width: 659px;
	background: #333333;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	height: 17px;
	color: #FFFFCC;

}
#headerleft {
	float: left;
	width: 191px;
	background-color: #FFDCAF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	height: 100px;
}
#headerright {
	float: left;
	width: 179px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	height: 100px;



}
#menueleft {
	width: 191px;
	background: #FFDCAF;
	float: left;
	margin: 0px auto;
}
#footer {
	width: 850px;
	height: 20px;
	clear: both;
	color: #FFFFCC;
	background: #004000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	word-spacing: 20px;
}

#footer a:link {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#footer a:visited {
font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
}
#footer a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
}
#footer a:hover {

font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFCC;
}

