/* HORIZONTAL  MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menu0, .menu0  ul, .menu1, .menu1  ul, .menu2, .menu2  ul, .menu3, .menu3  ul, .menu4, .menu4  ul{
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menu0 ul, .menu1 ul, .menu2 ul, .menu3 ul, .menu4 ul  {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 110px;
	visibility: hidden;
	 height: 20px;
}

/* dritte ebenen*/
.menu0 ul ul , .menu1 ul ul , .menu2 ul ul , .menu3 ul ul , .menu4 ul ul  {
 top: -2px;
 left: 201px;
 width: 190px;
}

.menu0 ul ul li, .menu1 ul ul li, .menu2 ul ul li, .menu3 ul ul li, .menu4 ul ul li {
 position: relative;
 float: none; 
 width:191px;
 left: 0px;
 top: 1px;
 margin-right: 0;
 margin-bottom: -1px;
}

* html .menu0 ul ul li, .menu1 ul ul li, .menu2 ul ul li, .menu3 ul ul li, .menu4 ul ul li {
 left: -1px;
 width:200px;
}


/* hacks fuer dritte ebenen*/
* html .menu0 ul ul {
 top: -2px;
 left: 199px;
}
* html .menu1 ul ul {
 top: -2px;
 left: 199px;
}
* html .menu2 ul ul {
 top: -2px;
 left: 199px;
}
* html .menu3 ul ul {
 top: -2px;
 left: 199px;
}
* html .menu4 ul ul {
 top: -2px;
 left: 199px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menu0 li, .menu1 li, .menu2 li, .menu3 li, .menu4 li {
 float: left;
 position: relative;
 width: 108px;
 border: 1px solid #333333;
}
/* kleiner beschiss wegen breite vom flashbanner im FF!!*/
.menu4 li {
 width: 107px;
}

* html .menu0 li {
 width: 110px;
}
* html .menu1 li {
 width: 110px;
}
* html .menu2 li {
 width: 110px;
}
* html .menu3 li {
 width: 110px;
}
* html .menu4 li {
 width: 110px;
}




.menu0 li {	
	background-color: #ACD5FD;
}
.menu1 li {		 
	left: -1px;	
	background-color: #9BC4DC;

}
.menu2 li {	
	left: -2px;
	background-color: #8EB7C2;
}
.menu3 li {	
	left: -3px;	
	background-color: #7CA3AD;
}
.menu4 li {	
	left: -4px;
	background-color: #698E97;
}

.menu1 ul li.aktiv {
 color: #EE4611;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menu0 ul li, .menu1 ul li, .menu2 ul li, .menu3 ul li, .menu4 ul li {
 position: relative;
 float: none; 
 width:201px;
 left: 0px;
 top: 1px;
 margin-right: 0;
 margin-bottom: -1px;
}

* html .menu0 ul li, .menu1 ul li, .menu2 ul li, .menu3 ul li, .menu4 ul li {
 left: -1px;
 width:200px;
}

.menu0 ul li.aktiv {
 background: #ACD5FD;
}
.menu1 ul li.aktiv {
 background: #9BC4DC;
}
.menu2 ul li.aktiv {
 background: #8EB7C2;
}
.menu3 ul li.aktiv {
 background: #7CA3AD;
}
.menu4 ul li.aktiv {
 background: #698E97;
}


/* Links inside the menu */
.menu0 a, .menu1 a, .menu2 a, .menu3 a, .menu4 a {
 display: block;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
 color: #000000;
 text-decoration:  none;
 padding: 0px;
 padding-bottom: 4px;
 padding-top: 4px;
 margin: 0px;
}
.menu0 ul a, .menu1 ul a, .menu2 ul a, .menu3 ul a, .menu4 ul a  {
 padding-left: 16px;
}

.topmenu {
  color: #000000; 
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;  
}
.topmenuAktiv {
  color: #EE4611; 
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;  
}
/* 
MENU 0
Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu0 ul a:hover, .menu0 ul  a.highlighted:hover, .menu0 ul  a:focus {
 color: #EC4510;
 background-color: #ACD5FD;
}
.menu0  ul  a.highlighted {
 background-color: #ACD5FD;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu0 a:hover, .menu0 a.highlighted:hover, .menu0 a:focus {
 	color: #EC4510;
}
.menu0  a.highlighted {
 	color: #EC4510;
}
/* 
MENU 1
Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu1 ul a:hover, .menu1 ul  a.highlighted:hover, .menu1 ul  a:focus {
 color: #EC4510;
 background-color: #9BC4DC;
}
.menu1  ul  a.highlighted {
 background-color: #9BC4DC;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu1 a:hover, .menu1 a.highlighted:hover, .menu1 a:focus {
 	color: #EC4510;
}
.menu1  a.highlighted {
 	color: #EC4510;
}
/* 
MENU 2
Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu2 ul a:hover, .menu2 ul  a.highlighted:hover, .menu2 ul  a:focus {
 color: #EC4510;
 background-color: #8EB7C2;
}
.menu2  ul  a.highlighted {
 background-color: #8EB7C2;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu2 a:hover, .menu2 a.highlighted:hover, .menu2 a:focus {
 	color: #EC4510;
}
.menu2  a.highlighted {
 	color: #EC4510;
}
/* 
MENU 3
Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu3 ul a:hover, .menu3 ul  a.highlighted:hover, .menu3 ul  a:focus {
 color: #EC4510;
 background-color: #7CA3AD;
}
.menu3  ul  a.highlighted {
 background-color: #7CA3AD;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu3 a:hover, .menu3 a.highlighted:hover, .menu3 a:focus {
 	color: #EC4510;
}
.menu3  a.highlighted {
 	color: #EC4510;
}
/* 
MENU 4
Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu4 ul a:hover, .menu4 ul  a.highlighted:hover, .menu4 ul  a:focus {
 color: #EC4510;
 background-color: #698E97;
}
.menu4  ul  a.highlighted {
 background-color: #698E97;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menu4 a:hover, .menu4 a.highlighted:hover, .menu4 a:focus {
 	color: #EC4510;
}
.menu4  a.highlighted {
 	color: #EC4510;
}

/* 
Darstellung der Submenue-Pfeile... das hat wieder schweiss gekostet ;-)
*/




.menu0 ul a.highlighted, .menu1 ul a.highlighted, .menu2 ul a.highlighted, .menu3 ul a.highlighted, .menu4 ul a.highlighted {
	background-image:url(../bilder/3ef1.gif);
	background-repeat:no-repeat;
}
.msub {
	background-image:url(../bilder/3e.gif);
	background-repeat:no-repeat;
}
.msub a:hover, .msub a:active  {
	background-image:url(../bilder/3ef1.gif);
	background-repeat:no-repeat;
}




/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu0 a {
 float: left;
}

.menu0 ul a {
 float: none;
}
/* \*/
.menu0 a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menu0  ul li {
 float: left;
 height: 1%;
}
* html .menu1  ul li {
 float: left;
 height: 1%;
}
* html .menu2  ul li {
 float: left;
 height: 1%;
}
* html .menu3  ul li {
 float: left;
 height: 1%;
}
* html .menu4  ul li {
 float: left;
 height: 1%;
}
* html .menu0  ul a {
 height: 1%;
}
* html .menu1  ul a {
 height: 1%;
}
* html .menu2  ul a {
 height: 1%;
}
* html .menu3  ul a {
 height: 1%;
}
* html .menu4  ul a {
 height: 1%;
}

/* End Hack */
