/**
 *	This is for thge menu layer definitions for normal user mode. We only include this if we are in the standard
 *				mode. This contains the navigation bar and the layers.
 *	@author Falko Burghausen <info@peak-webdesign.de>
 *	@copyright PEAK webdesign
 *	@date 2008-05-30
 */

div.nav {
	border-right: 1px solid #336699;
	text-align: center;
	background-image: url(../../pics/layout/verlauf_menu.gif);
	color: #003366;
	float: left;
	padding: 5px;
	display: block;
	width: 106px;
	font-size: 12px;
	font-weight: bold;
}

div.navEnd {
	text-align: center;
	display: block;
	float: left;
	padding: 5px;
	background-image: url(../../pics/layout/verlauf_menu.gif);
	color: #808080;
}

div.navBeg {
	width: 106px;
	text-align: center;
	display: block;
	float: left;
	padding: 5px;
	background-image: url(../../pics/layout/verlauf_menu.gif);
	color: #808080;
	border-right: 1px solid #336699;
}

#layer2 {
   background-color : #f8f8f8;
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 97px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}


#layer3 {
   background-color : #f8f8f8; 
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 217px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}


#layer4 {
   background-color : #f8f8f8; 
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 453px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}


#layer5 {
   background-color : #f8f8f8; 
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 337px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}


#layer6 {
   background-color : #f8f8f8; 
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 570px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}


#layer7 {
   background-color : #f8f8f8; 
   border-width : 1px; 
   border-style : solid; 
   border-color : #003366; 
   width : 150px;
   padding-top: 5px;
   padding-bottom: 5px;
   top : 5px; 
   left : 686px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
   text-align: center;
   font-size: 12px;
}
