html {
   overflow-y: scroll;
   height:100%;
   margin-bottom:1px;
 }

body,td,th {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 160%;
	background-color: white;
}
body {
	/*background-color: #f5f5f5;*/
	background-color: white;
	position: absolute;
	margin-left:-450px;
	left: 50%;
}
a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.main {
	position: absolute;
	/*left: 100px;*/
	width: 900px;
	margin: auto;
	padding: 0;
}
.banner, .search_box {
	/*height: 20px;*/
	font-size: 10px;
	font-weight: bold;
	background-color: white;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 20px;
}
.banner {
	width: 750px;
	padding-left: 0px;
	/*float: left;*/
	text-align: left;
	color: red;
	
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	top: 100px;
	margin-left: 15px;
	width: 140px;
	margin-top: 10px;
	color: black;
	background-color: #b2cdeb;
	float: left;
	font-size: 13px;
	padding: 0px;
	-moz-border-radius:5px;
/*	filter:alpha(opacity=90); /* IE */
/*	-moz-opacity:0.9; /* Gecko-Browser */
/*	opacity:0.9;  /*Opera 9+*/ 
}

.menu ul, .menu li {
	margin: 5px;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	
	line-height: 12px;
	font-size: 11px;
	
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	/*display: block;*/
	padding: 2px;
	color: black;
}
/*.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}*/
.menu_main a:hover {
	border-bottom: 1px dashed blue;
}

.login_table {
	font-size:10px;
	border-top: 1px solid blue;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 9px;
	margin: 5px 0px 1px 0px;
	width: 80px;
}
.ueberschrift {
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	color: #C53349;
        border-top: 1px solid black;
        line-height:20px;
}
.content1 {
	float:left;
	width: 570px;
	padding: 5px;
	margin-left:20px;
	text-align: justify;
	background-color: transparent;
	color: black;
}
.content {
	float:left;
	width: 370px;
	padding: 5px;
	margin-left:20px;
	text-align: justify;
	background-color: transparent;
	color: black;
}
.content2 {
	float:left;
	width: 270px;
	margin-left:20px;
	padding: 5px;
	font-size: 13px;
	line-height:20px;
	text-align: justify;
	background-color: transparent;
	color: black;
}
.content2 span{
	font-size: 14px;
	color: #c90230;
}
.content3 {
	font-size:11px;
	width: 150px;
	float: left;
	margin-left:10px;
	line-height: 19px;
	font-family: futura;	
	background-color: #fff;
}
.content3 img {
	border: none;
}
.content img {
	float:left;
	border: none;
	margin: 0 10px 5px 0;
}
.content th,td {
	font-size: 14px;
	text-align: left;
	padding: 2px;
}
.content #termine th{
	border: none;
}
.content #termine td{
	padding:5px;
	border: 1px solid black;	
}
.footer {
/*	position: relative; */
text-align:center;
	border-top: 1px solid black;
	top: 25px;
	clear: both;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}


#playerContainer{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	float: left;
}
