@charset "windows-1252";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}

#container {
	width: 800px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 695px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	top: 10px;
	float: none;
	clear: none;
	background-color: #C0DFFD;
} 
#header {
	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;
	height: 127px;
	width: 800px;
	display: block;
	background-color: #224499;
} 

.logo_kopf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
}
.logotop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 33px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
}

#left-pic {
	left: 0px;
	top: 0px;
	padding-right: 15px;
	float: left;
	display: inline;
}
#logo {
	left: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #CCC;
	text-align: justify;
	position: relative;
	top: 10px;
	width: 280px;
	float: left;
	display: inline;
	height: 111px;
}
#right-pic {
	position: relative;
	left: 0px;
	width: 192px;
	top: 0px;
	display: inline;
	float: right;
}
#clear {
	clear: both;
	float: right;
	position: absolute;
}
#zusammen {
	display: block;
	clear: right;
	float: none;
	position: fixed;
	height: auto;
	width: 780px;
	top: 130px;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 350px;
	width: 200px;
	float: left;
	position: relative;
	top: 8px;
	display: inline;
	left: 0px;
	color: #224499;
	background-color: #e6f3ff;
}

#nav a
{
	color: #224499;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	background-image: url("../pics/mm_arrow.gif");
	background-repeat: no-repeat;
	background-position: 14px 45%;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {
	font-weight:bold;
	color: #CCC;
	}

	
#nav a:hover {	
font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
		font-weight:bold;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: #ffffff url("../pics/mm_arrow.gif") 14px 45% no-repeat;	}
	

#mainContent {
	height: 480px;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0px;
	padding-right: 25px;
	padding-bottom: 30;
	padding-left: 20px;
	overflow: auto;
	width: 500px;
	float: right;
	top: 15px;
	padding-top: 25px;
	display: inline;
	position: relative;
	color: #224499;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
} 
#footer {
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 780px;
	position: absolute;
	clear: both;
	height: 35px;
	left: 0px;
	background-color: #CCFF99;
	bottom: -1px;
	overflow: auto;
	visibility: visible;
} 
#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. */
}
.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;
}
.popups {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #224499;
}
.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;
}

#clear-main {
	clear: both;
	float: none;
}
.klein_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
}

h1 {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #224499;
}

#Popup-bahn {
	width: 200px; /* 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: #E6F3FF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	display: inline;
	height: 400px;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #E6F3FF;
	font-family: Verdana, helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #006;
	padding-bottom: 15px;
}

#Popup-alle
{
	width: 45em; /* 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: #E6F3FF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	position: relative;
	z-index: 10;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	background-color: #E6F3FF;
	font-family: Verdana, helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #226699;
	padding-bottom: 15px;
}
#close {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.aktiv {
	background-color: #c0dffd;
	}
	
