@charset "UTF-8";
/* CSS Document */

body {
	background: #666666;
	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;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

.twoColFixLt #container {
	width: 900px;  /* 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: #000; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border: 1px solid #CCC;
	margin-top: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}

.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 400px;
	height: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

.twoColFixLt #mainContent {
	text-align: right;
	color: #666;
	font-size: 12px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 600px;
	width: auto;
	padding-right: 40px;
	padding-bottom: 0px;
}

.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;
}

body, td, th {
	color: #000;
}

/*#container #mainContent #MenuBar2 li {
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}*/

#neu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 333px;
	text-align: left;
}

.twoColFixLt #container #mainContent #fig {
	padding-top: 100px;
}

.twoColFixLt #container #mainContent p iframe {
	color: #000;
	background-color: #FFF;
}
#mainContent ul {
	list-style-type: none;
	display: inline;
	width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}
/*++++++++++subnavi+++++++++*/
#mainContent ul li {
	list-style-type: none;
	display: inline;
	width: auto;
	padding-left: 10px;
} #mainContent ul li a {
	color: #666;
	text-decoration: none;
}
 #mainContent ul li a:hover {
	color: #FFF;
}


-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */
</style>
<![endif]-->
