*{
	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: 
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 998px;  /* 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 überschrieben. */
}
.oneColFixCtrHdr #header {
	background-image:url(../images/schatten_links.gif);
	height: 156px;
	margin-left:-14px;
	margin-right:-14px;
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF;
}

#schatten_rechts {
	background-image:url(../images/schatten_rechts.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#FFFFFF;
	margin-left:14px;
	height:159px;
	
	}

.oneColFixCtrHdr #mainContent {

	background: #cfdee5;
}
#footer {
	font-size:12px;
	color:#666;
	text-align:center;
	padding-top:5px;
	}

#logo {
	width:430px;
	float:left;
	padding: 10px 10px 10px 20px;

	
	}
	
.wrappsser {
overflsdasdow: auto;
	width: 100%;
	

}
.clear {
	clear:both;
	height:0px;
	}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#menuarea {
	height:47px;
	background-image:url(../images/navigation_hintergrund.jpg);
	padding: 7px 10px 0px 10px;
	
	margin-right:14px;
	}

#neben_logo {
	width:538px;
	float:left;
	height:109px;
	
	}
#neben_logo ul {
	margin-left:260px;
	margin-top:33px;
	}
#neben_logo ul li {
	list-style-image: url(../images/pfeil.gif);
	font-weight:bold;
	color: #0B2F6B;
	margin-bottom:2px;
	}	
	
#navigation {
	float:left;
	width:870px;
	height:40px;

	}
#languageselect {
	float:left;
	width:108px;
	}	
	
#start_links {
	width:711px;
	float:left;
	background-image:url(../images/labyrinth.jpg);
	height:577px;
	position:relative;
	}
#start_rechts {
	width:267px;
	margin-right:20px;
	float:left;
	height:360px;
	vertical-text:bottom;
	margin-top:200px;
	}
	
#start_rechts p:first-letter {
	color:#E1342D;
	font-size:30px;
	}
#start_rechts p {
	line-height:150%;
	font-size:12px;
	}
	#start_rechts p:first-line {
	line-height:150%;
	}

#floatingheadline {
	position:absolute;
	color:#E1342D;
	top:60px;
	left:500px;
	width:430px;
	font-size:50px
	}
	
#content_links {
	float:left;
	margin-left:10px;
	margin-right:5px;
	width:484px;
	
	}
#content_rechts {
	width:484px;
	
	float:left;
	margin-left:5px;
	margin-right:10px;
	}
	
.contentstyle {
	font-size:14px;
	}
	
.contentstyle h1 {
	font-size:18px;
	color:#E1342D;
	text-decoration:bold;
	}
.kleinertext {
	font-size: 11px;
}

.pfeilliste li {
	list-style-image: url(../images/pfeil.gif);
	font-weight:bold;
	color: #0B2F6B;
	margin-bottom:2px;
	}
	
.pfeilliste {
	margin-left:20px;
	}
.formtabelle {
	font-size:12px;
	}
