/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#515151;
	padding:0;
	margin:0;
	background:url(../images/ondaplus_bg_home.jpg) no-repeat center top;
}

a{
	color:#515151;
}

/* ---------- Layout::Header ---------- */
#navi-top-outer{
	filter:alpha(opacity=70); 
	-khtml-opacity:0.70; 
	opacity:0.70;
	background:#fff;
	height:30px;
	clear:both;
	min-width:920px;
}

#navi-top-inner{
	width:840px;
	padding: 10px 0 0 0;
}

#navi-top{
	float:right;
	width:500px;
}

#navi-lang{
	text-align:right;
	float:right;
	margin: 0 0 0 0px;
	width:85px;
}

#navi-top .active-item{
	font-weight:bold !important;
	text-decoration:none !important;
}

#navi-top a, #navi-lang a{
	text-transform:uppercase;
	text-decoration:none;
	color:#222;
	padding:0 4px 0 4px;
	float:right;
}

#navi-top .navi-top-pipe{
	float:right;
}

#navi-lang a:hover{
	font-weight:bold !important;
	text-decoration:none !important;
}

#navi-top a:hover{
	/*font-weight:bold !important;*/
	text-decoration:none !important;
}

#headline{
	width:840px;
	padding: 25px 40px 45px 40px;
	text-align:left;
	clear:both;
	float:none;
}

/* ---------- Layout::middle ---------- */
#middle-box{
	height:305px;
	width:840px;
	text-align:left;
	clear:both;
	float:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	padding:0 40px 0 40px;
}

#middle-box a{
	display:block;
	color:#515151;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
}

#middle-box a:hover{
	color:#004d7a;
	text-decoration:underline;
}

#logo-box{
	width:840px;
	text-align:right;
	clear:both;
	float:none;
}

#dachmarke-box{
	width:840px;
	text-align:right;
	padding: 32px 0 32px 0;
	clear:both;
	float:none;
}


/* ---------- Layout::footer ---------- */
#footer-outer{
	width:100%;
	height:20px;
	color:#fff;
	font-size:9px;
	position:absolute;
	top:657px;
	left:0;
	/*
	background:#004d7a;
	filter:alpha(opacity=50); 
	-khtml-opacity:0.50; 
	opacity:0.50;
	*/
	min-width:920px;
}

#footer-inner{
	width:840px;
	padding: 4px 40px 0 40px;
	text-align:left;
}

#footer-outer a{
	color:#fff;
	text-decoration:none;
}

#footer-outer a:hover{
	text-decoration:underline;
}

