@charset "UTF-8";

body { 
	color:#000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: normal; 
	vertical-align:top;
	background: black;
	margin: 0;
	padding: 0;
}

html, body { 	/*h.o*/
	overflow-x:hidden;
}

a img {
	border:none;
}

#bg_holder{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg_hintergrundbild { 
	position: absolute;
	top: 0px;
	
	left: 50%;
	margin-left: -2500px;

	width: 5000px;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#bg_overlay { 
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	background: url(img/main_bg_overlay_neu.jpg) top center no-repeat;
	text-align: center;
	
	overflow: hidden;

	opacity:0.6;
	filter:alpha(opacity=60);	
}

#bg_verlauf { 
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;
	min-height: 786px;

	background: url(img/start_bg_verlauf.png) repeat-x;
}


#made_in_germany { 
	position: absolute;
	top: 160px;
	left: 875px;
	
	height: 66px;
	width: 66px;	
	
	background: url(img/made_in_germany.png) no-repeat;
}


#banner_boot { 
	position: absolute;
	top: 60px;
	left: 515px;
	
	height: 60px;
	width: 420px;	
	
	background: url(img/Banner_UWR-DM2011.png) no-repeat;
}

#page_margins{
	position: absolute;
	top: 0px;
	left: 50%;
	
	min-height: 610px;
	
	width: 980px;	
	margin-left: -490px;
}

#header{
	float: left;
	width: 980px;
	height: 320px;
}

#logo{
	position: absolute;
	top: 49px;
	width: 620px;
	left: 24px;
}



#content{
	position: absolute;
	top: 320px;
	width: 980px;
}

#navi{
	float: left;
	width: 926px;
	height: 29px;
	margin-left: 21px;
}

#main_content_holder{
	float: left;
	width: 980px;
	position:relative;
	#left:-980px; /*h.o*/
}



#content_left{
	float: left;
	height: 175px;
	width: 240px;
	margin-left: 40px;
	margin-top: 50px;
	padding-left: 15px;
	/*background: url(sporttaucher/start_heft.png) center no-repeat;*/

}

#content_center{
	float: left;
	width: 460px;
	height: 145px;
	margin-left: 45px;
	margin-top: 53px;
	margin-bottom:25px;
}

#content_center a.shortcutR {
	float:right;
}

#content_center a.shortcutL {
	float:left;
}

#content_right{
	float: left;
	width: 390px;
	margin-top: 42px;
	line-height: 16px;
}

#footer{ /*h.o*/
	float: left;
	width: 980px;
	color: white;
	position:relative;
	#left:-980px; /*IE HACK*/
}

#footer img { /*h.o*/
	padding:0;
	margin:0;
	display:inline;
	position:relative;
	#top:-10px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer_left{
	float: left;
	margin-left: 31px;
}

#footer_right{
	float: right;
	margin-right: 32px;
	display:none;
}

#navi ul{
	margin: 0px; padding: 0px;
}

#navi li{
	list-style: none;
	display:inline;
}

/*#navi a{
	float: left;
	height: 20px;
	background: url(img/navi_bg.png) 0px -4px no-repeat;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;

	margin-top: 9px;

	margin-left: 10px;
	padding-left: 18px;
}

#navi a:hover, #navi a.active{
	background: url(img/navi_bg_over.gif) 0px -4px no-repeat;
	color: #f58229;
}
*/

#navi #act2{
	float: right;
}

/* styles main content */

.bodytext{
}

a{
	color: #f58229;
	text-decoration: none;
}

.bodytext .internal-link img{
	border: none;
}
