@import url(content_standard.css);
@import url(content_bild-mittig-spalte-links-und-rechts.css);
@import url(content_bild-oben-zweispaltig-darunter.css);
@import url(content_zeitstrahl.css);
@import url(content_lexikon.css);
@import url(content_3spaltig.css);
@import url(content_umfrage.css);
body {
	width:100%;
	font-size:11px;
	font-family:Verdana;
	background-color:#c9cbcc;
	margin:0px;
	text-align:center;
}

#all {
	width:1024px;
	height:768px;
	margin:0px auto auto auto;
	text-align:left;
}

table {border:none !important;}

/*-------------------------------------------------------------HEADER START-----------------------------------------------------------------*/
#header {
	/*width:1024px;
	height:130px; == H�he und BReite ohne Padding*/
	width:969px;
	height:115px;
	background-image:url(pics/head.gif);
	position:fixed;
	z-index:10;
	padding-left:55px;
	padding-top:15px;
}

#sprache {
	width:950px;
	height:30px;	
	color:#707173;
	font-size:9px;
	padding-left:640px;
}
#sprache img {border:0;}

#suche {
	width:240px;
	height:37px;
	float:left;
}
#suche  img {padding-top:0px;}

#suche .lupe {float:left;}
#suche .suche {
	font-size:10px;
	color:#707173;
	width:200px;
	text-align:center;
	border:0;
}	
#suche .button {display:none;}	

#dropdown {
	width:240px;
	height:40px;
	float:left;
	margin-top:-12px;	
}
#dropdown select {width:200px;}

#menu {	
	width:945px;
	height:25px;	
	text-align:left;
	color:#fff;
	clear:both;
}

#rootline {
	width:910px;
	height:20px;
	color:#89898b;
	font-size:10px;
	float:left;
}
#rootline a:link {text-decoration:none; color:#89898b;}
#rootline a:visited {text-decoration:none; color:#89898b;}
#rootline a:hover {text-decoration:underline; color:#89898b;}
/*-------------------------------------------------------------HEADER STOP------------------------------------------------------------------*/

#content {
	width:1024px;
	background-image:url(pics/inhalt_mehr.gif);
	z-index:5;
}

/*-------------------------------------------------------------INHALT START-----------------------------------------------------------------*/

#flashcontent{
	z-index:4;
	position:absolute;
	}

#inhalt {
	width:969px;
	min-height:561px;
	/*width:1024px;
	height:561px; == H�he und BReite ohne Padding*/
	background-image:url(pics/inhalt_gross3a.gif);
	background-repeat:no-repeat;
	position:relative;
	/*top:130;*/
	padding-top:130px;
	padding-left:55px;
	overflow:auto;
}

#inhalt h1 {
	font-size:11px; color:#db0031;
	margin-top:0px;
}

#inhalt a:link {color:#db0031;text-decoration:none;}
#inhalt a:visited {color:#db0031;text-decoration:none;}
#inhalt a:hover {color:#db0031;text-decoration:underline;}
/*-------------------------------------------------------------INHALT STOP------------------------------------------------------------------*/

/*-------------------------------------------------------------FOOTER START-----------------------------------------------------------------*/
#footer {
	/*width:1024px;
	height:76px; == H�he und BReite ohne Padding*/
	width:969px;
	height:73px;
	background-image:url(pics/footer.gif);
	position:relative;
	/*top:130;*/
	padding-top:2px;
	padding-left:55px;
}
*html #footer{
	top:0;
}

#login {
	float:left;
	width:430px;
	height:20px;
	padding-top:2px;
	padding-left:25px;
	background-image:url(pics/login.jpg);
	background-repeat:no-repeat;
}

.benutzername {float:left;margin-right:5px;}
.passwort {float:left;margin-right:5px;}
.button {background-color:#707173;border:0px;font-size:10px;font-weight:bold;color:#FFFFFF;height:18px;padding-bottom:3px;}
*html .button {padding-top:4px;margin-left:-55px;margin-top:1px;}
.eingabefeld {color:#707173;font-size:9px;height:11px;width:130px;}
.tx-felogin-pi1 {margin-top:-3.5px;}
fieldset {border:0px;}

#servicemenu {
	float:left;
	width:450px;
	height:17px;
	text-align:right;
	color:#FFF;
	font-size:10px;
	padding-top:5px;
}
#servicemenu a:link {text-decoration:none; color:#fff;}
#servicemenu a:visited {text-decoration:none; color:#fff;}
#servicemenu a:hover {text-decoration:underline; color:#fff;}

#copyright {
	float:left;
	width:914px;
	height:30px;
	padding-top:10px;
	text-align:center;
	color:#89898b;
	font-size:10px;
}
/*-------------------------------------------------------------FOOTER STOP------------------------------------------------------------------*/


/*-------------------------------------------------------------DropDown Menü----------------------------------------------------------------*/

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #db0132;
	font-weight: bold;
	padding: 0;
	border: solid #db0132;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	height:16px;


}
*html #nav, #nav ul { 
	width:946px;
}

#nav a {
	display: block;
	/*width: 10em;*/
	/*w\idth: 6em;*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1em;
	font-size:10px;
}
#nav a:hover {
	background: #d7d8d9;
	color:#db0132;
	padding-top:2px;
}

#nav a.daddy {
	/*background: url(rightarrow2.gif) center right no-repeat;*/
	/*background:#db0132;*/
}
#nav a.daddy:hover {
	/*background: #d7d8d9;*/
	color:#db0132;
}



#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	/*width:8.5em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	border-color:#fff;
	margin: 0;
}

#nav li li {	
	padding-right: 1em;
	width: 13em;
	height: 2.2em;

}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}


#nav li:hover, #nav li.sfhover {
	background: #d7d8d9;
	color:#db0132;
	
}

/*************/
.csc-mailform {border:0px;margin:0px;}
.csc-mailform-field {vertical-align:top; width:100px;margin-top:3px;}
.csc-mailform-submit {border:1px solid #000;background-color:#FFF;color:#000000;}
/*************/
#layout3inhaltlinks td {width:33%;}
/***************************/
.felogout {
	float:left;
	margin-right:10px;
	padding-top:2px;
}