/* Allgemein */
html{
	background: url('../img/bodyBg.jpg') top center no-repeat #01090F;
	width:100%;	
	height: 100%;
	margin:0;
	padding:0;
	font-family:arial;
}
body{
	width:100%;
}

td{
	font-size:11px;
	font-family:arial;
} 

#splash_positioner{
	position:absolute;
	top:50%;
	left:50%;
	margin:-205px 0 0 -211px;
	width:468px;
	height:432px;
	
}
#frame_positioner {
	margin:0 auto;
	height:614px;
	width:788px;
	position:absolute;
	top:96px;
	left:50%;
	margin-left:-389px;
	z-index:1;
}
/* Allgemein Ende */
/* Start */
#start_top {
	width:472px;
	height:148px;	
}
#start_middle {
	width:472px;
	height:216px;
}

#overlay{
	background: url('../img/overlay.png') top left no-repeat;
	width:375px;
	height:600px;
	position:absolute;
	margin-top:-64px;
	margin-left:470px;
	z-index:2;
}

/* Start Ende*/
/* Headerbereich */
#header {
	height:502px;
	background:url('../img/header.png') top left no-repeat;
}
/* Headerbereich Ende */
/* Navibereich */
#navi {
	height:30px;
	overflow:hidden;
	text-align: left;
	margin-top:52px;
	position:absolute;
	z-index:3;
	margin-left:63px;
}

/* Navibereich Ende*/
/* Contentbereich */
#content{
	width:420px;
	height:385px;
	overflow:auto;
	font-size:11px;
	position:absolute;
	margin:105px 0 0 51px;
	z-index:4;
}

#content h1 a, 
#content h1{
	font-size: 14px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
	margin:0;
	padding:0;
}
#content h3 a, 
#content h3{
	font-size: 9px;
	color: black;
	text-decoration: none;
	margin:0 0 5px 0;
	padding:0;
}

#content a:link,
#content a:visited,
#content a:active{
	text-decoration: none;
	color: #00CCFF;
}
#content a:hover{
	text-decoration: underline;
}
#content .more{
	margin-top:10px;
	font-size:11px;
}


.boximg img{
	border:2px solid #FAFAFA;
}
.boximg img:hover{
	border:2px solid #00CCFF;
}
.spacerBorder{
	height:3px;
	overflow:hidden;
	background:url('../img/spacerLine.png') center center no-repeat;
	margin-left:90px;
}
#divContainer{
	position:relative; 
	width:455px; 
	height:240px; 
	overflow:hidden; 
	clip:rect(0,455,240,0);
}
#title {
	font-weight: bold;
	color: #333333;
}
#rechts {
	width:38px;
	height:286px;
	overflow:hidden;
	float: right;
}
.radio {
	border: 0px;
	background: transparent;
}
input ,
textarea{
	color:#000; 
	border:1px solid #036;
	background: #D3DAEA;
	margin-left:5px;
}
/* Contentbereich */
/* Footerbereich */
#footer {
	width:700px;
	height:79px;
	overflow:hidden;
	font-size: 11px;
	position:absolute;
	top:639px;
	left:50%;
	margin-left:-345px;
	text-align: left;
	color:white;
	font-family:arial;
	z-index:500;
}
#footer a {
	text-decoration:none;
	font-weight: normal;
	color:white;
	font-size: 11px;
}

#partner{
	height:34px;
	text-align:left;
	overflow:hidden;
	background:url('../img/footer.png') top left no-repeat;
	padding-left:50px;
	z-index:10;
}
/* Footerbereich Ende*/