html,body {
font: 100.01% Arial, Helvetica, sans-serif;
color:#000000;
text-align:center; /*Für den Internet Explorer*/
background: #f6f6f6 url(grafiken/bg.jpg) repeat-x; 
margin-top: 0px;
margin-bottom: 0px;
}


#center {
	text-align:left;
	margin:0 auto;
	width:790px;
}


h1 {
margin: 0px;
padding: 0px;
}

h2 {
	font-family: "Arial", Arial, serif;  
	font-size: 24px; 
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #122E66;
	padding-bottom: 10px;
	padding-top: 25px;
	margin: 0px;
}


img {
	border: 0;
}

hr {
	height: 0;
	margin: 5px 0 10px 0;
	color: #666666;
}


#header {
	margin-top:15px;
	float: left;
	width: 775px;
	height: 100px;
	padding-top: 15px;
	padding-left: 15px;
	background: #ffffff;
	border-top: 8px solid #CACED2;
	border-left: 5px solid #ffffff;
	border-right: 1px solid #CACED2;
}

#logo {
	float: left;
	width: 300px;
	}

#headernav {
	color: #ABB1BB;
	float: left;
	width: 450px;
	text-align: right;
	font-size: 12px;
	}

#headernav a {
	color : #BA2217;
	text-decoration: underline;
	}

#headernav a:hover {
  text-decoration : none;
}

#headernav a:active {
  color : #BA2217;
}

#headernav a:visited {
  color : #BA2217;
}


#navcontainer {
	float: left;
	padding-top: 0px;
	margin-left: 0px;
	width: 180px;
	background: #E1E1E1; 
	}


#navcontainer ul
{
	display: block; 
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	border-top: 1px solid #ffffff;
}


#navcontainer li
{
	display: block;
	list-style-type: none;
	margin: 0px;
}


#navcontainer .hauptnav
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}


#navcontainer .hauptnav a
{
	width: 165px;
	display: block;
	color: #555555;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	border-bottom: 1px solid #ffffff;
	}

#navcontainer .hauptnav a:hover
{
	color: #ffffff;
	background: #A7ADB4;
	text-decoration: none;
	}



#navcontainer .hauptnav .hauptnav_fix {
	background: #A7ADB4;
	text-decoration: none;
	color: #ffffff;
}



#content {
	float: left;
	padding:0px;
	margin-bottom: 20px;
	width: 790px;
	background: #CACED2;
	border-right: 1px solid #CACED2;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#breadarea {
	float:left;
	width: 610px;
	
	background: #ffffff;
}

#breadcrump {
	color: #ABB1BB;
	background: #ffffff url(grafiken/breadbg.jpg) no-repeat left; 
	font-size: 0.8em;
	border-bottom: 1px solid #eeeeee;
	width: 560px;
	display: inline;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 20px;
	float:left;
	height: 10px;
	}

#breadcrump a {
	text-decoration: none;
	color: #949DA9;
 }

#breadcrump a:hover {
	text-decoration: none;
	color: #999F91;
 }
 
 
 #text {
 	float:left;
	background: #ffffff url(grafiken/bgeulen.jpg) no-repeat top right; 
	width: 550px;
	font-size: 0.9em;
 	line-height : 20px;
	padding-left: 30px;
	padding-bottom: 60px;
	padding-top: 20px;
	padding-right: 30px;
}

#text p, li {
 	line-height : 20px;
}

#text img {
 	padding-left: 10px;
 	padding-bottom: 10px;
}

#text a {
  color : #BA2217;
  text-decoration : underline;
}

#text a:hover {
  text-decoration : none;
}

#text a:active {
  color : #BA2217;
}

#text a:visited {
  color : #BA2217;
}

.input {
	border: 1px solid #122F66;
}

.button {
	border: 1px solid #666666;
	background: #eeeeee;
}


#footer {
	float: left;
	border-top: 1px solid #CACED2;
	color: #ABB1BB;
	font-size: 0.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 595px;
	background: #ffffff; 
	border-left: 180px solid #CACED2;
	}
	
#footer a {
  color : #BA2217;
  text-decoration : underline;
}

#footer a:hover {
  text-decoration : none;
}

#footer a:active {
  color : #BA2217;
}

#footer a:visited {
  color : #BA2217;
}


