/* source=http://www.mcuniverse.com/First_Level_Code.1101.0.html */
/* Top Navigation Menu */
.topnav {
   font-size: 13px;
   padding-right: 10px;
}  
.topnav a:link, .topnav a:visited {
   font-weight: bold;
   text-decoration: none;
   color: white;    
   padding: 3px;  
}
.topnav a:hover {
   font-weight: bold;
   color: white;    
   padding: 3px;
   color: #003965;
   text-decoration: none;
}
.topnav a:active {
   font-weight: bold;
   color: #003965;    
   padding: 3px;
}

/* .topnav_act */
.topnav_act {
   font-size: 13px;
   padding-right: 10px;
}

.topnav_act a, .topnav_act a:link {
   font-weight: bold;
   color: #003965;    
   padding: 3px;
   text-decoration: none;
}
.topnav_act a:visited {
   font-weight: bold;
   color: #003965;    
   padding: 3px;
}
.topnav_act a:hover {
   font-weight: bold;
   color: #003965;    
   padding: 3px;
	 text-decoration: none;
}


/* Top Navigation Menu 2nd Level aufklapp!!! */
.topnav1 a {
   font-weight: normal;
   font-size: 13px;
}  
.topnav1 a:link {
   font-weight: normal;
   text-decoration: none;
   color: white;    
   margin: 2px;
   width: 150px;
}
.topnav1 a:visited {
   font-weight: normal;
   text-decoration: none;
   color: white;    
   margin: 2px; 
}
.topnav1 a:active {
   font-weight: normal;
   text-decoration: none;
   color: #fff;    
   margin: 2px; 
}
.topnav1 a:hover {
   font-weight: normal;
   text-decoration: none;
   color: #003965;    
   margin: 2px; 
}
.topnav1_act a {
   font-size: 13px;
   font-weight: normal;
   text-decoration: none;
   color: #fff;    
   margin: 2px; 
}
.topnav1_act a:visited {
   font-size: 13px;
   font-weight: normal;
   text-decoration: none;
   color: #fff;    
   margin: 2px; 
}
.topnav1_act a:hover {
   font-size: 13px;
   font-weight: normal;
   text-decoration: none;
   color: #003965;    
   margin: 2px; 
}

