@charset "UTF-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000;
	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: #fff;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.twoColFixLt #container { 
	width: 780px;  /* 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: none;
	margin:30px 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. */
	margin-top: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 180px; /* 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. */
	background: none; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0px;
	margin-top: 00px;
	z-index: 3;
}
.twoColFixLt #mainContent {
	background-image: url(../images/bg_top.png);
	margin: 0px 0px 0px 180px;
	padding: 0px 20px 5px 20px;
	line-height: 20px;
	z-index: 1;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	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 {
	font-size					: 12px;
	padding						: 1px 0 0 0px;
	margin						: 30px 0 0 1;
	list-style-type				: none;
	float						: right;
}

ul#Navigation li {
	color						: #fff;
	text-decoration				: none;
	margin						: 1px 0 0 1;
	line-height					: 16px;
	border-bottom				: 1px dotted #999;
	width						: 150px;
}

ul#Navigation a {
	color						: #fff;
	text-decoration				: none;
	padding						: 8px;
	display: block;
	text-transform: uppercase;
}
ul#Navigation a:hover {
	color						: #fff;
	text-decoration				: none;
	display: block;
	background-image: url(../images/bgpng.png);
}

ul#Navigation span {
	color						: #000;
	text-decoration				: none;
	background-image: url(../images/bgpng.png);
	text-decoration				: none;
	display					: block;
	text-transform				: uppercase;
	padding						: 8px;
}

.logo {
	position: relative;
	float: left;
	margin-left: -100px;
	margin-top: 50px;
	}
.bot {
	color: #c9c9c9;
	background-image: url(../images/bgpng.png);
	text-align: center;
	display: block;
	}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.imgrechts {
	margin-right: -70px;
	z-index: 5;
	}
.imgrechtsZWEI {
	margin-right: -35px;
	z-index: 5;
	}
.groesser {
	font-size: 15px;
}
.kleiner {
	font-size: 11px;
	line-height: 13px;
}
#bildlinks {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 10;
	}
#anilinks {
	position: relative;
	float: left;
	margin-left: 110px;
	margin-top: 0px;
	z-index: 10;
	}
#anirechts {
	position: relative;
	float: right;
	margin-right: -60px;
	margin-top: -50px;
	z-index: 10;
	width:100px;
	}

#wir {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 10p;
	z-index: 15;
	width: 600px;
	float: left;
	}