body {
	background-color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	line-height: 130%;
	margin: 0;
	color: #FFFFFF;
}

h1 { color: #FF9900; }
td { margin: 0; }
a { color: #FF9900; }

a:hover {
	color: #000000;
	background-color: #FF9900;
	text-decoration: none;
}
#schalter {
	position:absolute;
	top:0;
	width:250px;
	height:20px;
	right:0;
	float:right;
}
/* Falls Bild auf "barrierefrei" gezeigt werden muss */
.bf-ok {
	height: auto;
	width: auto;
	visibility: visible;
}

/* Bilder ausblenden*/
img {
	height: 0;
	width: 0;
	visibility: hidden;
}

/* Flashs ausblenden*/
object {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.sIFR-flash object { visibility: hidden; }

embed {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

/* Container*/

#container {
	margin: 0;
	width: 100%;
	color: #FFFFFF;
}

#kopf {
	height: 40px;
	margin: 0;
	padding: 1em;
}

#inhalt-links {
	margin: 0;
	padding: 0;
}

#inhalt-rechts {
	margin: 0 2em 0 2em;
	padding: 0;
	color: #FFFFFF;
	float: left;
}

/* Sitename (Ersetzt das Top-Logo)*/
.sitename {
	margin: 0;
	font-size: 40px;
	color: #FF9900;
}

/* ------------------ Menüleiste oben------------------ */
#menu ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #FF9900;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#menu ul li { display: inline; }

#menu ul li a {
	padding: 0.2em 1em;
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#menu ul li a:hover {
	background-color: #000000;
	color: #FF9900;
}

#active {
	padding: 0.2em 1em;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
