html {
   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;
	position: absolute;
	margin-left:-375px;
	left: 50%;
}
a:link, a:visited, a:active {
	color: #660033;
	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: 750px;
	margin: auto;
	padding: 0;
	
	/*background-color: green;*/
	background-image: url(bilder/hintergrund2.jpg);
}
.banner, .search_box {
	font-weight: bold;
	background-color: white;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 20px;
}
.banner {
	width: 750px;
	height: 130px;
	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: 3px;
	/*background-color:#999933;*/
	background-color:#ebb024 ;
	float: left;
	font-size: 13px;
	padding: 0px;
	-moz-border-radius:5px;
	filter:alpha(opacity=95);
	-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_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dashed #999999;
}*/
.menu_main a {
	color: black;
}
.menu_main a:hover{
	color: white;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	float:right;
	width: 300px;
	background-color: #ebb024;
	color:  black;
	-moz-border-radius:5px;
	text-align: left;
	filter:alpha(opacity=95);
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9;  /*Opera 9+*/ 
}
.content img {
	float: center;
	border: 2px solid #ebb024;
	filter:alpha(opacity=100); 
	-moz-opacity:1;   
	opacity:1;  
	}

.content th,td {
	font-size: 12px;
	text-align: center;
}

.content #stationen {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
.content #stationen img {
	border: 3px solid #996633;
}
.content #stationen a{
	color:red;
	font-size: 0.8em;
}
.content #stationen a span{
	position: fixed;
	top: 50px;
	left: 130px;
	width:0px;
	height: 0px;
	visibility: hidden;
}
.content #stationen a:hover span{
	position: fixed;
	top: 50px;
	left: 130px;
	width: 550px;
	height: auto;
	padding: 5px;
	background-color: white;
	visibility: visible;
	border: 3px solid #6633cc;
	font-size: 14px;
	color: black;
}
.content #stationen a:hover{
	/*background-image: url(header.jpg);*/
	/*width: 200px;
	height: 100px;*/
}
.footer {
	background-color: #ebb024;
	clear: both;
	height: 20px;
	/*background-image: url(bilder/footer.jpg);
	background-repeat: repeat-x;*/
	font-size: 10px;
	color: white;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
.partner {
	position:  relative;
	float: left;
	left: 20px;
	top:5px;
}
.partner img {
		filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9;  /*Opera 9+*/ 
}
.partner a img{
	border:none;
}
#playerContainer{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	float: left;
}