/**
 * Ueber diesen Selektor richten wir die Multifunktionsleiste aus
 **/
 div#multifunktionsleiste {
	 float:right;
	 overflow:hidden;
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 8px;
	 width:174px;
	 height:28px;
}

/**
 * Ausrichtung der Multifunktionsleiste oben Rechts
 **/
 ul#navigationMultifunktionsleiste {
	 float:left;
	 overflow:hidden;
	 margin:4px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 height:20px;
	 width:166px;
	 list-style-type:none;
}

/**
 * Listenelement fuer die einzelnen Elemente der Multifunktionsleiste
 **/
 #navigationMultifunktionsleiste li {
	 float:left;
	 overflow:hidden;
	 margin:0px 0px 0px 0px;
	 padding:0px;
}

/**
 * Hintergrundbild fuer Klammeraffe-Icon
 **/
 #navigationMultifunktionsleiste li.textKontakt {
	 height:20px;
	 width:79px;
	 padding-left: 8px;
}

/**
 * Hintergrundbild fuer Klammeraffe-Icon
 **/
 #navigationMultifunktionsleiste li.iconKlammeraffe {
	 height:20px;
	 width:20px;
}

/**
 * Hintergrundbild fuer Telefon-Icon
 **/
 #navigationMultifunktionsleiste li.iconTelefon {
	 height:20px;
	 width:20px;
}

/**
 * Hintergrundbild fuer Email-Icon
 **/
 #navigationMultifunktionsleiste li.iconEmail {
	 height:20px;
	 width:20px;
}

/**
 * Hintergrundbild fuer Figur-Icon
 **/
 #navigationMultifunktionsleiste li.iconFigur {
	 height:20px;
	 width:19px;
}

/**
 * Hintergrundbild fuer Kontakt-Icon
 **/
 #navigationMultifunktionsleiste li.textKontakt a {
	 height:18px;
	 margin:0px 0px 0px 0px;
	 padding:3px 0px 0px 0px;
	 font-size:8pt;
	 font-weight:bold;
	 text-align:left;
}

/**
 * Abstaende der Links
 **/
 #multifunktionsleiste a {
	height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
 
/**
 * Bei den Icons wurde ein SPAN angegeben, damit man Text hinterlegen kann, da
 * die Icons mittels CSS dargestellt werden. Unumgaenglich bei einer Barriere-
 * freie Webseite. Die Icons kann zum Beispiel ein Screenreader nicht sehen,
 * die ALT-Tags sind nicht vorhanden da kein IMG; von daher kann ein Screenreader
 * den Text lesen. Der Text selbst ist in einem normalen Browser nicht sichtbar.
 **/
 #multifunktionsleiste li a span.aus {
	display: none;
}



