/* OBERSTE EBENE *****************************************************************************************/

@media screen {
   #navigation {
	background: url(../design/hauptnavigation_basis.gif) repeat-x;
	height: 2.5em;
	width: 100%;
	clear: both;
   }
   #nav3{
	background: url(../design/ul_hauptnavigation.gif) no-repeat;
	height: 2.5em;
	width: 60em;
   }
   #nav {
	list-style: none;
	padding: 0;
	padding: 0 0 0 2em;
   }
   #nav li {
	float: left;
	padding: 0;
   }
   #nav li a{
	background: url(../design/hauptnavigation.gif) no-repeat right bottom;
	color: #E6EEF2;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0.8em;
	text-decoration: none;
   }
   #nav li.act a{
	background: url(../design/act_hauptnavigation.gif) no-repeat right bottom;
   }
   #nav li.act li a{
	background: none;
   }
   #nav p{
	background: url(../design/act_hauptnavigation.gif) no-repeat right bottom;
	color: #E6EEF2;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0.8em;
	text-decoration: none;
   }
/* 2. MENUEBENE *************************************************************************************/
   #navu {
	list-style-type: none;
	background: none ;
	font-weight: normal;;
	width: 11em;
	z-index: 999;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
  }
  #navu li {
   width:100%;
  }
  #navu li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #304855;
	font-size: .7em;
	padding: .4em 1em .4em 1em ;
	border-bottom: 1px solid #244e64;
	border-left: 1px solid #244e64;
	border-right: 1px solid #244e64;
	background: #fff url(../design/fl_01.png);
  }
  #navu li a:hover {
	/* border-top: 1px solid #b8cdd9; */
	color: #fff;
	background: #406980;
  }
  #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
  }
  #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
  }
  #nav li:hover, #nav li.sfhover {
	background: #406980;
	color: white;
  }
  #navu ul{
	list-style-type: none;
	background: none ;
	font-weight: normal;;
	width: 11em;
	z-index: 999;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
  }
}
@media print {
  #navigation {
    width: 0px;
    height: 0px;
    font-size: 0px;
    visibility:hidden;
  }
}




/* KLICKMENU *****************************************************************************************/
@media screen {
  #klickmenu {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 0 .2em .5em;
	margin: 0 0 0 2em;
  }
  #klickmenu .vorne, #klickmenu .innen {
	float: left;
	font-size: .65em;

}

  #klickmenu .innen {
	width: 85em;
	}


  #klickmenu a{
	color: #aaa;
	text-decoration: none;
	}

  #klickmenu a:hover{
	color: #666;
	text-decoration: none;
	}

  
}
@media print {
  #klickmenu {
    width: 0px;
    height: 0px;
    font-size: 0px;
    
    visibility:hidden;
  }
}









/* ENDE DES KLICKMENU ********************************************************************************/





















