
   
* {
     outline: none;
 }
 
#navigation {
    position           : absolute; 
	z-index            : 5;  
	background-image   : url(fond-navigation.png);
	background-repeat  : no-repeat;
	background-position: top;
	background-color   : transparent;
	width              : 100%;
	height             : 50px;
	top                : 17%; 
	left               : 0; 
	text-align         : center; 
	white-space        : nowrap;
	min-width		   : 80%;
}


#zentrieren {
	display        : inline-block;
	text-align     : center; 
	text-align     : center; 
	width          : 100%;
    margin-left    : -0px;
    white-space    : nowrap;
}


#navigation a {
	display        : inline-block; 
	vertical-align : top;
	padding-left   : 1.2%; 
	padding-right  : 1.2%; 
	height         : 29px;
	text-align     : center;
	padding-top    : 12px;
	text-decoration: none;
	color          : #ffffff;
	font-size      : 15px;
	font-family    : arial, sans-serif; 
	font-weight    : normal;
	white-space    : nowrap;
}




#navigation a:hover{
	background-image   : url(hover-navigation.png);
	background-position: bottom;
	background-repeat  : no-repeat;
	white-space        : nowrap;
}


#navigation em {
	display        : inline-block; 
	vertical-align : top;
	padding-left   : 19px; 
	padding-right  : 19px; 
	height         : 27px;
	text-align     : center;
	padding-top    : 12px;
	text-decoration: none;
	color          : #ffffff;
	font-size      : 15px;
	font-family    : arial, sans-serif; 
	font-weight    : normal;
	background-image   : url(hover-navigation.jpg)\9;
	background-repeat  : no-repeat\9;
	background-position: center bottom\9;
	white-space        : nowrap;
	
}


#zentrieren a em {
	padding-left   : 0 !important;
	padding-right  : 0 !important;
	font-weight    : normal;
}

#navigation div#zentrieren a em {
	font-weight    : normal;
	padding-top     : 0 !important;
	background-image: none !important;
}





#navigation-links  {
   position           : absolute; 
   display            : block; 
   z-index            : 4; 
   text-align         : left;
   font-size          : 13px;
   font-family        : arial, sans-serif; 
   font-weight        : 300;
   background-color   : #ffffff;
   left               : 1px;
   width              : 219px; 
   margin-top         : 5px;
   padding-top        : 60px;
   top                : 22%; 
   overflow           : hidden;
   } 
   

   


#navigation-links ul {
	list-style     : none;
	padding-left   : 0;
	margin-left    : 0;
    margin-bottom  : -5px;
}

#navigation-links ul li a {
	background-image   : url(fond-navigation-links.png);
	background-repeat  : no-repeat;
	background-position: left bottom;
	display            : block;
	text-align         : left;
	width              : 100%;
	height             : 25px;
	text-decoration    : none;
	color              : #383838;
	font-size          : 13px;
	font-family        : arial, sans-serif; 
	font-weight        : 300;
	padding-left       : 34px;
	padding-top        : 5px;
	padding-bottom     : 5px;
}

#navigation-links ul li a:hover {
	background-image   : url(hover-navigation-links.png);
	color              : #005fab;
	font-weight        : 400;
}
#navigation-links ul li em {
	background-image   : url(hover-navigation-links.png);
	background-repeat  : no-repeat;
	background-position: left bottom;
	display            : block;
	text-align         : left;
	width              : 100%;
	height             : 25px;
	text-decoration    : none;
	color              : #005fab;
	font-size          : 13px;
	font-family        : arial, sans-serif; 
	font-weight        : 800;
	padding-left       : 34px;
	padding-top        : 5px;
	padding-bottom     : 5px;
}

/* Formatierung 2.Level */	
li.Navilevel2 a {
	padding-top        : 0 !important;
	padding-bottom     : 0 !important;
	background-image   : url(pfeil.jpg) !important;
	background-repeat  : no-repeat !important;
	background-position: 20px 2px !important;
	padding-left       : 34px !important;
    margin-left        : 12px !important;
	font-weight        : 400 !important;
	padding-bottom     : 5px  !important;
}


li.Navilevel2 a:hover,
li.Navilevel2 em {
	padding-top        : 0 !important;
	padding-bottom     : 0 !important;
	background-image   : url(pfeil-3.jpg) !important;
	background-repeat  : no-repeat !important;
	background-position: 20px 2px !important;
	padding-left       : 34px !important;
    margin-left        : 12px !important;
	font-weight        : 400 !important;
	padding-bottom     : 5px  !important;
}




li.Navilevel3 a {
	padding-top        : 0 !important;
	padding-bottom     : 0 !important;
	background-image   : url(pfeil.jpg) !important;
	background-repeat  : no-repeat !important;
	background-position: 36px 1px !important;
	padding-left       : 50px !important;
    margin-left        : 12px !important;
	font-weight        : 400 !important;
	padding-bottom     : 5px  !important;
    font-size          : 11px !important;
}

li.Navilevel3 a:hover,
li.Navilevel3 em {
	padding-top        : 0 !important;
	padding-bottom     : 0 !important;
	background-image   : url(pfeil-3.jpg) !important;
	background-repeat  : no-repeat !important;
	background-position: 36px 1px !important;
	padding-left       : 50px !important;
    margin-left        : 12px !important;
	font-weight        : 400 !important;
	padding-bottom     : 5px  !important;
    font-size          : 11px !important;
}

#navigation-links  ul li.Navilevel2 a img,
#navigation-links  ul li.Navilevel3 a img {
	display: none;
}
 





