body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: 838491;
	background-image: url(../images/hintergrund_01.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center; /*--------IE5 Bug -------*/
}

#kopf {
	height: 124px;
	background-image: url(../images/kopf_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	clear: none;
	float: none;
	width: auto;
}


#logo-u-navi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 960px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 64px;
	margin: 0 auto;
	position: relative;
	border-bottom: 2px solid #666;
}

#logo-u-navi a img {
	text-decoration:none;
	border:none;

}

#menu-pos {
	height: 30px;
	width: auto;
	float: right;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}


#container {
	width: 960px;
	margin: auto;
	height: auto;
	position: relative;
	margin: 0 auto; /*-- Zentrierung --*/
}

#haupt {
	width: 960px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#haupt a {
	color: #ee7f01;
	text-decoration:none;
}


#haupt a:hover {
	color: #ee7f01;
	text-decoration: underline;
}

#rechts {
	height: auto;
	width: 470px;
	padding-right: 10px;
	right: auto;
	float:left;
	text-align: left;
}

#links {
	height: auto;
	width: 470px;
	padding-left: 10px;
	float:left;
	text-align: left;
}

