html {
                overflow-x:hidden;
} 

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

.bg {
	background:url(../img/bg.gif) repeat-x #1B1D1F;
}

.bg_linie {
	background:url(../img/bg_linie.gif) repeat-x #1B1D1F;
}

#page_margins {
	position:absolute;
	margin:30px 0px 0px -487px;
	padding:0px;
	left:50%;
	width:100%;
}

/* --- HEADER LAYER --- */
#header {
	position:relative;
	height:95px;
	width:947px;
}

#sitemap {
	position:absolute;
	right:0;
	bottom:14px;
	text-align:right;
}

/* --- NAV LAYER --- */
#nav {
	position:relative;
	height:40px;
	margin-top:7px;
	overflow:hidden;
}

/* --- MAIN mit SUBNAV + CONTENT --- */
#main {
	position:relative;
	height:554px;
	background:url(../img/bg_main.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}

#main.ohnelinie {
	background:url(../img/bg_main_ohnelinie.gif) no-repeat;
}

#main.ohnebg {
	background:none;
}

#subnav {
	width:100%;
	height:30px;
	background:url(../img/bg_subnav.gif) no-repeat;
	overflow:hidden;
}

#subnav_schatten {
	position:relative;
	width:100%;
	height:5px;
	background:url(../img/bg_subnav_schatten.gif) repeat-x;
}

#subnav_schatten .schattenimg {
	position:absolute;
	top:0;
	left:0;
	height:5px;
}

#content {
	position:relative;
	width:974px;
	height:519px;
	overflow:hidden;
}


/* --- FLASH INTRO LAYER --- */
#intro {
	position:relative;
	width:1024px;
	height:560px;
	margin-bottom:4px;
	margin-left:-50px;
}

/* --- FOOTER LAYER --- */
#footer {
	position:relative;
	width:947px;
}

#metanav {
	float:left;	
}

#copyright {
	float:right;
	text-align:right;
}

/* --- CLEAR LAYER --- */
.cleardiv {
	clear:both;
	font-size:0px;
	line-height: 0px;
	height:0px;
}



#subnav ul li a:hover{
	color: #FFF
}