/******** Page ******************/
body {
	margin:0;
	padding:0; 
	height:100%;
	width:100%;
	background-color:#010A27;
	color:white;
	font-family:Verdana;
	font-size:12px;
}

#hauptcontainer {
	width:946px;
	position: absolute;
	left: 50%;
	margin-left: -473px;
}

#comingsoon {
	width:946px;
	position: absolute;
	left: 50%;
	margin-left: -473px;
}

#home {
	float:left; 
}

#flags {
	float:left; 
	padding-left:10px;
}

#top {
	background-image:url(../images/top_menu.jpg);
	height:37px;
}

#top_menu {
	float:right; 
	padding-right:21px;
}

#contentbig { /*nur für startseite*/
}

#contentwrapper { /*nur für subpages*/
}

#content { /*nur für subpages*/
	float:left;
	width:911px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#contentheight { /*nur für subpages*/
	float:left;
	width:1px;
	height:482px;
}

#login { /*nur für subpages*/
	float:left; 
}

#febilink { /*nur für subpages*/
	float:right;
}

#footermenu {
	color:#999999;
	width:946px;
	text-align:center;
	font-size:11px;
	padding-top:5px;
}

.clear {
	clear:both;
}



/******** Menu ******************/
.menuhome-no {
	font-weight:bold;
}

.menu1-level1-no {
	font-weight:bold;
	float:left;
	padding:5px;
	padding-left:15px;
}

.menu1-level1-act {
	font-weight:bold;
	float:left;
	text-decoration:underline;
	padding:5px;
	padding-left:15px;
}



.menufooter-level1-no {
	padding:5px;
}

.menufooter-level1-act {
	text-decoration:underline;
	padding:5px;
}



.menulogin-no {
	font-weight:bold;
}


/******** Links ******************/
a:link 		{ text-decoration:none; }
a:visited 	{ text-decoration:none; }
a:hover 		{ text-decoration:underline; }
a:active 	{ text-decoration:none; }
a:focus 		{ text-decoration:none; }

a  {
	color:white;
	font-family:Verdana;
}

#footermenu a {
	color:#999999;
}



/******** Language DD Menu ******************/
#flags .even {
	padding:3px; background-color:#08315C; 
}
#flags .odd {
	padding:3px; background-color:#09316C;
}

#flags a {
	text-decoration:none;
}

#flags a:hover div {
	background-color:#ffffff;
	color:#000000;
}




/******** EXT:2col *****************/
.c2l1-left {
	border: 0px dashed #666;
	width: 50%;
	vertical-align:top;
}

.c2l1-middle {
	padding: 5px;
	width: 50%;
	vertical-align:top;
}



/************* Content *************/
#content h1 {
	font-size:16px;
}

#content .bodytext {
	font-size:12px;
}

.indent {
	padding-left:15px;
}

ul {
	padding-left:15px;
	margin-left:0px;
}

.textleftofbutton {
	width:228px;
}

/******* Scrollbarer Content ***********/
#content {
 overflow: auto;
 height:452px;
 width:470px;
}

body {
	scrollbar-base-color: #041131;
	scrollbar-track-color: #041131;
	scrollbar-face-color: #041131;
	scrollbar-highlight-color: #094993;
	scrollbar-shadow-color: #094993;
	scrollbar-arrow-color: #094993;
}


/******** EXT:Formulare *****************/
div .tx-thmailformplus-pi1 {
	width:452px;
}

.leftCol {
	padding-top:6px;
	float:left;
}

.rightCol {
	padding-top:6px;
	float:right;
	margin-right:1px;
}

input, #anrede, #ad_anrede, #land, #wieprokit {
	border: 1px solid darkblue;
	width:220px;
}

input .submit {
	border: 0px solid darkblue;
	width:220px;
	height:22px;
}

#newsletter, #agb {
	width:20px;
}

#newsletter_wrapper {
	float:left;
}

#agb_wrapper {
	float:right;
}

label {
	width:220px;
}

.checkboxdiv {
	float:left;
	width:20px;
}

.labelbig {
	padding-left:5px;
	float:left;	
	width:195px;
	font-size:10px;
}

#pflichtfelddiv {
	font-size:10px;
	padding-top:5px;
}

#submitdiv {
	padding-top:5px;
}

/*login*/

.csc-form-label, .csc-form-labelcell p {
	font-size:12px;
}

.csc-form-fieldcell input {
	width:140px;
}

/*kontakt*/
.label_contact  {
	float:left;
	padding-top:3px;
}
.label_contact label  {
	width:100px;
}
.input_contact  {
	float:right;
	padding-right:100px;
	padding-top:3px;
}

textarea {
	width:220px;
	height:80px;
}

/****** sonstige ********/
img {
	border: 0px solid black;
}

#flags img {
	border:1px solid black;
}

/**ae_prompt*/
#aep_ovrl { 
	/*background-color: black;
	-moz-opacity: 0.7; opacity: 0.7;*/
	background-image:url('../images/transp_black.png');
	top: 0; left: 0; position: fixed;
	width: 100%; height:100%; z-index: 99;
} 
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;} 
#aep_win { margin: 20% auto 0 auto; width: 400px; text-align: left;} 
#aep_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;} 
#aep_t {color: white; margin: 0 0 2px 3px;} 
#aep_ok, #aep_Cancel {width:auto; border:1px solid black;}
#aep_text {width: 100%; border:1px solid black;} 
#aep_w span {color:black;} 
#aep_w div {text-align: right; margin-top: 5px;} 


