@charset "utf-8";


h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #757575;
	background-image: url(../pics/design/bg_sides.gif);
	background-repeat: no-repeat;
	background-position: center 122px;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #container {
	text-align: left;
	background-color: #FFFFFF;
	width: 962px;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 10px solid #e0e2ec;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../pics/design/header_fr.gif>);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 0px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 226px; /* 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. */
	height: 299px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 226px; /* 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. */
	height: 327px;
	background-color: #e8e8e8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #navigation {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #flashContent {
        margin:0px 0 0 226px;
        padding:0;
	height: 299px;
	width: 736px;
	background-image: url(../pics/design/flash_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
        width:736px; height:299px;
        overflow:visible;

}

.twoColFixLtHdr #mapContent {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 299px;
	width: 736px;
	background-image: url(../pics/design/map_content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}


.twoColFixLtHdr #mainContent {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 296px;
	width: 706px;
	overflow: auto;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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;
}
.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;
}

.twoColFixLtHdr #Titel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
	line-height: 24px;
}

.twoColFixLtHdr #SubTitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
	line-height: 19px;
}
.twoColFixLtHdr #UnterTitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	line-height: 24px;
}
.twoColFixLtHdr #Titelsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
	line-height: 13px;
	padding-top: 15x;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	line-height: 19px;
}

.twoColFixLtHdr #RefLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
	line-height: 19px;
}

.twoColFixLtHdr #linkBlock {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	line-height: 16px;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #TitelLinkBlock {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #323d7f;
	text-decoration: none;
	line-height: 16px;
}
.twoColFixLtHdr #TextLinkBlock {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	line-height: 16px;
}
.twoColFixLtHdr #selectBlock {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
Select { 
	width:188px;
    background-color:#e8e8e8;
    color:FFCC00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
    position:absolute;
}
a:focus { outline: none; }

a {
	outline: none;
	text-decoration: none;
	color: #FFF;
}
.RefBlueText {
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	text-transform: none;
	color: #323d7f
}
.adress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	line-height: 19px;
	text-decoration: none;
}
.adress2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9e9e9e;
	line-height: 19px;
	text-decoration: none;
}

