@charset "utf-8";


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

body {
	font: 12px/18px Arial, Verdana, sans-serif;
	color: #333;
}
/*
p {
		font: 12px/18px Arial, Verdana, sans-serif;
	color: #333;
}
*/

#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
	background-image: url(Bilder/mittleres.gif);
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}
#Kopf {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 159px;
	margin-bottom: 0;
	width: 950px;
}
#Navi {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(Bilder/Navi.gif);
	overflow: hidden;
	display: inline;
	float: left;
	height: 20px;
	margin-bottom: 0;
	width: 950px;
}
#subnavi {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(Bilder/subnavi_leer.gif);
	overflow: hidden;
	display: inline;
	float: left;
	height: 33px;
	margin-bottom: 0;
	width: 950px;
	background-repeat: no-repeat;
}
#Zentralbereich {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #666;
	width: 950px;
	padding-top: 0px;
	height: 536px;
}
html > body #Zentralbereich {
	height: auto;
	min-height: 537px;
	background-image: url(Bilder/mittleres.gif);
	background-repeat: repeat-y;
}
#Bühne {
	margin-left: 25px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fc9;
	width: 898px;
	padding-top: 0px;
	height: 536px;
}
html > body #Bühne {
	height: auto;
	min-height: 537px;
}

#Fussnote {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(Bilder/Fussnote.gif);
	overflow: hidden;
	display: inline;
	float: left;
	height: 51px;
	margin-bottom: 0;
	width: 950px;
}
/* Textdeklerationen */
.sansItalic16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
}
.graues10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	letter-spacing: 1px;
}

/* Objekte */

.linke_Linie {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.rechte_Linie {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.weisse_Linie {
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.Blid_links_umfliessen {
	float: left;
	margin-right: 10px;
}
.Unterstrichen_16 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}