body {
	font-family:Trebuchet MS, Verdana;
	font-size:12px;
	background-image:url(img/bg_asphalt.jpg);
	text-align:center;
	margin:0px;
	}
	
body.popupfenster {
	background-color:#bcd1ec;
	}

h1 {
	font-size:12pt;
	color:#fff; /* war: #223871 */
	margin-top:16px;
	margin-bottom:8px;
	text-align:left;
	}
	
h2 {
	font-size:12pt;
	color:#fff;
	margin-top:10px;
	margin-bottom:6px;
	}
	
h3 {
	font-size:11pt;
	color:#fff;
	margin-top:6px;
	margin-bottom:6px;
	}
	
p {
	margin-top:6px;
	margin-bottom:3px;
	font-size:10pt;
	color:#111;
	}

li {
	margin-top:3px;
	margin-bottom:3px;
	list-style-type:square;
	color:#223871;
	}

a:link, a:visited, a:active, a:hover { 
	text-decoration:underline;
	font-weight:normal;
	color:#B20019;
	}
	
a:active, a:hover { 
	color:#B20019;
	}
	
a.menu {
	color:#fff;
	}
	
a.menu:link, a.menu:visited { 
	color:#fff;
	background-color:#B20019; /* hintergrundfarbe menu */
	float:left;
	}
	
a.menu:active, a.menu:hover { 
	color:#223871; 
	background-color:#ccc; /* hintergrundfarbe hover menu */
	}

#header1 {
	width:980px; 
	height:106px; 
	margin:10px auto; 
	text-align:center; 
	background-image:url(img/header_fotos.jpg); 
	}

#header2 {
	width:980px; 
	height:204px; 
	margin:0px auto; 
	text-align:center; 
	background-image:url(img/header_claim.jpg); 
	}

#container {
	width:980px; 
	height:100%; 
	margin:0px auto; 
	text-align:left; 
	background-image:url(img/background.gif); 
	/*background-position:right;
	border:0px solid #ccc;*/
	}

#navi{
	width:160px;
	height:100%;
	float:left;
	}
	
#kopf {
	width:800px;
	height:120px;
	padding:0px 10px;
	/*border-bottom:1px solid #2969a5;*/
	float:right;
	}
	
#content {
	border:0px solid #efeff7;
	width:800px;
	padding:0px 10px;
	float:right;
	}

#fuss {
	height:25px;
	padding:0px 10px;
	/*border-top:1px solid #2969a5;*/
	width:800px;
	text-align:center;
	float:right;
	}

#newsletter {
	background:#ccc;
	border:2px solid #223871;
	width:900px; /* war: 720px */
	padding:10px;
	margin:10px;
	text-align:left;
	}

.menucontainer {
	border:0px solid #ccc;
	width:160px;
	}

img {
	border:0px;
	padding:0px;
	margin:0px;
	}
  
.hervorheben { 
  background-color:#fff;
 }