@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #284563;
	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: #ffffff;
	/*
	background-image: url(../sysimg/bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	*/
}
.oneColFixCtrHdr #container {
	width: 950px;  /* 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. */
	height: 612px;
	background: #11253D;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -306px auto 0 -475px; /* 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. */
}
.oneColFixCtrHdr #header {
	/*background: #284563;*/
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../sysimg/headerMitLogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 69px;
	border-top: 1px solid #284563;
	margin-top: -1px;
	z-index: 500;
}
.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 #main {
	padding: 26px 100px 11px 100px;
	z-index: 1000;
}
.oneColFixCtrHdr #footer {
	padding: 0 100px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#11253D;
	height: 136px;
}
.oneColFixCtrHdr #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 0 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	color: #284563;
	font-size: 85%;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p a:link, .oneColFixCtrHdr #footer p a:visited, .oneColFixCtrHdr #footer p a:focus, .oneColFixCtrHdr #footer p a:hover, .oneColFixCtrHdr #footer p a:active{
	color: #284563;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover{
	color: #FDFAEB;
}
.oneColFixCtrHdr #footer h1{
	color: #284563;
	font-weight: normal;
	text-align: right;
	font-size: 290%;
	margin-top: 5px;
}
.kleiner {
	font-size: 75%;
}
.oneColFixCtrHdr #main #mainContent {
	height: 380px;
	background-color: #284563;
}
#mainContentBild{
	width: 484px;
	height: 362px;
	margin: 0;
	overflow: hidden;
	color: #11253D;
	background-color: #284563;
}
#mainContentContainer{
	width: 235px;
	height: 362px;
	overflow: hidden;
	background-color: #FDFAEB;
	margin: 0 10px 0 0;
	color: #11253D;
	border-top: 10px solid #284563;
	padding: 0;
}
#mainContentText{
	width: 236px;
	height: 320px;
	margin: 0 0 10px 0;
	overflow: auto;
	color: #11253D;
}
#mainContentText p{
	margin: 2px 5px 2px 5px;
	font-size: 80%;
	line-height: 1.4em;
}
#mainContentText h1{
	margin: 5px 5px 5px 5px;
	font-size: 100%;
}
#mainContentText h2{
	margin: 15px 5px 5px 5px;
	font-size: 90%;
}
#mainContentNav{
	width: 236px;
	height: 27px;
	margin: 0;
	color: #11253D;
	overflow: hidden;
}
#mainContentNav p{
	margin: 2px 3px 4px 5px;
}
#mainContentNav .navi3 {
	text-decoration: none;
	border: 2px solid #FDFAEB;
	padding: 1px 3px;
	margin: 0;
	color: #11253D;
	font-size: 90%;
	font-weight: bold;
}
#mainContentNav .navi3a {
	text-decoration: none;
	border: 2px solid #11253D;
	padding: 1px 3px;
	margin: 0 1px 3px 0;
	color: #11253D;
	font-size: 90%;
	font-weight: bold;
}



#mainContentTextOnly{
	width: 752px;
	height: 380px;
	overflow: auto;
	background-color: #FDFAEB;
	margin: 0 10px 0 0;
	color: #11253D;
}
#mainContentTextOnly p{
	margin: 10px 60px 5px 60px;
	font-size: 80%;
	line-height: 1.4em;
}
#mainContentTextOnly h1{
	margin: 5px 60px 5px 60px;
	font-size: 100%;
}
#mainContentTextOnly h2{
	margin: 15px 60px 5px 60px;
	font-size: 90%;
}
#mainContentTextOnly h3{
	margin: 10px 60px 5px 60px;
	font-size: 80%;
}
#mainContentTextOnly ul{
	margin: 10px 60px 0 60px;
}
#mainContentTextOnly li{
	font-size: 80%;
}
#mainContentTextOnly table{
	margin: 0 0 0 60px;
}
#mainContentTextOnly table p{
	margin: 2px 0 5px 0;
}
#mainContentTextOnly table h1{
	margin: 2px 0 5px 0;
}
#mainContentTextOnly table h2{
	margin: 2px 0 5px 0;
}
.tabelleRandUnten{
	border-bottom: 1px solid #11253D;
}

td img {
	display: block;
}

label {
	font-size: 80%;
}
.bild {
	margin: 0;
}
.kooperation {
	float: left;
	margin-top: 13px;
	font-size: 32%;
	font-weight: bold;
}
.kooperation img {
	margin-top: -13px;
}
