.TabNavigation
	{
	width: 980px;
	height: 36px;
	background-image: url(../_images/bg_navi.gif);
	background-repeat:no-repeat;
	clear:both;
	}

.TabNavigationButton, .TabNavigationButtonDropDown
	{
	float:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	cursor:pointer; 
	font-weight:bolder;
	text-decoration:none;
	
	
	padding-right:9px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.TabNavigationButton:hover
	{
	color: #0c3183;
	}
	
.TabNavigationButtonDropDown
	{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: transparent;
	}

.TabNavigationButtonDropDown:hover
	{
	color: #0c3183;
	border-left:1px solid #cdd5e4;
	background-color:#efefef
	}

.NavSub
	{
	
	margin-top:25px;
	margin-left:-11px; 
	z-index:10;
	background-color:#ffffff;
	padding:20px;
	padding-top:15px;
	text-decoration:none;
	visibility:hidden;
	position:absolute;
	border:1px solid #cdd5e4;
	border-top:0px;
	
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	opacity: 1.0;
  	filter: alpha(opacity = 100);
	}
	
.NavSub a{font-family: Verdana; font-weight:100; font-size: 10px; text-decoration: none; color: #333333}
.NavSub a:hover {color: #0c3183; font-weight:bold;}


img.line
	{
	margin-top:3px;
	margin-bottom:3px;
	}



/*----------- Linkes Menü ------------------*/

#menue {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	}
	
#menue li{
	display:block;
	}
	
#menue a{
	display: block;
	width:225px;
	height:20px;
	background-image:url(../_images/bg_button_one_hover.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px; 
	text-decoration:none;
	}

#menue a:hover{
	cursor:pointer;
	}

#current_active{
	display: block;
	width:235px;
	height:20px;
	background-image:url(../_images/bg_button_one_hover.gif);
	text-decoration:none;
	font-family: Verdana;
	font-size: 10px; 
	color: #000000;
	padding-left:10px;
	padding-top:4px;
	}


/*----------- Linkes Unter Menü ------------------*/

#SubMenue {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	}
	
#SubMenue li{
	display:block;
	}
	
#SubMenue a{
	display: block;
	width:210px;
	height:17px;
	background-image:url(../_images/bg_SubButton_one.gif);
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:25px;
	padding-right:10px; 
	text-decoration:none;
	color:#333333;
	}

#SubMenue a:hover{
	color:#ffffff;
	background-image:url(../_images/bg_SubButton_one.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#SubCurrent_active {
	font-weight:bold;
	color:#FFFFFF;
	}
	
#NavBoxReference{
	width:215px;
	height:184px;
	background-image:url(../_images/bg_box_reference.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:20px;
	padding-right:10px; 
	text-decoration:none;
	}




