/* ========= ALLGEMEINE MENU EINSTELLUNGEN ========= */
#menu {
  width: 100%;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu a, #menu h2 {
  font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
  display: block;
  margin: 0px;
}

#menu umb {
  line-height: 20px;
}

#menu a {
	text-decoration: none;
	text-indent: 3px;
	margin: 3px;
	padding: 0px;
}

#menu a:hover {
	text-indent: 3px;
}

#menu h2 {
	position:relative;
}

/*#menu li {
	position: relative;
}*/

#menu ul ul {
	position: absolute;
/*	top: 25px;*/
	z-index: 500;	
}

/*#menu ul ul ul { position: absolute; top: 0; left: 100%; }*/

div#menu ul ul,
div#menu ul li:hover ul ul
div#menu ul ul li:hover ul ul
  {display: none;}
  
div#menu ul h2:hover ul,
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}

/* ========= ALLGEMEINE MENU EINSTELLUNGEN ENDE ====s===== */

/* ========= MENU EINSTELLUNGEN (Farbe, Hintergrundbilder) ========= */

.smAktuell ul { top: 25px; width: 129px; height: 80px; background-image: url(/img/menu/css/sm_aktuell.gif); }
.smAktuell h2 { top: 96px; left: 8px; width: 76px; height: 25px; background-image: url(/img/menu/css/mm_aktuell.gif); }
.smAktuell h2:hover { background: url(/img/menu/css/mm_aktuell_o.gif); }
/*.smAktuell a { color:#c0c0c0; }
.smAktuell a:hover { color: #FFFFFF; background: #c0c0c0; }*/
.smAktuell a { color:#839f4e; } 
.smAktuell a:hover { color: #FFFFFF; background: #839f4e; }

.smPraxis ul { top: 25px; width: 145px; height: 122px; background-image: url(/img/menu/css/sm_praxis.gif); }
.smPraxis h2 { top: 96px; left: 8px; width: 120px; height: 31px; background-image: url(/img/menu/css/mm_praxis.gif); }
.smPraxis h2:hover { background: url(/img/menu/css/mm_praxis_o.gif); }
.smPraxis a { color:#f11d1d; }
.smPraxis a:hover { color: #FFFFFF; background: #f11d1d; }

.smGanzheitlich ul { top: 39px; left: -29px; width: 168px; height: 149px; background-image: url(/img/menu/css/sm_ganzheitlich.gif); }
.smGanzheitlich h2 { top: 85px; left: 8px; width: 120px; height: 44px; background-image: url(/img/menu/css/mm_ganzheitlich.gif); }
.smGanzheitlich h2:hover { background: url(/img/menu/css/mm_ganzheitlich_o.gif); }
.smGanzheitlich a { color:#00a6e1; }
.smGanzheitlich a:hover { color: #FFFFFF; background: #00a6e1; }

.smTraditionell ul { top: 46px; width: 179px; height: 118px; background-image: url(/img/menu/css/sm_traditionell.gif); }
.smTraditionell h2 { top: 85px; left: 148px; width: 179px; height: 46px; background-image: url(/img/menu/css/mm_traditionell.gif); }
.smTraditionell h2:hover { background: url(/img/menu/css/mm_traditionell_o.gif); }
.smTraditionell a { color:#ffaf03; }
.smTraditionell a:hover { color: #FFFFFF; background: #ffaf03;}

.smLeistungen ul { top: 24px; left: -47px; width: 149px; height: 129px; background-image: url(/img/menu/css/sm_leistungen.gif); }
.smLeistungen h2 { top: 96px; left: 148px; width: 102px; height: 24px; background-image: url(/img/menu/css/mm_leistungen.gif); }
.smLeistungen h2:hover { background: url(/img/menu/css/mm_leistungen_o.gif); }
.smLeistungen a { color:#9c9b9b; }
.smLeistungen a:hover { color: #FFFFFF; background: #9c9b9b;}

.smLinks h2 { top: 102px; left: 148px; width: 43px; height: 18px; background-image: url(/img/menu/css/mm_links.gif); background-repeat: no-repeat; }
.smLinks h2:hover { background: url(/img/menu/css/mm_links_o.gif); background-repeat: no-repeat; }

#menu .siteClosed { color:#c0c0c0; }
#menu .siteClosed:hover { color: #FFFFFF; background: #c0c0c0; }

/* ========= MENU ANGABEN ENDE ========= */

