@charset "utf-8";
/* CSS Document */

@import url("../webfontkit/stylesheet.css");

html
{
	height: 100%;
}

		
body {
	background-color: #FFF;
	background-image: url('../images/mainBGimage.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.3em;
	height: 100%;
}


TD {
	vertical-align:top; }


#wrapper {
	display: block;
	padding: 0px;
	width:1050px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;	
}

#wrapper-outer {margin: auto auto; min-height: 100%; position:relative; width:100%; text-align:center;}
* html #wrapper-outer {height: 100%;} /* IE Hack für 100 % Höhe */

 
a {
	color:black; }

/* Float Problem beheben */
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */	
.textkl {
	font-size:9px; }
.fright {float:right;}
.fleft {float:left;}	
	
	
	
	
/*------ FORMS ----------------------------------------------- */
INPUT[type=text], INPUT[type=password] {
	background-color:#ffffff;
	border:solid 1px #999999;
	height:20px;
	font-size:12px;
	color:#000000;
}

INPUT.textlong { width:650px; }
INPUT.textmid { width:250px; }
INPUT.textshort { width:70px; }

INPUT[type=checkbox] {
	height:12px;
	padding:0px;
	margin:0px;
}

SELECT {
	background-color:#ffffff;
	border:solid 1px #999999;
	height:21px;
	font-size:12px;
	color:#000000;
	width:250px;
}

TEXTAREA {
	background-color:#ffffff;
	border:solid 1px #999999;
	font-size:12px;
	color:#000000;
}

.fieldtitle { 
	color:#333333;
	text-transform:uppercase;
	font-size:10px;
	padding:4px 0 0 0;
}

.reddot { 
	color:red;
	font-size:10px;
	font-weight:bold;
	line-height:8px;
}	
	









/*------ BUTTONS ----------------------------------------------- */
DIV.but300red, DIV.but300gray {
	width:300px;
	height:28px;
	display:block;
	background-position: 0 0;
	text-align:center;}
DIV.but300red {	
	background-color:#ecac13; }
DIV.but300gray {	
	background-color:#555555;  }
	

DIV.but160red, DIV.but160gray {
	width:160px;
	height:28px;
	display:block;
	background-position: 0 0;
	background-repeat:no-repeat;
	text-align:center;}
DIV.but160red {	
	background-color:#ecac13;}
DIV.but160gray {	
	background-color:#555555; }
DIV.but160red:hover, DIV.but160gray:hover, DIV.but300red:hover, DIV.but300gray:hover  {
	cursor:pointer; 
	background-color:#777777;}
SPAN.but160red, SPAN.but300red {
	display:block;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0 0 0; }
	
SPAN.but160gray, SPAN.but300gray{
	display:block;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0 0 0; }	
	
	
	
	
	
	
	
	
	
	
	
#HeaderWrapper {
	display: block;
	background-color: #004f94;
	height:251px;
	width:100%;
	min-width:1050px;
	text-align:center;
	background-image:url('../images/HeaderWrapperBG.jpg');
	background-position:center;
	background-repeat:no-repeat;
}	

#HeaderInner {
	display: block;
	width:1050px;
	margin-left: auto;
	margin-right: auto;
}
#HeaderTitleBox {
	display: block;
	margin: 0px;
	padding: 0px;
	height:20px;
}	
#HeaderLogoBox {
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}	
#HeaderImageBox {
	display: block;
	float:right;
	margin: 0px;
	padding: 0px;
	height:265px;
	width:535px;
}
#HeaderImage {
	display: block;
	margin: 0px;
	padding: 153px 0 0 0;
	height:98px;
	width:535px;
	background-repeat:no-repeat;
}
#HeaderImageTextBox {
	display: block;
	margin:  0;
	padding:  0;
	height:67px;
	width:535px;
	background-color:#77abd9; 
	-khtml-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:alpha(opacity=60);
}
#HeaderImageText {		
	margin: 0px;
	padding: 0px;
	position:relative;
	top:-40px;
	left:10px;
	text-align:left;
	font-size:30px;
	color:white;
}	
	










#MainMenuWrapper {
	display: block;
	margin: 0 0 0 25px;
	padding: 0px;
	height:45px;
	width:100%; }	
	
DIV.MainMenuButton {
	display: block;
	float:left;
	background-image: url('../images/MainMenu.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 10px 0 0;
	padding: 0px;
	height:45px;
	width:175px;
	overflow:hidden; 
	cursor:pointer;}
	
DIV.MainMenuButton:hover {
	background-position: 0 -45px; }

DIV.MainMenuButton.selected {
	background-position: 0 -90px; }

DIV.MainMenuButton  A{
	display:block;
	width:175px;
	text-align:center;
	color: white;
	font-size:14px;
	padding: 12px 0 0 0;
	height:40px;
	text-decoration:none;
}
	
	
	











	
DIV.ContentWrapper { }
DIV.ContentTitleImage {
	display:block;
	width:1000px;
	height:200px;
	margin:0 0 0 25px;
	padding:0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover; }


DIV.ContentTitle {
	display:block;
	width:1050px;
	height:75px; 
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	background-image: url('../images/ContentTitleBG.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;}
	
DIV.ContentTitleInner{
	display:block;
	font-size:26px;
	color:#ffffff;
	padding:20px 0 0 40px;
	}

	
DIV.ContentBox {
	display:block;
	width:1000px;
	margin:0 0 25px 25px; 
	padding:0;	
	background-color:#ffffff;}

DIV.ContentHTML {
	display:block;
	padding:0 10px 10px 10px;}



	
	
	
	
	
	
	
#box-footer {
	/*background-image: url('../images/footer-bg.png');*/
	background-position:bottom center;
	background-repeat:no-repeat;
	padding: 0px 0 0 0;
	text-align:center;
	font-family:Arial,Verdana;
	font-size:10px;
	color:white; 
	width:100%;
	height:130px;
	}
	

#box-brainbug {
	text-align:right;
	font-family:Arial,Verdana;
	font-size:10px;
	color:#888888; 
	width:300px;
	position: absolute; 
	bottom: 0; 
	right: 10px; }
A.box-brainbug {
	color:#888888;}
	
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	min-width:1050px;
	display:block;
	background-color:#999999;
}
* html #footer {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */	


#box-blank {
	display:block;
	clear:both;
	width:100%;
	height:135px; }
	
	
	
	
	
	
	
	






DIV.ContentGallery {
	display:block;
	padding:30px 00px 00px 00px;}

DIV.PicBox {
	display:block;
	padding:5px;
	float:left;}




/* ----------------------------------------------------------------- */	
/* Download Spezialseite    ---------------------------------------- */	
DIV.downTitle{ display:block; margin:0 0 10px 0;}

DIV.downFile { display:block; margin:0 0 10px 0; border:solid 1px #666666; background-color:#dddddd; padding:5px;}
SPAN.downFile{ }

DIV.downPassBox { display:block; margin:0px 0 5px 0; }


/* ----------------------------------------------------------------- */	



 