@charset "utf-8";
/* CSS Document */


/* ############################################################ */
/* LAYOUT */
/* ############################################################ */

div#div-fussbereich { /* Blendet Fussbereich aus */
	display: none;
	}


/* ############################################################ */
/* NAVIGATION */
/* ############################################################ */

/* ------------------------------------------------------------ */
/* Formatiert Navigationspunkte */
/* ------------------------------------------------------------ */
div#div-navigation img { /* Blendet Trennstriche aus */
	display: none;
	}
div#div-navigation a { /* Setzt den Einzug wieder auf 0 zurück */
	text-indent: 0px;
	}
a#navi-aktuell,
a#navi-kunstschaffende,
a#navi-gastgeberin,
a#navi-fundus,
a#navi-kontakt,
a#navi-startseite {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	height: auto;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	width: auto;
	}

/* ------------------------------------------------------------ */
/* Aktiver Navigationspunkt hervorheben */
/* ------------------------------------------------------------ */
body#aktuell a#navi-aktuell, 
body#kunstschaffende a#navi-kunstschaffende, 
body#gastgeberin a#navi-gastgeberin, 
body#fundus a#navi-fundus, 
body#kontakt a#navi-kontakt, 
body#startseite a#navi-startseite {
	font-weight: bold;
	}

