@charset "utf-8";

html
{

}
			
body
{
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	color: #000; 
	margin: 0; 
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;

}

a {	color: #86c1b0;	text-decoration: none; }
a:hover { color: #e74e10; text-decoration: underline; }
a:visited {	color: #86c1b0; }


p
{
	margin: 0;
	padding: 0;
}

img
{ 
	border-width:0px; 
}

#contents
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f9f7ec;
	min-height: 525px;
}

h1
{
	text-decoration:	none !important;	
	font-weight:		bold !important;
	font-size:			20px !important;
	color:				#e74e10;
	margin: 0;
	padding: 0;
}

h2
{
	text-decoration:	none !important;	
	font-weight:		bold !important;
	font-size:			14px !important;
	color:				#e74e10;
	margin: 0;
	padding: 0;
}


.navi a, .navi a:link, .navi a:visited {
	text-decoration:	none !important;
	border:				0px solid transparent !important;
	cursor:				pointer !important;
	font-family:		Arial, Helevtica, sans-serif !important;
	font-weight:		bold !important;
	font-size:			20px !important;
	letter-spacing:		0px;
	margin:				0px 5px 0px 0px !important;
	padding:			0px 0px 0px 0px !important;
	color:				#86c1b0;
}
.navi a:hover, .selected {
	color:				#e74e10 !important;
}
.content {
	display:			none;
	margin: 			20px 0px 0px 0px !important;
	border: 			1px solid #343129 !important;
	padding: 			20px 20px 20px 20px;
}
.show {
	display:			block;
}

#Fz_gHolder {
	width:				910px;
	height:				560px;
	border:				0px solid #757575;
	background:			transparent;
	overflow:			hidden !important;

}
#Fz_gContent {
	background:			transparent !important;
	height:				560px;
	width:				3200px;
}

.box_events {
	overflow-y: hidden;
	overflow-x: scroll;
} 

.flyer{
	width:  850px;
	/*
	width: 2450px;
	*/
}

.fly{
	float: left;
	padding-right: 5px;
}

.box_presse img{
	position: relative;
	top: -240px;
	right: 0px;
	float: right;
}

#mainheader
{
	background-image: url(../img/header.jpg);
	width: 1000px;
	height: 112px;
	font-size: 14px;
	font-weight: bold;
}

#mainheader table
{
	margin: 0;
	padding: 0;
}

#navi_radio
{
	position: relative;
	float:left;	
	left: 542px;
	top: 42px;
	width: 89px;
	z-index: 30;
}

#navi_dw
{
	position: relative;
	float:left;
	left: 542px;
	top: 42px;
	width: 121px;
	z-index: 20;

}

#navi_com
{
	position: relative;
	float: left;
	left: 542px;
	top: 42px;
	width: 205px;
	z-index: 10;
}


#main
{
	margin: 20px;
	height: 346px;
}

#news
{
	width: 329px;
	height: 335px;
	float: left;
}

#newscontent
{
	margin-top: 21px;
	width: 309px;
	max-height: 300px;
	border: 1px solid #343129;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 0 0 20px;
}

#newscontent .table
{
	width: 280px;
	margin-bottom: 25px;
}

#tweet
{
	width: 275px;
	height: 300px;
	float: left;
	margin: 0 30px 0 30px;

}
#tweetcontent
{
	margin-top:20px;
	width: 275px;
	height: 300px;	
	max-height: 300px;
	float: left;
	border: 1px solid #000;	
	overflow: hidden;
}

#music
{
	width: 291px;
	height: 335px;
	float: right;

}


#musiccontent
{
	margin-top: 21px;	
	width: 291px;
	height: 300px;
/* 	border: 1px solid #343129; */
	float: left;

}

#musiccontent .player
{
	float: right;
}

#info
{
	margin: 0 20px 20px 20px;
	width: 960px;
}


#playlist
{

}


#footer
{
	height: 20px;
	text-align: center;
	bottom: 0;
}


/* -------------------------------------------------------------------
   umgehung von clear-tags (src: http://jassesnee.de/easyclear/index.html)
 ------------------------------------------------------------------ */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*.clearfix {display: inline-table;}*/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

