/* Navigations */
#pageNav{
	background-image: url(../images/navleft_o.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width:160px;
	overflow:hidden;
}

#pageNav p {
	padding: 2px;
	margin:0px 5px 0px 5px;
	position: relative;
	left: 0px;
}

#navtop  {
	height:13px;
	background:  url("../images/streifen_blau.jpg");
}

#navbottom  {
	height:13px;
	background:  url(../images/streifen_blau.jpg);
	clear:left;
	min-width:100%;
	width:100%;
	font-size: 8pt;
}



.navmenuehead 
		{
	background-color: #F2F2F2;
	padding: 0px;
	margin: 0px;
	border: 1px solid #006699;
	font-size: 10px;
	font-weight: normal;
		}
.navmenueentry
		{
	border-top-width:1px;
	background-color: #E6E8F2;
	font-size:8pt;
	color: #006699;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	marign:2px;
}
		
.navmenueentry a:link 		{ color:#006699; text-decoration:none }
.navmenueentry a:visited 	{ color:#86769B; text-decoration:none }
.navmenueentry a:hover 		{ color:#000000; text-decoration:none }
.navmenueentry a:active 	{ color:#EFEFEF; text-decoration:none }
.navmenueentry a:focus 		{ color:#F9D014; text-decoration:none }	
