
/* Vertikale Navigation */

   div#Menu {
   position:absolute; 
   left:0px; 
   width:190px; 
   height:246px; 
   z-index:100;
   }

   div#Tmenu {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #354089;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1px;
  }

  div#BabyGalerie {
	width: 185px;
	background-color: #E9ECF3;
	padding-top: 5px;
	margin-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C3C5DC;	
  }

  ul#Navigation {
	text-align: left;
	margin: 0;
	padding: 0;	
  }

  ul#Navigation li {
	width: 185px;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
  }

  * html ul#Navigation li {
    margin-right:0;   /*Platz fuer Link-Verbreiterung im IE reservieren */
    margin-bottom:0;
  }
  
/*  *:first-child+html ul#Navigation li {
    margin:0;
	padding:0;
	height: 21px;
  }*/

/* Definition des Popups*/
  ul#Navigation li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 0; left: 185px;/*Abstand des Popups vom linken Rand*/
	z-index: 100;
	border-top: none;	
  }

  *:first-child+html ul#Navigation li ul {
    left: 185px;/*IE 7 in standards-compliant mode */
  }
   
  ul#Navigation li ul li {
    margin: 0; 
	padding: 0;
  }

  ul#Navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #354089;
	background-color: #E9ECF3;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #FFFFFF;
  }
  
  * html ul#Navigation a {
    margin-right:-1.5em;
  }
  
  ul#Navigation a.popup {
    color: white; background-color: #868CB8;
	border-top: none;
	margin: 0px 0px -1px 0px;
  }

  *:first-child+html ul#Navigation a.popup {
    color: white; background-color: #868CB8;
	border-top: none;
	margin: 0px 0px 0px 0px;
  }
  
  
  ul#Navigation a.popup:hover {
    color: #354089; background-color: #E9ECF3;
  }
  
  *:first-child+html ul#Navigation a.popup:hover {
    color: #354089; background-color: #E9ECF3;
  }
  
  ul#Navigation a.unternavigation {
	border-top: 1px solid #FFFFFF;
	padding: 4px 4px 4px 18px;
	background-color: #F5F5F9;
  }
  
  *html ul#Navigation a.unternavigation {
	margin-right:-2em;	/*Fehlerkorrektur*/
  }
  
  ul#Navigation a.last {
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 4px 4px 10px;
  }
  
  ul#Navigation a.top {
	border-top: none;
  }  
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
	font-weight: bold;
  }
  
  li a#active {
    background-color: #D7D9E7;
	font-weight: bold;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }

  ul#Navigation li:hover>ul {
    display: block;
  }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#Navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:0;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#Navigation li.hoverIE ul {
    display: block;
  }
  * html ul#Navigation li.hoverIE {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
  }
  
  /* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#NavigationZwei li.hoverIE2 {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:0;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#NavigationZwei li.hoverIE2 ul {
    display: block;
  }
  * html ul#NavigationZwei li.hoverIE2 {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
  }