#header {
  position: absolute;
  /*width: 738px;*/
  top: 138px;
  float:left;
  width:100%;
  /*background: url("../images/bg_navigation.gif") repeat-x top;*/
  font-size: 11px;
  line-height:normal;
  left: 0px;
  }
  
/*#header ul {
  margin:0;
  padding:0;
  height: 40px;
  list-style:none;
}
  
#header li {
  float:left;
  background:url("../images/bg_navigation_left.gif") no-repeat left top;
  margin:0;
  }
  
#header a {
  float:left;
  display:block;
  background:url("../images/bg_navigation_right.gif") no-repeat right top;
  padding: 10px 10px 16px;
  text-decoration:none;
  font-weight: bold;
  color:#FFFFFF;
  }*/
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/*#header a {float:none;}*/

/* End IE5-Mac hack */
/*#header a:hover {
  color:#000;
}*/
  
  
/*#header #current a {
  color:#FF9900;
  }*/
  
/*Ebene 2*/
#nav_2 {
	font-size: 11px;
}

#nav_2 ul {
  margin:0;
  padding:0;
  list-style:none;
}
  
#nav_2 li {
  float:left;
  display:inline;
  margin:0;
  }
  
#nav_2 a {
  float:left;
  display:block;
  padding: 10px 10px 16px;
  text-decoration:none;
  color:#000000;
}
#nav_2 a:before{ content:"»";color:red;}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav_2 a {float:none;}

/* End IE5-Mac hack */
#nav_2 a:hover {
  color:#000;
}
  
  
#nav_2 #current a {
  color:#FF9900;
  }

.menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:86px;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:86px;
  float:left; 
  }
* html .menu a {
  width:86px;
  }
.menu a span {
  display:block; 
  color:#FFF; 
  background:#990000; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  text-align:center; 
  padding:4px 6px; 
  cursor:pointer;
  }
* html .menu a span {
  width:86px; 
  cursor:hand; 
  w\idth:66px;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #06a;
  }
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#fff;
  }
.menu a:hover span {
  color:#fff; 
  background:#08c;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #06a; 
  border-color:#06a #FDF3C2; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
