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

body{
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

ul li {
	color: #00517c;
	
}

a{
	line-height: 1.8em;
	color: #00517c;
	text-decoration: underline;
}

a:hover{
	color: #f5a22a;
	
}

p{
	color: #6a6d71;
	text-align: justify;
}

h1{
	padding:0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00517c;
	margin-top: 20px;
	letter-spacing: 1px;
}

h2{
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00517c;
	margin-top: 35px;
}
h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00517c;
	margin-top: 35px;
	
}

#geruest {
	background-color: #ffffff;
	margin-left: -482px;
	position: absolute;
	left: 50%;
	padding:0px;
	width: 965px;
}

	
#logobanner {
	height: 147px;
	width:965px;
	margin-bottom:0px;
	background-color: #f5a22d;
	border-bottom: solid 7px #6a6d71;
	margin-top: 15px;
	
}

#navigation {
	background-color: #00517c;
	height: 30px;
	width: 760px;
}

#navigation ul{
	margin:0px;
	padding:0px;
	
}

#navigation ul li{
	display: inline;
	list-style-type: none;
	text-align: center;
	
	
}	

#navigation  li a{
	color:#FFF;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 50%;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 30px;
	display: block;
	float:left;
	text-align: left;
	text-transform: uppercase;
}
	
#navigation li a:hover, #navigation li.selected a
{
	background-color:#6a6d71;
	
}
	
	


#geruestrechts{
	width: 950px;
	height: 100%;
	margin-top: 80px;
	padding-left: 15px;
}

#contentall{
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

#werbungrechts {
	float:right;
	width: 160px;
	height: 100%;
	margin-bottom:25px;
	margin-top:20px;
}

#content {
	width: 745px;
	margin-left: 0px;
}
 


#inhalt {
	width: 100%;
	margin-left: 0px;
}

#fuss{
	color: #2e4764;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-left:15px;
	padding-top:0px;
	clear: both;
	float: none;
	border-top:solid #cccccc 1px;
	background-color: #f5a22a;
}	
#fuss a{
	text-decoration: none;	
}
#fuss a:hover{
	color: white;	
}	
