@charset "utf-8";
    .oneColFixCtrHdr #header {
	height: 150px;
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	border-bottom-style: none;
	position: relative;
    }
    .oneColFixCtrHdr #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: 10px 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. */
    }
    .oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 10pt;
	overflow: hidden;

    }
.oneColFixCtrHdr #mainContent p {
	font-size: 10pt;
	line-height: 1.2em;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 13.5pt;
	color: #00647A;
	margin-bottom: 10pt;
	margin-top: 0pt;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent h4 {
	font-size: 11.5pt;
	color: #00647A;
	margin-bottom: 3pt;
	margin-top: 3pt;
}
.oneColFixCtrHdr #mainContent img.tr {
	margin-right:75px;
	margin-bottom:15px;

}
.oneColFixCtrHdr #mainContent img.in {
	margin-right:55px;
	margin-bottom:15px;
}

    .oneColFixCtrHdr #footer {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00647a;
	border-right-color: #00647a;
	border-bottom-color: #00647a;
	border-left-color: #00647a;
	height: 30px;
	width: 960px;
	text-align: right;
    }
.oneColFixCtrHdr #footer p.links {
	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: 0px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	float: left;
}
.oneColFixCtrHdr #footer p.rechts {
	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: 0px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	float: right;
}
.oneColFixCtrHdr #footer p.rechts a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


    .oneColFixCtrHdr #container {
	width: 960px;  /* 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: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0px;
    }

/* CSS Document */

    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: #fff;
    }
#menubox {
	position:absolute;
	width:958px;
	height:25px;
	z-index:1;
	left: 0px;
	bottom: -21px;
	text-align: left;
	padding-left: 0px;
	border: 1px solid #000;
	background-color: #00647a;
}
#menubox ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menubox ul li {
	float: left;
	background-color: #00647a;
	overflow-x:hidden;
}
#menubox ul li a {
	display: block;
	background-color: #00647a;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#menubox ul li a.normal {
	color:#fff;
}
#menubox ul li a.normal:hover {
	background-color: #fff;
	color: #000;
}
#menubox ul li a.aktivmenupunkt, #menubox ul li ul li a.aktivmenupunkt{
	color: #FFFFAA;
}

#menubox ul li ul li {
	clear: both;
	width:175px;
	width:205px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
}
#menubox ul li ul {
	display:none;
	position:absolute;
	margin-left:-1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}
#menubox ul li ul li a {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size:11px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
}
#menubox ul li a.normal {
	color:#fff;
}
#menubox ul li ul li a.normal:hover {
	background-color: #fff;
	color: #000;
}
#menubox ul li a.unterpunkte {
	background:url(down_passiv.gif) 4px 10px no-repeat;
	padding-left:16px;
}
#menubox ul li a.unterpunkte:hover {
	background:url(down_aktiv.gif) 4px 10px no-repeat #fff;
}
.blassblau_dunkel{
	background-color:#dae2e6;
	font-weight: bold;
	color: #00647A;
}
.blassblau_hell{
	background-color:#e3e9ec;
}
ul{
	list-style-position: inside;
	list-style-image:url(bullet.gif);
	list-style-type: square;
	margin:0px;
	padding:0px;
	font-size:10pt;
}
.blautabelle{
	width:100%;
	border-collapse:collapse;
	border:2px solid #ccc;
	font-size:10pt;
	margin-bottom:16pt;
}
.blautabelle td{
	vertical-align:top;
	text-align:left;
	padding:3pt;
}
#uk,#de{
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	bottom:-24px;
	right:5px;
	width:100px;
	height:23px;
	text-align:right;
	z-index:2000;
	
}
.blass{
	opacity:1.0;
	filter:alpha(Opacity=100);
}
.i0{
	background-image:url(head2.jpg);
}

#ilabel{
	color:#f00;
	font-weight:bold;
	position:absolute;
	z-index:5000;
	top:50px;
	left:300px;
}
table.partner,table.partner table,table.team{
	border-collapse:collapse;
	width:100%;
}
table.partner table td{
	padding:10px;
	font-size:10pt;
}
table.partner td,table.partner table td, table.team td{
	vertical-align:top;
	text-align-left;
}
table.team td{
	padding-top:3px;
}
table.team{
	margin-bottom:10px;
}
table.team a,a.dezent{
	font-weight:normal;
	text-decoration:none;
}
table.links{
	margin-right:10%;
	width:90%;
}
.rahmen_unten{
	border-bottom:1px solid #00647A;
	padding-bottom:5pt;
}
.blau{
	color: #00647A;
}
a.fett{
	font-weight:bold;
}
.pdflink{
	color: #00647A;
	text-decoration:none;
	background:url(file_acrobat.gif) no-repeat 0px 0px;
	padding-left:20px;
}

.clearboth {
clear: 			both;
margin:			0px;
padding:		0px;
height:			0px;
width:			0px;
line-height:	0px;
font-size:		0px;
overflow:		hidden;
visibility:		hidden;
}

.pfeile {
	background: url(../img/pfeile.png) no-repeat;
	height: 500px;
	width: 960px;
}

.pfeile ul {
	list-style-position: outside;
	padding-left:18px;
}

.pfeile h4 {
	color: white !important;
	font-size: 10pt !important;
	text-align: center;
	height: 120px;
}

.pfeile .links {
	margin-right: 40px;
}

.pfeile .links, .pfeile .rechts {
	padding: 25px 30px 30px 30px;
	width: 400px;
	float: left;
	/*background: red;*/
}

h3 span {
	font-size: 10pt !important;

}

.bild_con {
width: 1100px;
}

.bild_con img.tr {
	border: 1px solid black;
	display: inline-block;
	margin: 0px 38px 38px 0px !important;
}

.bild_con .spalte_dreiteilig {
width: 292px;
float: left;
margin-right: 40px;
}

.bild_con .spalte_zweiteilig {
width: 460px;
float: left;
margin-right: 40px;
}

.bild_con .spalte_zweiteilig .linier {
width: 460px;
display: block !important;
height: 1px !important;
border-top: 1px solid #333;
margin-top: 20px;
margin-bottom: 20px;
}

.linie {
display: block !important;
height: 1px !important;
width: 960px !important;
border-top: 1px solid #333;
margin-top: 20px;
margin-bottom: 20px;
}

#mainContent a {
color: #00647A;
}
