/*http://www.seoconsultants.com/css/menus/tutorial/*/
/**************** hmenu coding *****************/
#hmenu {
width: 100%;
 height:19px;
background: #eee;
/* float:left; */
/* display:block; */
margin:0px;
padding:0px;
border:0px solid red;

}

#hmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7em; /* width: 12em; 8em=Breite der Menüeinträge in Kombination mit width über div'hmenu' in nav_kopf: 7x7=49*/
/* height:22px; */
float: left;
border: 0px solid red;

}

#hmenu a, #hmenu h2 {
/* font: bold 11px/16px arial, helvetica, sans-serif; */
font: normal 0.7em/1.4em arial, helvetica, sans-serif;
display: block;
border: none;/* border: 1px solid #ccc; */ /*bei 1. Reihe kein UNterstrich*/
border-left:1px solid white;
margin: 0;
padding: 2px 4px;

}

#hmenu h2 { /*speziell Format nur h2*/
font-weight:bold;
color: #fff;
background: #1084fd;
text-transform: uppercase;
}

#hmenu a {   /*speziell Format nur a*/
color: #000090;
background: #efefef;
text-decoration: none;

}

/*neu 2 Ebene andere Formatierung*/
#hmenu ul a {
color: #2C5A93; /*fff*/
background: #eaf1f8; /*#efefef; *//*#1084fd*/;
font: bold 11px/16px arial, helvetica, sans-serif; /*Notation 11/16: Wert vor dem Schrägstrich=Schriftgröße,Wert nach Schrägstrich= Zeilenhöhe.*/
border-bottom:1px solid #aaa; /*Unterstrich der Listeinträge 2. Ebene*/
border-left:1px solid #aaa; /*Unterstrich der Listeinträge 2. Ebene*/
border-right:1px solid #aaa; /*Unterstrich der Listeinträge 2. Ebene*/
margin: 0;
padding: 5px 3px 5px 5px; /*Abstände der Listeneinträge in der 2. Ebene*/
/* line-height:14px; */
line-height: 1.3;
}



#hmenu a:hover {
color: #fff;
padding-left:5px;
/* background-image:url('images/bg_pfeil_w.gif') ; Deaktivierung der Pfeilanzeige 24.10.11 */
background-position: 4% 8px;
background-repeat: no-repeat;
background-color: #1084fd;
border:1px solid #aaa; /*linker Rand bei hover*/
}

#hmenu li {position: relative;
margin:0;  /*notwendig wegen anderer Werte im globalen styles.css*/
padding:0;

}

#hmenu ul ul {
position: absolute;
z-index: 500;

}

/* #hmenu ul ul li {
border:1px solid gray;
} */


#hmenu ul ul a.mark {  /* Pfeilmarkierung für weitere Untermenus */
			background-image: url('images/bg_pfeil_w.gif');
			background-position: 90% center;
			background-repeat: no-repeat; 
}

#hmenu ul ul a.mark:hover {  /* Pfeilmarkierung für weitere Untermenus */
			background-image: url('images/bg_pfeil_w.gif');
			background-position: 90% center;
			background-repeat: no-repeat;
}




#hmenu ul ul ul { /* Positionierung der seitlichen Untermenüs */
position: absolute;
top: 0;
left: 100%; /*-100% wäre links*/
border-top:1px solid #aaa;

}

/*Neu eingefügt 14.6.2010 wegen sitemap soll clickbar sein*/
#hmenu a.sitemap {  
padding:0 0 1px 0; 
margin:0;
border:0;
font-weight:bold;
color: #fff;
background: #1084fd;
text-transform: uppercase;
}

#hmenu a.sitemap:hover {
background-image:url('images/dummy5.gif') ;
background-repeat: no-repeat;
background-color: #1084fd;
border:0px solid #aaa; /*linker Rand bei hover*/
}



/* neu: List-style mit vorangestelltem Hintergrundbild für die 3. Ebene */
/*
#hmenu ul ul ul li
{
background-image: url(pfeil-doppelt.gif);
background-repeat: no-repeat;
padding-left: 0.4em;
background-position: 0.0em 0.5em;*/ /*1. Zahl ist horz.Position, 2.Zahl ist vertikale Position*/
/* } */

.zeichen{ font-size:20px}


div#hmenu ul ul,
div#hmenu ul li:hover ul ul,
div#hmenu ul ul li:hover ul ul
{display: none;}

div#hmenu ul li:hover ul,
div#hmenu ul ul li:hover ul,
div#hmenu ul ul ul li:hover ul
{display: block;}


/* <!--++++++++++++++++++der ie-hack muß in Zieldatei stehen, Einbindung über css funktioniert nicht??+++++++++++++++++++++--> */
/* <!--[if IE]>
<style type="text/css" media="screen">
 #hmenu ul li {float: left; width: 100%;z-index:600;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%; 
}

#hmenu ul li a {height: 1%;} 

#hmenu a, #hmenu h2 { 
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
   </style>
<![endif]-->  */

