body {
	margin: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}

td, th {
	font-size: 100.01%;
}

ul {
	padding: 0em;
	margin: 0em;
}

select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}	

textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	overflow: auto; 
}	
 
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}   

/* ausgeblendete Inhalte */
#Head,
#switch_font,
.block,
.clear,
#Print,
img {
    display: none;
}


#Container { 
	padding-top: 0.5em;
	clear: both;
}

#Navigation a {
	font-weight: bold;
}

#Navigation li {
	float: left;
	display: block;
	position: relative;
	padding-right: 0.5em;
	list-style-type: none;
	/* show-only IE5 mac */
    /*\*//*/
    width: 1em;
    /* end-show IE5 mac only */
}

#Navigation li:hover ul,
#Navigation li.hover ul {
	display: block;
}

#SubNav {
	display: none;
	position: absolute;
	left: 0;
	width: 8em;
	background-color: #FBFBFB;
	z-index: 10;
}

#SubNav li {
	float: none;
	display: block;
	width: 8em;
	padding-top: 0.33em;
	padding-bottom: 0.33em;
	text-indent: 0em;
}

#SubNav li a {
	display: block;
	font-weight: normal;
}

/* 
#Startseite {
	width: 2em;
}
#Informationen {
	width: 2em;
}
#Programm {
	width: 2em;
}
#Karten {
	width: 2em;
}
#Anfahrt {
	width: 2em;
}
#Service {
	width: 2em;
}
#Archiv {
	width: 2em;
}
#Presse {
	width: 2em;
}
#Kontakt {
	width: 2em;
}
#Newsletter {
	width: 2em;
}
#Hilfe {
	width: 2em;
}
#Impressum {
	width: 2em;
}
*/