/* Allgemeiner Bereich*/
body {
	background-color: #FFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

#container {
	pading: 0px;
	margin: 0px;
	float: left;
	max-height: 100%;
	width: 100%
}

/*Überschriften*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 7px;
	margin: 0px;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

/*Listenelemente*/
dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


/*Links*/
a, a:visited, a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}


/*Formularfelder*/
input:focus {border: 1px solid #cccccc;
			}

.formularfelder	 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFF;
	width: 200px;
}

.formbutton { background-color:#fff; color:#000000; width:80px; border:1px solid #ccc; }
.formbutton:hover { background-color:#fff; color:#000000; border:1px solid #000000; cursor: pointer; }

/* Header*/
#header {
	width: 100%;
	height: 170px;
	float:left;
	text-decoration: none;
	padding: 5px 0px 0px 20px;
	display: none;
}

/* Navi*/ 
#navi {
	width: 400px;
	height: 105px;
	float:right;
	z-index: 5;
	left: 686px;
	display: none;
}

.subnavi a:link, .subnavi a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: none;

}
.subnavi a:hover {
	color: #000000;
		display: none;

}
.subnaviactive {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		display: none;

}



/* Inhalt*/
#inhalt {
	width: 80%;
	height: 100%;
	float:left;
	padding: 0px 0px 0px 200px;
	z-index: 1;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 400px;
	height: 100%;
	z-index: 1;
	line-height: 16px;
}
.agb {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 400px;
	height: 100%;
	z-index: 1;
	line-height: 16px;
	padding: 15px;
}
.textprogramm, {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 600px;
	height: 100%;
}
.textprogramm a:link, .textprogramm a:visited {
	color: #000;
	font-weight: bold;
}
.textprogramm a:hover{
	color: #000;
	

}
.textprogramm tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	line-height: 20px;

}
.textprogrammausnahme tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

.textprogrammausnahme td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000;
	padding: 0px;
	margin: 0px;

}
.textprogramm td {
	border-bottom: solid 1px #FFB612;
}


/* footer*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 120px 0px 0px 0px;
	display: none;
}

