/**************/
/* Hauptmenu  */
/**************/

#hor_menu {
  float:left;
  background-color: #13395d;
  width:750px;
  height:30px;
  font-size: 0.85em;
  background-image: url("../img/bg_hor_menue.gif");
}
/* remove all the bullets, borders and padding from the default list styling */
#hor_menu ul.menu, #hor_menu ul.menu ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}

/* Erste Ebene */
#hor_menu ul.menu li {
  float: left;
  width: 92px; /*92*/
}

#hor_menu ul.menu a, #hor_menu ul.menu a:visited { 
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
  font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff; 
	width: 92px;  /*92*/
	padding-left: 10px;
	line-height: 30px;
}

/* Zweite Ebene */
#hor_menu ul.menu ul li {
  float:left;
  background-color: transparent;
}

#hor_menu ul.menu ul a, #hor_menu ul.menu ul a:visited{ 
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
    font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff; 
	width: 180px;  /*92*/
	padding-left: 10px;
	line-height: 30px;
}

#hor_menu ul.menu ul {
  margin-left:0px;
  padding: 0 0 0 0;   /*padding: 0 0 5px 0;*/
  position: absolute;
  background-color: #26383D;
  display: none;
  width:180px;
}

/* IE-Hack für die Breite 

* html #hor_menu ul.menu ul {
    width:180px;
}*/

/* style the top level hover */
#hor_menu a:hover {background: #4682B4;}
#hor_menu :hover > a {background: #4682B4;}
#hor_menu ul.menu ul a:hover {background: #4682B4; width: 170px;}
* html #hor_menu ul.menu ul a:hover {background: #4682B4; width: 180px;}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
#hor_menu ul.menu ul.hover, #hor_menu ul.menu li.hover ul, #hor_menu ul.menu li:hover ul  {
  display: block;
}

/***************/
/* reiter_menu */
/***************/
/*
#reiter_menu {float:none; width:500px; font-size: 0.85em;background-image: url("../img/bg_hor_menue.gif");border:1px solid red;}

/* remove all the bullets, borders and padding from the default list styling 
#reiter_menu ul { padding: 0px; margin: 0px; list-style-type: none; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon 
#reiter_menu li { float: left; width: 139px;background-image: url("../img/bg_hor_menue.gif");}

/* style the links for the top level 
#reiter_menu a, #reiter_menu a:visited {
	display: block;
	font-family: Verdana, Arial, Sans-Serif; font-weight:normal;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	width: 139px;
	height: 30px;
	padding-left: 10px;
	line-height: 29px;
}
#reiter_menu ul li a.active {
	background-color: #D3DDE7;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work 
#reiter_menu table {position: absolute;top: 0;left: 0;}

/* style the top level hover 
#reiter_menu a:hover {color: #fff; background: #4682B4; font-family: Verdana, Arial, Sans-Serif; font-size: 12px;}
#reiter_menu :hover > a {color: #fff;	background: #4682B4;	font-family: Verdana, Arial, Sans-Serif;	font-size: 12px;}
#reiter_menu ul ul :hover > a {color: #fff;background: #4682B4;font-family: Verdana, Arial, Sans-Serif;	font-size: 11px;}

#reiter_menu ul :hover ul :hover ul {visibility: visible;}
*/

/****************/
/* head_menu */
/***************/
/*#head_menu {font-size: 0.85em;position: absolute;top:40px;left:250px;z-index: 100;}*/

/* remove all the bullets, borders and padding from the default list styling */
#head_menu ul { padding: 0px; margin: 0px; list-style-type: none; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#head_menu li {
   display:inline; list-style-type:none; padding-left: 0.5em;margin-left:1em; border-left:1px solid;
}
#head_menu li:first-child {
   border-left:none
}
/* style the level hover */
#head_menu :hover > a {
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
