@charset "UTF-8";
body  {
	overflow: -moz-scrollbars-vertical; 
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #2d4251;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFF;
	line-height: 20px;
}
.cfp #container {
	background-image: url(../images/kreis.jpg);
	background-repeat: no-repeat;
	width: 1024px;  /* 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. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
} 
.cfp #header {
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	height: 421px;
	padding: 0 10px 0 20px; 
} 
.cfp #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.cfp #sidebar1 {
	height: 380px;
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 298px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 15px 0px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}
.cfp #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 250px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px 10px 15px 0px;
}
.cfp #mainContent {
	margin: 0 270px 0 320px; 
	padding: 0 10px;
	min-height: 400px;
} 
.cfp #footer {
	color: #84979f;
	height: 42px;
	text-align: right;
	padding: 20px 80px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background-image:url(../images/footer.png);
} 
.cfp #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: 0px 0px; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

  /*--------------------NAV------------------------*/

ul#Navigation {
    margin: 0; padding: 0px;
    border: none;
    background-color: none;
	width: 200px;
	float: right; 
  }
  ul#Navigation li {
    list-style: none;
    margin: 0px; padding: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 8px;
    text-decoration: none; 
    color: #FFF;
	border-bottom: 1px solid white;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
	  font-weight: bold;
    color: black; background-color: #fe9513;
  }

  ul#Navigation span {
	display:block;
	padding: 8px;
	text-decoration: none; 
	font-weight: bold;
	color: #2d4251;
	border-bottom: 1px solid white;
  }
  /*------------------NAVTOP-------------------------*/
  
  
  ul#topNavigation {
	font-size: 14px;
    margin: 0; padding: 10px;
    text-align: center;
	font-style: normal;
	font-weight:normal;
  }
  ul#topNavigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#topNavigation a, ul#topNavigation span {
    padding: 5px 5px;
    text-decoration: none; font-weight: bold;
    color: white;
  }
  * html ul#topNavigation a, * html ul#topNavigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#topNavigation a:hover, ul#topNavigation span {
    color: black; background-color: #fe9513;
  }
    .abstand01 {
     padding-top: 291px;
	 padding-left: 83px;
  }



  /*-----------------------------------------------*/

 
 a.sub {
	font-size: 10px;
	color: #84979f;
}
a.sub:link {
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
	color: #84979f;
}
a.sub:hover {
	text-decoration: none;
	color: #f6822b;
}
a.sub:active {
	text-decoration: none;
	color: #84979f;
}
 
.start {
	background-image: url(../images/start.png);
	background-repeat:no-repeat;	
	}
 
  h1 {font-size: 14px; font-weight: bold; margin-top: 15px; margin-bottom: 0px;}
  
  .laechel {margin-top: 255px;}
  .zitat {margin-left: 310px;}
  .sprechblase {
	position: relative;
	float: right;
	margin-right: 70px;
	margin-top: -180px;
	}
.klein {
	font-size: 10px;
	line-height: 16px;
	}
.Stil1 {	color: #a91001;
	font-weight: bold;
}
a:link {
	color: #E5E8E4;
}
a:visited {
	color: #EAEDE9;
}
a:hover {
	color: #fe9513;
}
a:active {
	color: #fe9513;
}