/* ---------------------------------------------------------
   Navigation - Menue
   --------------------------------------------------------- */
.navi {
	position:absolute;
	
	margin: 0 auto;
	
	width:1025px;
	
	height:25px;
	
	background-color:#FFF;
	
	top:206px;	
	
	z-index:51;
	
	overflow:visible;
	
}


.bereich{
	display: block;
	
	color: #999999;
	
	background-color: #999999;
	
	text-align: left;
	
	border-right:1px solid white;
	
	overflow:visible;
}



a.link{
	
	display: block;
	
	color: #FFFFFF;
	
	font-family: Verdana, Arial;
	
	font-size: 13px;
	
	width: 100px;
	
	border-bottom:1px solid white;
	
	text-decoration: None;
	
	background-color: #999999;
	
	overflow:visible;
}


a.link:hover{
	
	display: block;
	
	color: #000000;
	
	background-color: #FFFFFF;
}

/* ---------------------------------------------------------
   Navigations Pointer - Menue
   --------------------------------------------------------- */

.pointer{
	
	color: #000000;
	
	list-style:none;	
}

.pointer ul{
	list-style:none;

}

.pointer a{
	
	color: #000000;
	
	font-family: Verdana, Arial;
	
	font-size: 11px;
	
	text-decoration: underline;
	
	padding-right:5px;
	
}

.pointer li{
	
	float:left;
	
}


