/*--- main navigation horizontale--------------------------------------------*/
#nav-top  {
	float: left;
	margin-left: 235px;
	margin-top: -75px;
	position:relative; 	
	width: 536px;
	height: 60px;
	z-index: 1;
	}

#main_nav_container {
	z-index: 1;
	position: relative;	
	top: 0px;
	left: 0px;
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0 0 0px 0;
	overflow: hidden;    
	width: 580px;
	height: 30px;
}

html>body #main_nav_container {
    width: 580px;
    /*      for   FFM    */

}

#main_nav_list {
	margin: 0 0px 0 0px;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

#main_nav_list li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
	/*   height: 26px;   */   
	white-space: nowrap;
}

html>body #main_nav_list a {
    /*height: 23px;*/
}

.main_nav_item_0 {
   
}

a.main_nav_item:hover {
    /*background: transparent;*/

}
a.main_nav_active_item {  
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #002567;
}
a.main_nav_item {  
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
  }
a.main_nav_item:hover {  
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color:#ff8623;
}
/*--- container for the subnavigation oben--------------------------------*/

.sub_nav_container {	
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0px 0 0px 0;	
	width: 580px;		
}

.sub_nav_container1 {	
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0;
	padding: 0 0px 0 0px;
	margin: 0px 0 0px 0;	
	width: 580px;		
}


/*--- subnavigation oben---------------------------------------------------*/

.sub_nav_list, .sub_nav_list1 {
	border: 0;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li,  .sub_nav_list1 li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}

/*--- subnavigation items oben---------------------------------------------*/

.sub_nav_list a {	
	padding: 0px 10px 0px 10px;
	display: block;
	float: left;
	line-height: 15px;
	text-align: center;
	height: 15px;
}
.sub_nav_list1 a {	
	padding: 0px 2px 2px 2px;
	margin: 0 10px 0 0;
	display: block;
	float: left;
	line-height: 16px;
	text-align: center;
	height: 15px;
	border: 1px solid #fff;
}
html>body .sub_nav_list1 a {
    height: 15px;
}
html>body .sub_nav_list a {
    height: 18px;
}
/*------------items oben horizontal-----------------------------*/

a.sub_nav_active_item{
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color: #002567;
}
a.sub_nav_item {
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;  
}
a.sub_nav_item:hover {
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color:#ff8623;
}
a.sub_nav_active_item1{
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color: #002567;
	background: #76A5D1;
}
a.sub_nav_item1{
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff; 
	background: #76A5D1;
}
a.sub_nav_item1:hover {
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color:#ff8623;
}