body,
html {
    color:#333560;
	 background: #aaaaaa url(bgmain.gif);
    font-size: 100.01%;
	 font-family:arial;
    margin: 0; 
    padding: 0 0;
	 height:100%;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

#window {
    position: relative;
	 min-height: 100%;
	 height: 100%;
	 voice-family: "\"}\"";
	 voice-family: inherit;
	 height: auto !important;
	 background-color: #ffffff;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1010px;
    padding: 0;
	 border: 2px solid #031979;
	 border-top:0;
	 overflow:auto;
} 

* html>body #window {
	height:auto;
}

/* +++++++++++++++++++++++ */
/*    Logo oben rechts     */
/* +++++++++++++++++++++++ */

#logomenu {
	position:absolute;
	top:10px;
	left:841px;
	width:158px;
	height:74px;
	margin:0;
	padding:0;
	background: url(style_01_FILES/logomenu.gif) top right no-repeat;
}

#logomenu span {
	display:none;
}

/* +++++++++++++++++++++++ */
/*         Menü            */
/* +++++++++++++++++++++++ */

.menu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(style_01_FILES/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.menu li.current a, 
.menu li a:hover{
	color: #ffffff;
	background: url(style_01_FILES/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}


.menu li.current a b, 
.menu li a:hover b{
	color: #fff;
	background: url(style_01_FILES/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
	
/* +++++++++++++++++++++++ */
/*  Navigations-Liste     */
/* +++++++++++++++++++++++ */
	
.submenu{
padding: 0;
width: 100%;
height:40px;
background-color: #031979;
voice-family: "\"}\"";
voice-family: inherit;
}

.submenu ul{
margin:0;
margin-left: 50px; /*margin between first menu item and left browser edge*/  /* alt: 40px */
padding: 0;
list-style: none;
}

.submenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.submenu a{
float: left;
display: block;
font: bold 12px Arial;
color: #ffffff;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #031979; /*Default menu color*/
border-bottom: 8px solid #031979;
}

.submenu a:hover,
.submenu .current a{
background: #aaa9a9 url(style_01_FILES/button_sub_hover.gif) top repeat-x; /*Highlight red color theme*/
padding-top: 7px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #aaa9a9; /*Highlight red color theme*/
color: #000000;
}
	
/* +++++++++++++++++++++++ */
/*  Globale Textdeklarationen */
/* +++++++++++++++++++++++ */
	
p, p#left, p#right {
	padding:0;
	margin:0 10px 10px 0;
	font-size:0.9em;
}

p#left {
	text-align: left;
}

p#right {
	text-align: right;
}

dl{
	font-size:0.9em;/* wie p auch von 0.8 auf 0.9 erhöht*/
}

dt {
	margin-left:10px;
	font-weight:bold;
	border: 0px solid black;
	float:left;
}

dd {
	margin-left:150px; /* statt 100 */
	border: 0px solid black;
}
h1, h2{
	font-weight:bold;
	clear:both;
}
h1 {
	/*
	font-size:0.9em;
	color:#707173;
	 */
	font-size:1.2em;
	color:#031979;
}

h2 {
	/*
	font-size:0.8em;
	color:#707173;
	*/
	font-size:1em;
	color:#031979;
	background-color:#ccf;
	padding: 2px 3px;
}

img, img #left, img#right {
	padding:0;
	margin:10px;
	border:0px solid black;
}

img#left {
	float:left;
}	

img#right {
	float:right;
}
	
/* +++++++++++++++++++++++ */
/*  Linkes Content-Feld    */
/* +++++++++++++++++++++++ */

#content {
	float:left;
	width:880px; /* statt 960 */
	background-color: #ffffff;
	margin: 0;
	padding:54px 60px 50px 60px;
	text-align: left;
	/* font-size:0.9em;  */
	border:0px solid black;
	}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:15px;
	width:100%;
	background-color: #031979;
	margin:0;
	padding:10px 0;
	text-align:right;
	color:#aaa9a9;
	font-size:0.8em;/*statt 0.7em*/
}

#footer a{
	color:#aaa9a9;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
/* -------------------------------------------------
Formular
*/
.csc-mailform {
border: 0px solid #000;
}
label {
font-size: 0.9em;
display: block;
width:200px;
float:left;
}
input {
margin-bottom:2px;
}
/* -------------------------------------------------
     Listen 
*/
ul {	font-size:0.9em;}
/* -------------------------------------------------
    Sitemap 
*/
.tx-dropdownsitemap-pi1 div.expAll {
	background-color:#ccf;
	border:1px solid #008;
}
.tx-dropdownsitemap-pi1 a, .tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1 a:hover, .tx-dropdownsitemap-pi1 a:active {
background-color:inherit;
color:#008;
font-size:0.9em;
}

