html, body {
    color: #3d3d3d;
    font: normal 85% arial, helvetica, sans-serif;
	line-height: 130%;
    margin: 0; 
    padding: 0;
    text-align: center; 	
  }
  
 body {
    height: auto;
	background-color: #4780b0;	
  }

  
div#seite {
	text-align: left;
    margin: 0 auto;
    padding: 0;
    color: #3d3d3d;
	width: 990px;
	height: auto;
	background-image: url(img/hg_gesamt.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}
 
/*+++++++++++++++++++++ header +++++++++++++++++++++++++*/
 
#header_logo {
 	width: 990px;
	height: 120px;
	background-image: url(img/hg_header.jpg);
 }
 
 #header_logo_en {
 	width: 990px;
	height: 120px;
	background-image: url(img/hg_header_en.jpg);
 }
 
* html #header_logo {
 	width: 983px;
	height: 120px;
	background-image: url(img/hg_header_ie6.jpg);
	margin: 0px 0px 0px 5px;
 }
 
 * html #header_logo_en {
 	width: 983px;
	height: 120px;
	background-image: url(img/hg_header_en_ie6.jpg);
	margin: 0px 0px 0px 5px;
 }
   
#metanavi {
	color: #fff;
	margin: 15px 0px 0px 20px;
	font-size: 95%;
	float: left;
}

* html #metanavi {
	margin: 15px 0px 0px 10px;
}

#metanavi a {
	color: #fff;
	text-decoration: none;
	font-size: 95%;
}

#metanavi a:hover {
	color: #c7192d;
}

#logo {
	margin: 23px 30px 0px 0px;
	float: right;
}

#header_navi {
 	width: 990px;
	height: 20px; 
	margin: 2px 0px 0px 14px;
 }
 
 * html #header_navi {
 	width: 983px;
	height: 20px; 
	margin: 2px 0px 0px 14px;
 }

/*+++++++++++++++++++++ Navi ++++++++++++++++++++++++*/
 
.navi_button {
	margin: 0px 2px 0px 0px;
	width: 120px;
	height: 16px;
	background-color: #c7192d;
	float: left;
	text-align: center;
}

.navi_button a.aktiv {
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.navi_button a.normal {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.navi_button a.normal:hover {
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#rest_button {
	width: 230px;
	height: 16px;
	background-color: #c7192d;
	float: left;
	text-align: right;
}

#rest_button img {
	margin: 2px 5px 0px 0px;
}

/*+++++++++++++++++++++ header_bilder ++++++++++++++++++++++++*/

#header_bilder {
 	width: 970px;
	height: 165px;;
	background-color: #fff;
	margin: 0px 0px 2px 14px;
	padding: 10px 0px 10px 0px;
 }
 
 * html #header_bilder {
 	width: 975px;
	height: 165px;;
	background-color: #fff;
	margin: 0px 0px 2px 14px;
	padding: 10px 0px 10px 0px;
 }
  
  
/*+++++++++++++++++++++ Content  ++++++++++++++++++++++++*/

#content {
 	width: 990px;
	height: 100%;
	background-image: url(img/hg_content.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 5px 0px 0px 0px;	
 }
 
* html  #content {
 	width: 980px;
	background-image: url(img/hg_content_ie6.gif);
	margin: 2px 0px 0px 4px;	
 }
/*+++++++++++++++++++++ Subnavi  ++++++++++++++++++++++++*/
#subnavi {
	height: 100%;
	background-color: #fff;
	color: #3d3d3d;
	width: 140px;
	margin: 11px 0px 5px 25px;
	float: left;
} 

* html #subnavi {
	margin: 10px 0px 5px 10px;
} 

#subnavi a.subaktiv {
	color: #c7192d;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0px 0px 6px 0px;
}

#subnavi a.subnormal {
	color: #3d3d3d;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin: 0px 0px 6px 0px;
}

#subnavi a.subnormal:hover {
	color: #c7192d;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0px 0px 6px 0px;
}

#inhalt {
	float: left;
	width: 510px;
	margin: 0px 20px 10px 30px;
}

#rechts {
	float: left;
	width: 240px;
	margin: 12px 0px 0px 0px;
}

* html #rechts {
	float: left;
	width: 240px;
	margin: 7px 0px 0px 0px;
}


#news {
	float: left;
	width: 240px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7192d;
}

#wissen {
	float: left;
	width: 240px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #c7192d;
}
.spacer {
	clear: left;
	height: 5px;
}

* html  #wissen {
	padding: 0px 0px 15px 0px;
}

/*+++++++++++++++++++++ Fuss +++++++++++++++++++++++++*/

#fuss {
 	width: 950px;
	background-color: #c7192d; 	
	margin: 10px 10px 5px 14px;
	text-align: center;
}
#fuss p {
	font-size: 95%;
	color: #fff; 	
	margin: 3px 5px 3px 5px; 
}

#fuss p a {
	color: #fff; 	
}
/*+++++++++++++++++++++ Text +++++++++++++++++++++++++*/

#headline {
	background-image: url(img/hg_headline.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 500px;
	padding: 1px 10px 1px 10px;
	position: relative;
	left: -10px;
	margin: 0px 0px 15px 0px;
}

h1 {
	color: #c7192d;
    font: bold 130% arial, helvetica, sans-serif;
	line-height: 120%;

}

* html h1 {
	margin: 5px 5px 5px 5px;
}

h2 {
	color: #8ea3b4;
    font: bold 120% arial, helvetica, sans-serif;
	line-height: 110%;
	margin: 15px 0px 10px 0px;
}

h3 {
	color: #3d3d3d;
    font: bold 105% arial, helvetica, sans-serif;
	line-height: 110%;
}

a {
	color: #c7192d; 
}

ul {
	list-style-image:url(img/liste.gif);
}

* html ul {
	list-style-image:url(img/liste_ie6.gif);
}

#news h1 {
	margin: 0px 0px 0px 0px;
}
#news h2 {
	color: #3d3d3d;
    font: bold 100% arial, helvetica, sans-serif;
	line-height: 110%;
}

#wissen h1 {
	margin: 0px 0px 0px 0px;
}

.zweispalter {
	width: 220px;
	float: left;
}

.bild {
	float: left; 
	margin: 0px 10px 0px 0px;
}

.bild_rechts {
	float: right; 
	margin: 0px 0px 0px 10px;
}