/*
		Globale CSS-Definition (HTML-Elemente)
*/
body { 
	background-image:url("../images/bg.jpg"); 
	font:62.5% Georgia,'Times New Roman',serif; 
	line-height:170%;
	margin:auto;
	
	scrolling:no;
	
}

img{
	border: 0;
}
li{
	margin:0; padding:0; margin-left:5.0ex;  list-style-position: outside; white-space:normal;
	color:#575757;  font-size:12px;;  font-family:Verdana, serif;
}
h1{
	font-size:12pt;
	color:#006394; 
	padding:10px;
	
}
/* HEADER - SYTLES */
#flags{
	display:inline; 
	position: relative;
	top:10px;  
	margin-left:93%; 
}
#header { 
	height:315px; 
	width:1100px;
	max-width:1100px;
	margin:auto;
	padding-top:8px;
}
.headerimg {
	background-position: center top; 
	background-repeat: no-repeat; 
	height:315px; width:1100px;
	max-width:1100px;
	position:absolute;  
}
#header-fading{ 
	position:relative;
	top:140px; 
	white-space: nowrap; 
	display:inline;

}
#navigation-bg {
	height:130px; width:1100px; 
	max-width:1100px;
	background-position:center top;  
	position:relative; top:12px; 
	background-image:url("../images/headerbg-trans.png");  background-repeat: repeat-y; 
}
#navigation-pos { 
	height:100px; width:80%; 
	margin:auto; 
	background-image:url("../images/logo_de.png"); background-position:top left; background-repeat:no-repeat; 
}
#navigation-pos_en { 
	height:100px; width:80%; 
	margin:auto; 
	background-image:url("../images/logo_en.png"); background-position:top left; background-repeat:no-repeat; 
}
#navigation {
	position:relative; 
	top:108px;	
}
#navigation a { 
	list-style:none; 
	color:white; 
	text-decoration:none; font-weight:bold; 
	padding-right:20px; 
	display:inline; 
	font-variant:small-caps; font-size:9pt;
} 
#navigation a:hover { text-decoration:underline; }
#navigation a:focus { color:red;  text-decoration:underline;}
#navigation a:active { color:red;  text-decoration:underline;}

#navigationB {
	
	
}
#navigationB a { 
	list-style:none; 
	color:white; 
	text-decoration:none; font-weight:bold; 
	padding-right:2px; 
	font-variant:small-caps; font-size:8pt;
} 
#navigationB a:hover { text-decoration:underline; }
#navigationB a:focus { color:red;  text-decoration:underline;}
#navigationB a:active { color:red;  text-decoration:underline;}

/** CONTENT **/
.myInput{
	width:180px;
	border-width:1px;
	border-style:inherhit;
	border-color:#000000;
	
}
.myInput_2{
	width:820px;
	border-width:1px;
	border-style:inherhit;
	border-color:#000000;
}
.topic{
	font-size:15px;
	color:#575757; 
	padding-top:15px;padding-bottom:15px;
	font-family: Georgia ;
	font-weight:bold;
	
}
#content{

	background:url(../imgages/content_bg.jpg) repeat-x bottom center #ffffff;
	width:1100px;
	position:relative;
overflow-x:hidden;
	margin:0 auto;
}

#fill p { 
	color:#575757; padding:5px 0px; font-size:12px;  margin:0 auto; font-family: Verdana, serif; text-align: justify;
}
#fill p a {
	text-decoration:none; color:#CD2B3A; font-size:11px;
}
#fill p a:hover {
	text-decoration:underline; color:#7F000C; 
}
#code { 
	color:#CD2B3A; padding:5px 0px; font-size:9pt;  margin:0 auto; font-family: Verdana, serif;
}
#content_wrapper{
	
	height:560px;
	width:1100px;
overflow-x:hidden;
	overflow-y:hidden;
}

.slide{
	float:left;
	width:1100px;
	max-width:1100px;
	height:560px;
overflow-x:hidden;
	overflow-y:auto;
}

/** Blue Content Headers **/
#cHeader {
			background:#2B4478; height:18px;
}
#cHeader b{
	color:#FFFFFF; font-size:8pt;
}

#tableHeader {
			background:#2B4478; height:25px;
}
#tableHeader b{
	color:#FFFFFF; font-size:10px;
}
#tableContent{
	color:#575757; 
	font-size:11px;  
	font-family: Verdana, serif; 
	text-align: center;
	background:#CAE2F3;;

}
#tableContent_2{
	color:#575757; 
	font-size:11px;  
	font-family: Verdana, serif; 
	text-align: center;
	background:#FFFFFF;;

}
/** FOOTER **/
#footerBody{
	background-image:url("../images/headerbg-trans.png"); background-repeat: repeat-y; 
	height:55px; width:1100px; 
	position:relative; background-position:center top;
	margin: 0 auto;
	font-size:10px;
	color:#FFFFFF;
	font-family: arial;
}
#footerNav{
	background-image:url("../images/headerbg-trans.png"); background-repeat: repeat-y; 
	height:20px; width:1100px; 
	position:relative; background-position:center top;
	margin: 0 auto;
	font-size:11px;
	color:#FFFFFF;
	font-family: arial;
	padding-bottom:10px;
}




/* SPAM-ABWEHR */
.no_chance { display:none; }
