@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body.jpg) center fixed no-repeat;
	margin: 0;
	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: #173861;
}

a {
	color: #10345f;
	text-decoration: none;
}

a:hover, .tx-flatmgr-pi1 .theYears td.selected {
 	color: #b80d24 !important;
	font-weight: normal !important;
}

/* Main-Menu normal */
#header ul {
	position: relative;
	top: 183px;
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: center;
}

/* anweisung für ie 6(und früher) - Menu wird sonst nicht angezeigt */
* html ul {height: 100%;}

li.menu1-level1-no {
	position: relative;
	height: 23px;
	padding: 0 20px;
	display: inline;
	text-align: center;
	background: url(images/bg_menu.gif) right center no-repeat;
}

li.menu1-level1-no A, li.menu1-level1-no A:LINK, li.menu1-level1-no A:VISITED, li.menu1-level1-no A:HOVER {
	position: relative;
	color: #10345f;
	text-decoration: none;
	font-size: 0.9em;
}

li.menu1-level1-no A:HOVER {
 	color: #b80d24;
}

/* Main-Menu active */
li.menu1-level1-act {
	position: relative;
	height: 23px;
	padding: 0 20px;
	display: inline;
	text-align: center;
	background: url(images/bg_menu.gif) right center no-repeat;
}

/* für die anderen browser (anweisung versteht der ie 6(und früher) nicht) */
html > body li.menu1-level1-act {
}

li.menu1-level1-act A, li.menu1-level1-act A:LINK, li.menu1-level1-act A:VISITED, li.menu1-level1-act A:HOVER {
	z-index: 1;
	position: relative;
	font-size: 0.9em;
 	text-decoration: none;
 	color: #b80d24;
}

p {
	font-size: 0.8em;
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
}

.tx-flatmgr-pi1 .tableMultiRow, .tx-flatmgr-pi1 td.monthNameMultiRow, .tx-flatmgr-pi1 .monthMultiRow {
	background-color:#c0ceda !important;
}

#container {
	width: 899px;
	/*background: #FFFFFF;*/
	margin: 36px auto 0;
	text-align: left;
}

#header {
	height: 211px;
	padding: 0;
	margin: 0;
	background: url(images/bg_header.png);
}

#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. */
}

#content {
	padding: 0;
	margin: 0;
	background: url(images/bg_content.gif);
	overflow: hidden;
	width: 100%;
}

html>body #content {
	height: auto;
}

#links {
	float: left;
	padding: 0;
	margin: 33px 0 0 83px;
	width: 390px;
	/*border: #C0C 1px solid;*/
}

/* damit nachfolgendes img auf gleicher Linie ist, wie rechtes img */
.csc-header-n1 {
	height: 40px;
}

#rechts {
	float: right;
	padding: 0;
	margin: 85px 57px 0 0;
	width: 345px;
	/*border: #C0C 1px solid;*/
}

#footer {
	padding: 0;
	margin: 0;
	background: url(images/bg_footer.png);
	height: 42px;
}
