/****************************************************************************************************/
/* 				Style-Definitionen für Nachsorgeklinik Tannheim										*/
/*				Doldverlag, Anja Maleta, 2004-04-13													*/
/*				optimiert für die feste Größe 1007 x 617 (ie, Standardeinstellung bei 1024x768)		*/
/*																									*/
/****************************************************************************************************/

/********************************************** Navigation ******************************************/

body {
	margin:0px;
	padding:0px;
}

/********************************************** Hauptmenue ******************************************/
#navi {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98px;
	z-index: 2;
}

#navi ul.hauptmenue {
	margin: 0; 
	padding: 0;
	list-style-type: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#navi li.hauptmenue {
	margin: 0px;
	margin-bottom: -1px;
}
/* für Mozilla: IE 6 unterstützt Selektoren für
direkt über- und untergeordnete Elemente nicht */
html > body #navi li.hauptmenue {
	margin-bottom: 1px;
}

#navi a.hauptmenue {
	display: block;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(../images/button_mouseout.gif);
	color: #000000;
	height: 20px;
}
/* für Mozilla: IE 6 unterstützt Selektoren für
direkt über- und untergeordnete Elemente nicht */
html > body #navi a.hauptmenue {
	margin-top: 2px;
	height: 18px;
}

#navi a:link.hauptmenue, #navi a:visited.hauptmenue {
	color: #0000000;
	text-decoration: none; 
}

#navi a:hover.hauptmenue {
	background-image:  url(../images/button_mouseover.gif);
	color: #000000;
}

#aktuell a:link.hauptmenue, #aktuell a:visited.hauptmenue, #aktuell a:hover.hauptmenue {
	background-image:  url(../images/button_mouseover.gif);
	color: #000000;
}


/********************************************** Untermenue ******************************************/

#subnavi {
	width: 115px;
	margin-top: -4px;
}

#subnavi ul.untermenue {
	margin: 0; 
	margin-top: 0px;
	margin-left: -2px;
	padding: 0;
	list-style-type: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 5px;
}

#subnavi li.untermenue {
	margin: 0px;
}

#subnavi a.untermenue {
	display: block;
	padding-top: 1px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-left: 7px;
	background-image: url(../images/button_mouseout_um.gif);
	color: #000000;
	height: 10px;
}
/* für Mozilla: IE 6 unterstützt Selektoren für
direkt über- und untergeordnete Elemente nicht */
html > body #subnavi a.untermenue {
	height: 13px;
}

#subnavi a:link.untermenue, #subnavi a:visited.untermenue {
	color: #0000000;
	text-decoration: none; 
}

#subnavi a:hover.untermenue {
	background-image:  url(../images/button_mouseover_um.gif);
	color: #000000;
}

#aktuellu a:link.untermenue, #aktuellu a:visited.untermenue, #aktuellu a:hover.untermenue {
	background-image:  url(../images/button_mouseover_um.gif);
	color: #000000;
}
