/* ######################################################################################################
** ### LAYERMENU  ###############################################
** ######################################################################################################*/
#navigation .subul {
	position: absolute;
	left: 140px;
	top: 0;
	text-align: left;
	width: 120px;
}

#navigation .subul li {
	width: 120px;
}

#navigation .subul a {
	font-weight: normal;
	text-align: left;
        margin-left: 5px;
}

#navigation .subul a.active {
        font-weight: bold;
}


#navigation ul {
	float: left;
	list-style: none;
  	padding: 0;
	margin:0;
	z-index: 999;
	width:10px;
	/*background-color: #5f5ffe; */
}
#navigation a {
	display: block;
	width: auto;
	text-align:right;
	margin:0;
	padding:0;
	text-decoration:none;
	padding-left:0px;
	padding-right:0px;
	font-size: 12px;
	font-weight:bold;
	margin-right:5px;
	color:#899dab;
}
#navigation a.active {
        color:#003B6A;
}
#navigation a:hover {
	color:#003B6A;
} 
#navigation li {
	float: left;
	padding:0;
	margin:0;
	color:#fff;
    line-height:15px;
	margin-bottom:5px;
	margin-left:0;
	/*height:15px;*/
	display:block;
	width:140px;
	position: relative;
}

#subnavigation a {
        text-align:left;
        font-weight:normal;
        
}
#subnavigation li {
        width:140px;
        line-height:12px;
	margin-bottom:5px;
	margin-left:0;
	height:auto;
}
#subnavigation a.active {font-weight:bold;}

#pagebrowse a {
       width: 14px;
       padding:0;
       margin:0;
       display:inline; 
}

#pagebrowse span {
       width:auto;;
       padding:0;
       margin:0;
       margin-left:0px;
       margin-right:0px;
       display:inline;
}










/* ######################################################################################################
** ### FOOTERMENU  ###############################################
** ######################################################################################################*/
#footernav { 
	color: #fff;
}
#footernav a { 
	text-decoration:none;
	color: #fff;
}
#footernav a:hover {
	color:#5f5ffe; 
}

/* ######################################################################################################
** ### TOPMENU  ###############################################
** ######################################################################################################*/
#topnav {
		position:absolute;
		top: 15px;
		right: 15px;
		color: #000;
		font-size:0.88em;
		background: transparent;
		text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
	}
#topnav a { 
	text-decoration:none;
	color: #000;
}
#topnav a:hover {
	color:#5f5ffe; 
}

