/* CSS-Styhlsheet für Service Bereich. Überschreibt Index und Hauptnavigation der web.css für Farbvarianten */ 




/* Überschriften */

/* Formatierung Überschriften */





	
h3 {
	font-family       : Helvetica,Arial,sans-serif;
	font-size         : 110%;
	font-weight       : normal;
	color             : #009e58;
	padding-top       : 3px;
	padding-bottom    : 3px;
	margin            : 0;
}

/* Betohnungen */
em {
	font-family : Helvetica,Arial,sans-serif;
	font-style  : normal;
	color       : #185EB1;
}

b {
	font-weight : bold;
}
	
strong {
	font-weight : bold;
}




#fond-h2 {
   z-index            : 3; 
   position           : absolute;
   background-color   : #cbe8d7;
   top                : 30%;
   left               : 12%;
   width              : 22.5%; 
   height             : 3%;
   overflow           : hidden;
}

#fond-funktionen {
   z-index         : 3; 
   position        : absolute;
   background-color: #cbe8d7; 
   filter          : Alpha(opacity=60);
   -moz-opacity    : 0.6;
   top             : 30%; 
   left            : 12%;
   width           : 12%; 
   height          : 100%; 
   overflow        : hidden; 

}




#fond-index {
   z-index         : 5; 
   position        : absolute;
   overflow        : hidden; 
   background-color: #009e58;
   top             : 30%; 
   left            : 12%;
   width           : 12%; 
   height          : 3%; 
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-size       : 100%; 
   text-align      : left;
   color           : #fff;
   border-bottom   : 1px solid #fff;
   
   
}


#fond-sprache {
   z-index         : 5; 
   position        : absolute;
   overflow        : hidden; 
   background-color: #009e58;
   top             : 57%; 
   left            : 12%;
   width           : 12%; 
   height          : 3%; 
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-size       : 100%; 
   text-align      : left;
   color           : #fff;
   border-bottom   : 1px solid #fff;
   
}




#content a:link,
#content a:active,
#content a:visited {
	font-family    : helvetica,verdana,sans-serif;
	font-style     : normal;
	color          : #185EB1;
	font-weight    : normal;
	text-decoration: underline;
}

#content a:hover {
	color          : #185EB1;
	font-family    : helvetica,verdana,sans-serif;
	font-style     : normal;
	font-weight    : normal;
	text-decoration: none;
}


/* Normales Bild im Contentbereich */

#content img {	
   clear         : left;
   float         : left;
   padding       : 0;
   margin-right   : 10px;
   margin-bottom : 10px;
}


/* Formatierung Haupt-Navigation */
#fond-navigation {
   z-index            : 4; 
   position           : absolute;
   top                : 15%; 
   left               : 12%;
   right              : 12%;
   width              : 76%;
   height             : 66px; 
   overflow           : hidden;  
   background-image   : url(/navbox-fond-4.gif);
   background-repeat  : repeat-x;
   background-position: top left;
   }
   
#navigation {
   z-index            : 6; 
   position           : absolute;
   text-align         : left;
   top                : 15%; 
   left               : 12%;
   width              : 90%; 
   font-size          : 100%;
   overflow           : hidden; 
}

#navbox {
   float         : left;
   text-align    : left;
   clear         : none;
   font-size     : 80%;
   color         : #185EB1;
}	
	
#navbox a {
   display         : block;	
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-style      : normal;
   text-decoration : none;
   color           : #000;

}
#navbox a:hover {
   display         : block;	
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-style      : normal;
   text-decoration : none;
   color           : #fff;
   text-decoration : none;
   background-color: #93bee5;

}

ul.Navilevel2 {
   filter          : Alpha(opacity=90);
   -moz-opacity    : 0.9;
   font-size       : 85%;
   color           : #fff;
   float           : none;
   clear           : both;
   margin          : 0;
   padding         : 0;
   /*border-bottom   : 1px solid #bcdaee;*/
}

#navbox ul a {
   font-family     : arial,sans-serif;
   font-weight     : normal;
   font-style      : normal;
   text-decoration : none;
   color           : #fff;
   text-decoration : none;
   border-bottom   : none;  

  
   background-color: #659ad2;
}

#navbox ul a:hover {
   font-family     : arial,sans-serif;
   font-weight     : normal;
   font-style      : normal;
   text-decoration : none;
   color           : #185EB1;
   text-decoration : none;

   border-bottom   : none;  
  
  
   background-color: #eaf7fe; 
}



/* Formatierung Index Navigation */

#index-navigation {
   z-index         : 4; 
   filter          : Alpha(opacity=80);
   position        : absolute;
   background-color: #96ceaf;
   overflow        : hidden; 
   top             : 33%; 
   left            : 12%;
   width           : 12%; 
   height          : 27%;
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   font-size       : 100%; 
   text-align      : left;
   border          : none;
}

#index-navigation ul {
   padding          : 0;
   margin-top       : 5px;
   list-style-image : url(/pfeil.gif);
   margin-left      : 24px;
}
#index-navigation em {
   padding          : 0;
   margin           : 0;
}

#index-navigation a:link,
#index-navigation a:visited,
#index-navigation a:active {
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   color           : #001565;
   font-size       : 75%;
   text-decoration : none;
}

#index-navigation a:hover {
   font-family     : helvetica,arial,sans-serif;
   font-weight     : normal;
   color           : #008148;
   font-size       : 75%;
   text-decoration : none;
}

#index-navigation img {
   display: none;
}

#index-navigation p {
   display: none;
}


