a { color: #8dbcdf; font-size: 0.65em; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }
a:hover { color: white; font-size: 0.65em; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }

.WeissLink  { color: white; font-weight: bold; font-size: 18.0px; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }

.line { border-bottom: 0.3em solid #3b78ab }
.flach { background-color: #3b78ab; border-right: 0.3em solid #3b78ab }
.abstand  { padding: 4px 4px 4px 12px }
.font_white_65 { color: white; font-size: 0.65em; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }
.font_white_70  { color: white; font-size: 0.7em; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 1.4; text-decoration: none }
.font_blue_70  { color: #81a3c9; font-size: 0.7em; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 1.4; text-decoration: none }

.WeissBildTitel  { color: white; font-weight: bold; font-size: 20.0px; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }
.WeissSchliessen  { color: white; font-weight: bold; font-size: 16.0px; font-family: "Lucida Grande", Verdana; line-height: 1.4; text-decoration: none }


.Hand {cursor:pointer;cursor:hand;}

.Auswahlbox6  {font-size:10.0pt;font-weight:normal;font-family:Arial;color:#003366;
              background:#B0E0E6; border:solid 1px blue; visibility:hidden;
              position:absolute; top:170px; left:250px; width:150px; height:160px;
              padding-left:10px; }

/* Stile für Klappmenu*/
#ausklapp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px; /* Abstand für Untermenu */
	border-bottom: 1px solid #cccccc;
	}

#ausklapp ul li {
	position: relative;
	}
	
#ausklapp li ul {
	position: absolute;
	left: 142px; /* Abstand für Untermenu  */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#ausklapp ul li a {
	display: block;
	text-decoration: none;
	color: #8dbcdf            /*#777777;*/
	background: #ffffff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	width:130px;        /* Breite Hauptmenu */
	}

/* Fix IE. Hide from IE Mac \*/
#ausklapp * html ul li { float: left; height: 1%; }
#ausklapp * html ul li a { height: 1%; }
/* End */

#ausklapp ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
#ausklapp li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#ausklapp li:hover ul, li.over ul { display: block; } /* The magic */
/* Ende Stile für Klappmenu *********************************************************/



/* Stile für MSIE-Menu *******************/
   /* ul li äusserer Rand Untermenu */
   /* ul li a   Block Untermenu */
   /* li a    alle Blocks  */
              	
  /* nicht aktiv
  ul#Navigation  { width: 20em;              /* Umrandung * /
                  margin: 0em;
                  padding: 0em;
                  border: 3px solid white;
                  background-color: white;
                  }
*/
  ul#Navigation a {                          /* Menu-Buttons */
                   display:block;
                   padding: 0 0 0 5 px;      /* Schriftabstand vom linken Rand */
                   margin:  0 px;
                   width:230px;              /* Breite Hauptmenu */
                   text-decoration: none;
                   font-weight: bold;
                   font-size: 12px;
                   font-family:  Arial;
                   border: 1px solid white;
                   color: white;
                   background-color: #005598;
                   }

  ul#NaviUntermenu a {                        /* Untermenu Buttons */
                   display:block;
                   margin-left: 20px;
                   padding: 0 0 0 5 px;        /* Schriftabstand vom linken Rand */
                   /*width: 50px;              /* Breite Untermenu erfolgt unten */
                   text-decoration: none;
                   font-weight: normal;
                   font-size: 12px;
                   font-family:  Arial;
                   border: 1px solid black;
                   color: white;
                   background-color: #8dbcdf;
                   }
  * html ul#Navigation a { width: 100%;    /* Korr. Breite für IE 5 */
                           w\idth: 150px;}  /* Korr. Breite für IE 6 */
                           
  /***** Untermenu ***********************************/
  ul#Navigation li {                                  /* Fläche für das Unterverzeichnis */
                     list-style: none;                /* Style des Untermenu */
                     margin: 0px;
                     padding: 0px;
                     /*width:430px;                     /* Breite der Fläche erfolgt unten*/
                     background-color: silver;
                     }
  * html ul#Navigation li ul li a { width: 100%;    /* Korr. Breite für IE 5 */
                                    w\idth: 160px;}  /* Korr. Breite für IE 6 */


  ul#NaviUntermenu a:hover { border-color: white;          /* Untermenu Buttons Hover */
                             border: 2px solid white;
                             color: white;
                             background-color: silver;
                            }

  /* Zwischenraum im Untermenu */
  ul#Navigation li ul { margin: 0 0 0 1em;
                        padding: 0;
                        }

  ul#Navigation li ul li { margin: 0.1em 0; }  /* Senkrecht nach unten verschieben */


  /* Korr für IE 5 + 6 */
  * html ul#Navigation li ul li { margin-left: 1em; ma\rgin-left: 0; }
  * html ul#Navigation {width: 11.6em;w\idth: 10em;padding-left: 0;padd\ing-left: 0.8em;}



/************ nicht aktiv **********************************************************/
  /* Dynamischen Ein- + Ausblendung * /
  ul#Navigation li>ul {display: none; top: 1.6em; }

  /* a#aktuell nötig !! * /
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {display: block; }
/**********************************************************************************/
/* Ende Stile für MSIE-Menu ************************************************************/
