@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #EFF6B9;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .oneColFixCtrHdr #container {
    	width: 700px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #FFF;
		height:100%;
		
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtrHdr #header {
    	background: url(images/header.jpg); 
    	height:208px;
		padding:0;
	
		background-position:top;
		
	
    }
  
    .oneColFixCtrHdr #mainContent1 {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    height: 450px;
		background: #FFF;
		background:url(images/angebot.jpg);
		background-repeat:no-repeat;
		background-position:center ;

		font-size:12px;
		line-height:1,5 em;
    }
	
.oneColFixCtrHdr #mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    height: 100%;
		background: #FFF;
		font-size:12px;
		line-height:1,5 em;
    }
    .oneColFixCtrHdr #footer {
    	padding: 0 10px; 
    	background: url(images/footer.jpg);
		font-weight:bold;
		max-height: 75px;
		}
.footer 
{
	font-size:12px;
	color: FFF;
}
.footer a:link{
   text-decoration: none;
   color: #FFF;
  	font-size: 12px;
   font-weight: bold;
   }
.footer a:visited{
text-decoration: none;
   color: #FFF;
   font-weight: bold;
}
.footer a:hover {   
   text-decoration: none;
   color: #E0718E;
   font-weight: bold;
   }
.footer a:aktive {
text-decoration: none;
   color: #E0718E;
   font-weight: bold;
		
		
    }
    .oneColFixCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
	
 h1 {font-size:18px; color: #687831; font-weight:bold; }
h2 {font-size:16px; color: #687831; font-weight:bold; padding-top:10px;}
h3 {font-size:14px; color: #687831; font-weight:bold; }

.text {

font-style:normal;
color:#749002;
font-size:13px;
}
.text a:link{
   text-decoration: none;
   color: #BC264D;
  	font-size: 12px;
   font-weight: bold;
}
.text a:visited{
text-decoration: none;
   color: #BC264D;
   font-weight: bold;
}
.text a:hover {   
   text-decoration: none;
   color: #E0718E;
   font-weight: bold;
} 
.text a:aktive {
text-decoration: none;
   color: #E0718E;
   font-weight: bold;
   }

     .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }

 .oneColFixCtrHdr #navi {

 padding-top: 158px;
 padding-left: 94px;
 }
 


 .navi {
 padding-top: 158px;
 padding-left: 94px;
 }