/* ***** Hintergrund Navigation ***** */
.nav_hintergrund {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-600px;				
	z-index:10;		
}

/* ***** Logo ***** */
#logo_top {
		position:fixed;
		top:16px;
		left:50%;
		width:61px;
		margin-left:-36px;
		z-index:11;
}

/* ***** Navigation horizontale Linie ***** */
#line_navi_left {
		position:fixed;
		top:45px;
		left:50%;
		width:380px;
		margin-left:-460px;
		z-index:11;
}

#line_navi_right {
		position:fixed;
		top:45px;
		left:50%;
		width:380px;
		margin-left:70px;
		z-index:11;
}

/* ***** Btn für nächste Rubrik ***** */
#arrow_nextsite {
		position:relative;
		top:0px;
		left:50%;
		width:50px;
		margin-left:-25px;
		margin-top:-20px;
		z-index:5;
}

/* ***** NAVIGATION-FONT ***** */
.nav {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FFFFFF; 
	text-decoration:none; 
	z-index:11; 
	}
	
.nav:hover {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FECB78; 
	text-decoration:none; 
	z-index:11; 
	}
	
.nav_highlight {
	color:#FECB78;
	}
	
/* Markierungspfeil Navigation */
#nav_arrow {
	position:fixed;	
	top:47px;	
	left:50%;	
	margin-left:-410px;      /* startposition nav-pfeil */
	z-index:20;
}


/* ***** POSITIONEN DER NAVIGATION ***** */
/* für alle */
.nav_pos {
	position:fixed;	
	top:60px;	
	left:50%;	
}

/* einzeln */
#p1 {	
	margin-left:-454px;
	}

#p2 {
	margin-left:-303px;
}

#p3 {
	margin-left:-151px;
}

#p4 {
	margin-left:78px;
}

#p5 {	
	margin-left:240px;
}

#p6 {
	margin-left:373px;
}