@import url(MyFontsWebfontsKit.css);
	
.Kaleko205-Bold { font-family: Kaleko205-Bold; }
.Kaleko205-Book { font-family: Kaleko205-Book; }
.Kaleko205-Heavy { font-family: Kaleko205-Heavy; }
.Kaleko205-Light { font-family: Kaleko205-Light; }
.Kaleko205-Thin { font-family: Kaleko205-Thin; }
	
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: #000;
	color: #DDD;
	font-family: 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	}

.clear{
	clear: both;	
	}

.marginleft20{
	margin-left: 20px;
}

img{
	border:none;
	outline:none;
	text-decoration:none;
	color:inherit;
	}
     
h2{
	padding: 0px;
	margin: 0px;
	line-height: normal;
	letter-spacing: normal;
	text-shadow: none;
	font-weight: normal;
}	

h3{
	padding: 0px;
	margin: 0px;
	line-height: normal;
	letter-spacing: normal;
	text-shadow: none;
	font-weight: normal;
}

p{
	padding: 0px;
	margin: 0px;
	line-height: normal;
	letter-spacing: normal;
	text-shadow: none;
	font-weight: normal;
}	

/* FONTS */

.kaleko_bold_12_white{
	font-family: 'Kaleko205-Bold';	
	color: #ffffff;
	font-size: 12px;
	}

.kaleko_book_12_white{
	font-family: 'Kaleko205-Book';	
	color: #ffffff;
	font-size: 12px;
	}

.kaleko_book_12_dblue{
	font-family: 'Kaleko205-Book';	
	color: #005061;
   	font-size: 12px;
    }
 
.kaleko_bold_12_lblue{
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 12px;
	} 
	
.kaleko_book_12_lblue{
	font-family: 'Kaleko205-Book';	
	color: #00d2ff;
	font-size: 12px;
	}	

.kaleko_bold_13_lblue{
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
	}

.kaleko_book_13_dblue{
    font-family: 'Kaleko205-Book';	
	color: #005061;
	font-size: 13px;
	}

.kaleko_bold_13_white{
	font-family: 'Kaleko205-Bold';	
	color: #ffffff;
	font-size: 13px;
	}

.kaleko_book_13_white{
	font-family: 'Kaleko205-Book';	
	color: #ffffff;
	font-size: 13px;
	}
 
	.kaleko_book_14_white{
		font-family: 'Kaleko205-Book';	
		color: #ffffff;
		font-size: 14px;
		}

		.kaleko_bold_14_blue{
			font-family: 'Kaleko205-Bold';	
			color: #00c9f4;
			font-size: 14px;
			}

.kaleko_bold_16_white{
	font-family: 'Kaleko205-Bold';	
	color: #ffffff;
	font-size: 16px;
	}

.kaleko_bold_16_lblue{
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 16px;
	}

.kaleko_bold_16_white{
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 16px;
	}


.kaleko_light_20_white{
	font-family: 'Kaleko205-Light';	
	color: #ffffff;
	font-size: 20px;
	}

.kaleko_bold_20_white{
	font-family: 'Kaleko205-Bold';	
	color: #ffffff;
	font-size: 20px;
	}

.kaleko_bold_20_lblue{
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 20px;
	}

.kaleko_bold_20_gold{
	font-family: 'Kaleko205-Bold';	
	color: #d1be9e;
	font-size: 20px;
	}

.kaleko_bold_22_white{
	font-family: 'Kaleko205-Bold';	
	color: #ffffff;
	font-size: 22px;
	}

.kaleko_light_22_white{
	font-family: 'Kaleko205-Light';	
	color: #ffffff;
	font-size: 22px;
	}

	.kaleko_bold_24_blue{
		font-family: 'Kaleko205-Bold';	
		color: #00d2ff;
		font-size: 24px;
		}

.kaleko_bold_30_gold{
	font-family: 'Kaleko205-Bold';
	color: #bea473;
	font-size: 30px;
	text-transform: uppercase;
	}

	.kaleko_bold_30_gold1{
		font-family: 'Kaleko205-Bold';
		color: #eed68e;
		font-size: 30px;
		text-transform: uppercase;
		}
	
	


/* BACKGROUND */

 #wrapper{
	background-image: url(../img/background.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	} 

	
/* NAVI */

#navigation{
	font-size: 16px;
	font-family: 'Kaleko205-Bold';
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	}

#navigation ul{
	margin-left: 0px;
	padding-left: 0px;
	}

#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	}

#navigation ul li:first-child {
  	padding-left: 0px;
	}

#navigation a {
	color: #00d2ff;
	text-decoration: none;
	padding-bottom: 15px;
}

#navigation a:hover {
	border-bottom: 1px solid #bea473;
}

	#navHome_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navClub_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navProgram_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navReservation_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navMedia_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navJobs_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }
	#navKontakt_a a { color: #00d2ff; cursor: default; border-bottom: 1px solid #bea473; }  


/* HEADER */

#header_wrapper{
	background-image: url(../img/navi_verlauf.png);
	background-repeat: repeat-x;
	width: 100%; 
	height: 180px;
	/*position: fixed;
	z-index: 1000;*/

	}

#header{
	width: 940px;
	height: 180px;
	margin: 0px auto;
	position: relative;
	}
	
#header_logo{
	width: 940px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 15px;
	}
	
#header_social_media{
	width: 90px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 10px;
   	margin: 0;
	padding: 0; 
	}
	
.social_media_btn{
	width: 90px;
	height: 30px;
	margin: 0;
	padding: 0;
}


/* CONTENT */		

#content{
	margin: 0 auto;
	width: 940px;
	min-height: 900px; 
	margin-bottom: 100px;
	}


#content_media{
	margin: 0 auto;
	width: 940px;
	padding-bottom: 200px;
	
}
  

/* CONTENT HOME */

.home_topic_highlights{
	margin-top: 40px; 
	margin-bottom: 20px;
	}

.home_topic_eventgallery{
   	margin-top: 40px; 
    margin-bottom: 20px;
	}

.home_topic_clubtv{
    margin-top: 40px; 
	margin-bottom: 20px;
}

#home_next_dates{
	margin-top: 40px;  
	margin-bottom: 20px;
	}
   
#highlight_wrapper{
	width: 940px;
	height: 470px;
	}

.fluid_container {
	margin: 0 auto;
	width: 940px;
	} 
		
.slider_datum{
	position: absolute;
	bottom: 137px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 34px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 20px;
	padding-right: 20px;
	}

.slider_titel{
	position: absolute;
	bottom: 76px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 50px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 0px;  
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	}

.slider_dj{
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-family: 'Kaleko205-Light';
	font-size: 50px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	}
	
.slider_eventdetails{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 158px;
	height: 30px;
	}

.camera_pag_ul{

	position: absolute;
	top: -60px;
	right: 0px;
	}

.camera_pag_ul li{

	} 

.next_dates_box_first{
	margin-left: 0px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.next_dates_box{
	margin-left: 20px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.next_dates_img{
	z-index: 1;
	}

.next_dates_datum{
	position: absolute;
	bottom: 57px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 10px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	}

.next_dates_titel{
	position: absolute;
	bottom: 31px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 14px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

.next_dates_dj{
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-family: 'Kaleko205-Light';
	font-size: 14px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}


#home_club_tv_wrapper{
	width: 460px;
	float: left;
	margin-top: 20px;

}

#home_club_tv{
	width: 460px;
	height: 230px;
}

#home_club_tv_link{
	margin-top: 10px;
}

#home_eventgallery_wrapper{
	width: 460px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}


#home_eventgallery{
	width: 460px;
	height: 230px;

}

#home_eventgallery_link{
	margin-top: 10px;
}

.eventgallery_img{
	z-index: 1;
	}

.eventgallery_datum{
	position: absolute;
	bottom: 69px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 14px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	}

.eventgallery_titel{
	position: absolute;
	bottom: 37px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 20px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

.eventgallery_info{
	position: absolute;
	bottom: 15px;
	left: 0px;
	font-family: 'Kaleko205-Light';
	font-size: 11px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

#home_newsletter_wrapper{
	width: 300px;
	float: left;
	margin-top: 40px;
}

.home_newsletter_topic{
	margin-bottom: 20px;
}

#newsletter_box{

	width: 300px;
	height: 300px;
	background-image: url(../img/home_placeholder_newsletter.png);
	position: relative;

}


form input[type="text"]{
	  display: block;
	  margin: 5px 10px 10px 15px;
	  background: #01080d;
	  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	  border: 1px solid #1f3245;
	  padding: 5px;
	  padding-left: 20px;
	  color: #00d2ff;
	  margin: 0px;
	  font-family: 'Kaleko205-Book';
 	  font-size: 14px;
} 
	
form input[type="submit"]{
  border-style: none;
}

form input[type="text"]:focus{
  outline: 1px solid #3dc9f7;
  color: #3dc9f7;
}

#errormessage{
  width: 200px;
  height: 20px;
  text-align: center;
  background-color: #ff0000;
  position: absolute;
  left: 50px;
  top: 197px;	
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  padding-top: 7px;
}


.error{
  color: #fff;
  font-size: 12px !important;
  font-family: 'Kaleko205-Book'; 
}
 
#newsletter_checkbox{
 	position: absolute;
	left: 20px;
	top: 170px;   
	
}

.checkbox_text{
   	position: absolute;
	left: 45px;
	top: 173px;  
	
}

	.vorname{
	  position: absolute;
	  left: 20px;
	  top: 20px;
	  width: 230px;
	  height: 25px;
	}
	
	.nachname{
	  position: absolute;
	  left: 20px;
	  top: 70px;
	  width: 230px;
	  height: 25px;
	}
	
	.email{
	  position: absolute;
	  left: 20px;
	  top: 120px;
	  width: 230px;
	  height: 25px;
	}

	#registrieren_button{
	  position: absolute;
	  left: 57px;
	  top: 235px;
	  width: 186px;
	  height: 40px;
	  background-image: url(../img/button_registrieren.png);
	  background-repeat: no-repeat;  
	  background-color: transparent;
	  border-style: none;
	  text-indent: 480px;    
	}

	#registrieren_button:hover{
	  background-image: url(../img/button_registrieren.png);
	  background-repeat: no-repeat;
	  background-position: 0px -40px;
	  width: 186px;
	  height: 40px;
	}

	#success_box{
	  background-image: url(../img/home_placeholder_newsletter.png);
	  color: #fff;
	  width: 220px;
	  height: 200px;
	  padding-left: 40px;
	  padding-right: 40px;
	  padding-top: 60px;
	  padding-bottom: 40px;
	  text-align: center;
	}
   	

#home_podcast_wrapper{
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}

#home_facebook_wrapper{
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}

#home_facebook{
	
}


/* CONTENT EVENTLIST */

#eventlist_submenu{
	width: 940px;
	height: 20px;
	padding: 15px;
}

.eventlist_submenu_entry_first{
	margin-left: 150px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
}

.eventlist_submenu_entry_first:hover{
	margin-left: 150px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}


.eventlist_submenu_entry_first_a{
	margin-left: 150px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}



.eventlist_submenu_entry_first a{
	text-decoration: none;
}

.eventlist_submenu_entry{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
}

.eventlist_submenu_entry:hover{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}


.eventlist_submenu_entry_a{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}

.eventlist_submenu_entry a{
	text-decoration: none;
}

.eventlist_topic{
	margin-top: 40px; 
	margin-bottom: 20px;
}

#eventlist_columnnames{
	background-image: url(../img/eventlist_columnnames_bg.png);
	height: 24px;
	width: 940px; 
	padding-top: 4px;
}

#eventlist_columnnames_date{
	margin-left: 15px;

}

#eventlist_columnnames_event{
	margin-left: 232px;
	
}

#eventlist_columnnames_info{
	margin-left: 400px;
}

.eventlist_entry_date{
	margin-top: 25px;
	margin-bottom: 15px;
}

.eventlist_entry{
	background-image: url(../img/eventlist_entrys_bg.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 940px;
	margin-bottom: 10px;
}

.eventlist_entry:hover{
	background-image: url(../img/eventlist_entrys_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	width: 940px;
	margin-bottom: 10px;
}

.eventlist_entry_h{
	background-image: url(../img/eventlist_entrys_bg_h.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 940px;
	margin-bottom: 10px;
}

.eventlist_entry_h:hover{
	background-image: url(../img/eventlist_entrys_bg_h.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
	height: 80px;
	width: 940px;
	margin-bottom: 10px;
}


.entry_column_date{
	width: 90px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding: 15px;
}

.entry_column_picture{
	width: 150px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.entry_column_picture img{
	width: 150px;
	height: 74px;
	margin-top: 3px;
}

.entry_column_event{
	width: 460px;
	height: 50px;
	overflow: hidden;
	float: left;
	padding: 15px;
	text-transform: uppercase;
}

.entry_column_info{
	width: 170px;
	height: 70px;
	overflow: hidden;
	float: left;
	padding: 5px;
	padding-top: 15px;
}

.infolink{
	text-decoration: none;
}                             

.infolink:hover{
	text-decoration: none;   
	color: #00d2ff;
}


.impressumlink{
	text-decoration: underline;   
	color: #00d2ff;
}                             

.impressumlink:hover{
	text-decoration: underline;   
	color: #fff;
}

#pagination{
	margin-left: -30px;
}

#eventlist_pagination{
	width: 940px;
	height: 40px;
	text-align:center;
	margin-top: 20px;
	background-image: url(../img/pagination_bg.png);

}


#eventlist_pagination li{	
	list-style: none; 
	float: left; 
	margin-right: 15px;
	margin-top: 5px;
	padding:5px; 
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 16px;
}

#eventlist_pagination li:hover{ 
	color:#fff; 
	cursor: pointer; 
}



#pagination_video{
	margin-left: -30px;
}

#eventlist_pagination_video{
	width: 940px;
	height: 40px;
	text-align:center;
	margin-top: 20px;
	background-image: url(../img/pagination_bg.png);

}


#eventlist_pagination_video li{	
	list-style: none; 
	float: left; 
	margin-right: 15px;
	margin-top: 5px;
	padding:5px; 
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 16px;
}

#eventlist_pagination_video li:hover{ 
	color:#fff; 
	cursor: pointer; 
}


#pagination_sound{
	margin-left: -30px;
}

#eventlist_pagination_sound{
	width: 940px;
	height: 40px;
	text-align:center;
	margin-top: 20px;
	background-image: url(../img/pagination_bg.png);

}


#eventlist_pagination_sound li{	
	list-style: none; 
	float: left; 
	margin-right: 15px;
	margin-top: 5px;
	padding:5px; 
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 16px;
}

#eventlist_pagination_sound li:hover{ 
	color:#fff; 
	cursor: pointer; 
}


/* CONTENT EVENTDETAILS */

.eventdetail_topic{
	margin-top: 40px;
}

#eventdetail_eventbild{
	margin-top: 20px;
	width: 940px;
	height: 470px;
	position: relative;
}

#eventdetail_eventbild img{
	z-index: 1;
	}

#eventdetail_box{
	width: 940px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 0px;	
}

#eventdetail_box_topmenu{
	height: 30px;
	width: 940px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.eventdetail_box_topmenu_link{
	margin-left: 60px;	
	text-decoration: none;
	text-transform: uppercase;
}

.eventdetail_box_topmenu_link:hover{
	color: #fff !important;	
}

.eventdetail_box_topmenu_link_f{
	margin-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
}


.eventdetail_box_topmenu_link_f:hover{
	color: #fff !important;	
}

#eventdetail_box_left{
	width: 330px;
	float: left;
	padding-bottom: 50px;
}

.eventdetail_acts_topic{
	margin-left: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

.eventdetail_acts_mainfloor_topic{
	margin-left: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

.eventdetail_acts_mainfloor{
	margin-left: 30px;
	margin-top: 0px;
	text-transform: uppercase;
	cursor: pointer;
}

#eventdetail_box_right{
	width: 560px;
	float: left;
	padding-bottom: 50px;
	padding-right: 50px;
}

.eventdetail_video_topic{
	margin-left: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

#eventdetail_videowrapper{
	width: 500px;
	height: 311px;
	padding-top: 30px;
}

.eventdetail_pressetext_topic{
	margin-left: 30px;
	margin-top: 30px;
	text-transform: uppercase;
}

.eventdetail_pressetext{
	margin-left: 30px;
	margin-top: 30px;
}

.presse_text{
	line-height: 1.5;
	letter-spacing: 1px;
}

/* CONTENT EVENTOVERVIEW */

.overview_topic_highlights{
	margin-top: 40px;       
	margin-bottom: 20px; 
	}


#overview_highlight_wrapper{
	width: 940px;
	height: 470px;
	}

#overview_next_dates{
	margin-top: 40px;
	}



.overview_next_dates_box_first{
	margin-left: 0px;
	margin-top: 20px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.overview_next_dates_box{
	margin-left: 20px;
	margin-top: 20px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.overview_next_dates_img{
	z-index: 1;
	}

.overview_next_dates_datum{
	position: absolute;
	bottom: 57px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 10px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	}

.overview_next_dates_titel{
	position: absolute;
	bottom: 31px;
	left: 0px;
	font-family: 'Kaleko205-Bold';
	font-size: 14px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

.overview_next_dates_dj{
	position: absolute;
	bottom: 5px;
	left: 0px;
	font-family: 'Kaleko205-Light';
	font-size: 14px;
	color: #fff;  
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	}

.overview_eventlist_link{
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
}

.overview_eventlist_link:hover{
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}

#overview_eventlist_link{
	margin-top: 30px;
}

/* CONTENT CLUB LOCATION */

.location_topic{
	margin-top: 40px;   
	margin-bottom: 20px; 
	}

 #location_highlight_wrapper{
	width: 940px;
	height: 470px;
	}

.slider_location_text{
		position: absolute;
		bottom: 00px;
		left: 0px;   
		width: 880px;
		font-family: 'Kaleko205-Light';
		font-size: 34px;
		color: #fff;  
		background: #000;
		background: rgba(0, 0, 0, 0.85);
		padding-top: 20px;
		padding-bottom: 20px;  
		padding-left: 30px;
		padding-right: 30px;
		text-transform: uppercase;
}

#location_text_wrapper{
 	width: 940px;
	margin-top: 40px;   
} 

.job_description{
	letter-spacing: 1px;
	
}

.location_description{
	letter-spacing: 1px;
	line-height: 1.5;
}
 
#partner_wrapper{
	width: 940px;
}
    
.location_partner_box_first{
	width: 226px;
	height: 126px;
	margin-left: 0px; 
	float: left; 
}   

.location_partner_box{
	width: 226px;
	height: 126px;
	margin-left: 12px;       
	float: left;
}

/* CONTENT CLUB TEAM */   

.team_topic{
	margin-top: 40px;  
	margin-bottom: 20px;  
	}                     

	#residents_text_wrapper{
	 	width: 940px;
		margin-top: 20px;   
	} 

	.residents_description{
		letter-spacing: 2;
		line-height: 1.5;
	}
 
	#team_text_wrapper{
	 	width: 940px;
		margin-top: 20px;   
	} 

	.team_description{
		letter-spacing: 2;
		line-height: 1.5;
	}
   
	#overview_team{
		margin-top: 40px;
		margin-bottom: -20px !important;		
		
	}

	#overview_residents{
		margin-top: 0px;
		margin-bottom: -20px !important;
		}

	.team_box{
		width: 300px;
		height: 280px;
		background-image: url(../img/team_box_bg.png);
		float: left;
		overflow: hidden;
		position: relative;
		margin-left: 20px;
		margin-top: 20px;
	}


	.team_box_first{
		margin-left: 0px;
		width: 300px; 
		height: 280px; 
		background-image: url(../img/team_box_bg.png);
		float: left;
		overflow: hidden;
		position: relative;
		margin-top: 20px;
		}	


	.team_img{
		z-index: 1;
		}

	.team_info{
		padding: 20px;
		width: 260px;
	}

	.team_aufgabe{
		margin-top: 10px;
	}

	.team_floor{
		margin-top: 5px;
	}

	.team_name{
		margin-top: -5px !important;
	}

	.team_email{
		height: 15px;
		width: 260px;
		margin-top: 15px;
		margin-left: -11px !important;
	}

    .team_email_link{
		margin-left: 10px;
	
	}





/* CONTENT CLUB RESIDENTS */

.resident_topic{
	margin-top: 40px; 
	margin-bottom: 20px; 
}

#club_submenu{
	width: 940px;
	height: 20px;
	padding: 15px;
}

.club_submenu_entry_first{
	margin-left: 70px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
}

.club_submenu_entry_first:hover{
	margin-left: 70px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}

.club_submenu_entry_first_a{
	margin-left: 70px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}

.club_submenu_entry_first a{
	text-decoration: none;
}

.club_submenu_entry{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #00d2ff;
	font-size: 13px;
}

.club_submenu_entry:hover{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}


.club_submenu_entry_a{
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 13px;
}

.club_submenu_entry a{
	text-decoration: none;
}




.residents_box{
	width: 300px;
	height: 280px;
	background-image: url(../img/residents_box_bg.png);
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 16px;
	margin-top: 20px; 
	border: 1px solid #00d2ff; 
}


.residents_box_first{
	margin-left: 0px;
	width: 300px; 
	height: 280px; 
	background-image: url(../img/residents_box_bg.png);
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 20px; 
	border: 1px solid #00d2ff;
	}	


.residents_img{
	z-index: 1;
	}

.residents_info{
	padding: 20px;
	width: 260px;
}

.residents_style{
	margin-top: 10px;
}

.residents_floor{
	margin-top: 5px;
}

.residents_name{
	margin-top: -5px !important;
}

.residents_socialmedia{
	height: 15px;
	width: 260px;
	margin-top: 15px;
	margin-left: -11px !important;
}

.residents_twitter_link{
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_twitter_link:hover{
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}


.residents_hp_link{
	background-image: url(../img/homepage.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_hp_link:hover{
	background-image: url(../img/homepage.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}

.residents_fb_link{
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_fb_link:hover{
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}

.residents_myspace_link{
	background-image: url(../img/myspace.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_myspace_link:hover{
	background-image: url(../img/myspace.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}

.residents_soundcloud_link{
	background-image: url(../img/soundcloud.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_soundcloud_link:hover{
	background-image: url(../img/soundcloud.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}

.residents_youtube_link{
	background-image: url(../img/youtube.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_youtube_link:hover{
	background-image: url(../img/youtube.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}

.residents_beatport_link{
	background-image: url(../img/beatport.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 21px;
	margin-left: 10px;
	float: left;
}

.residents_beatport_link:hover{
	background-image: url(../img/beatport.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 15px;
	width: 21px;
	margin-left: 10px;
}


/* CONTENT MEDIA GALLERY */

.mediagallery_topic_last{
	margin-top: 40px; 
	
	}


#mediagallery_highlight_wrapper{
	width: 940px;
	
	}

#videogallery_highlight_wrapper{
		width: 940px;

}

#soundgallery_highlight_wrapper{
		width: 940px;

}

.mediagallery_topic_all{
	margin-top: 40px; 
	margin-bottom: 20px;
}

.mediagallery_box_first{
	margin-left: 0px;
	margin-top: 20px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.mediagallery_box{
	margin-left: 20px;
	margin-top: 20px;
	width: 300px; 
	height: 150px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	



.soundgallery_box_first{
	margin-left: 0px;
	margin-top: 50px;
	width: 460px; 
	height: 166px; 
	float: left;
	overflow: hidden;
	position: relative;
	}	

.soundgallery_box{
	margin-left: 20px;
	margin-top: 50px;
	width: 460px; 
	height: 166px; 
	float: left;
	overflow: hidden;
	position: relative;
	}


/* CONTENT JOBS */

.jobs_topic{
	margin-top: 40px; 
	margin-bottom: 20px;
}

#job_box{
	padding: 40px;
	width: 860px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

#videoplayer_box{
	padding: 10px;
	width: 190px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 40px;
	text-align: center;
}

.videoplayer_link{
	   color: #00d9ff;
	   text-decoration: none;
	}

.job_link{
	   color: #00d9ff;
	   text-decoration: underline;
	}
	
.job_text{
	  font-family: 'Kaleko205-Book';
	  font-size: 15px;
	  line-height: 1.5; 
	}
	
.job_text_bewerbung{
	  font-family: 'Kaleko205-Book';
	  font-size: 15px;
 	}
	 
.job_point{
	   color: #dcb958; 
 	}

/* KONTAKT */

#google_maps_kontakt{
	
   margin-top: 40px;
}

.kontakt_topic{
	margin-top: 40px; 
	margin-bottom: 20px; 
}

#kontakt_box{
	padding: 40px;
	width: 860px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

.kontakt_link{
	color: #00d9ff;
	text-decoration: underline;
} 

/* IMPRESSUM */

.impressum_topic{
	margin-top: 40px;
	margin-bottom: 20px;
}

#impressum_box{
	padding: 40px;
	width: 860px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

.impressum_link{
    color: #00d9ff;
    text-decoration: underline;
}	
      
/* FOOTER */

#footer_wrapper{
	width: 100%;
	height: 100px;
	background-color: #03101c;
}   

#footer_inner_wrapper{
	margin: 0 auto;
	width: 960px;
	height: 100px;
}

#footer_column_left{
	width: 400px;
	height: 100px;
	float:left;
}

#footer_column_middle{
	width: 140px;
	height: 100px;
    float:left; 
}

#footer_column_right{
	width: 400px;
	height: 100px;
    float:left;
} 

#footer_logo{
	margin-left: 9px; 
	margin-top:30px; 
	width: 121px;
	height: 28px;
} 

#footer_links{
	text-align: right;
	text-transform: uppercase; 
	margin-top:30px; 
}

#footer_links a{
   text-decoration: none !important;  
}

#footer_links a:hover{
   text-decoration: none !important; 
   color: #fff !important; 
}



/* RESERVIERUNG added 5.9.2013 */

#reservation_box{
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 45px;
	padding-bottom: 45px;
	width: 875px;
	background: #02203a;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 20px;
	
}

.calendar_wrapper{
	width: 875px;
}

.calendar_row_wrapper{
	width: 875px;
}

.calendar_weekday_field{
	width: 110px;
	float: left;
	margin-left: 15px;
}

.calendar_field{
	width: 110px;
	height: 55px;
	background-color: #0c3a55;
	position: relative;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	
}

.calendar_field_empty{
	width: 108px;
	border: 1px solid #0c3a55;
	position: relative;
	float: left;
	margin-left: 15px;
	height: 53px;
	margin-top: 15px;
}

.calendar_field_noevent{
	width: 110px;
	background-color: #0c3a55;
	position: relative;
	float: left;
	margin-left: 15px;
	height: 55px;
	margin-top: 15px;
}

.calendar_field_date{
	font-family: 'Kaleko205-Bold';	
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 5px;	
	text-shadow: 1px 1px 0px #000;
}

.calendar_row_controls{
	width: 860px;
	position: relative;
	margin-top: 30px;
	margin-left: 15px;
}

.calendar_row_controls_n{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: 'Kaleko205-Bold';	
	color: #00c9f4;
	font-size: 14px;
	text-decoration: none;
}

.calendar_row_controls_p{
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: 'Kaleko205-Bold';	
	color: #00c9f4;
	font-size: 14px;
	text-decoration: none;
}

.tableoverview_wrapper{
	width: 875px;
}

#club_plan{
	background-image: url(../img/penthouse_clubplan.png);
	width: 805px;
	height: 2225px;	
	margin-top: 35px;
	margin-left: 67px;
	position: relative;
}

#icon_agenda{
	position: absolute;
	top: 0px;
	left: -40px;
}


/* TISCHE club1 */

.table_1{
	position: absolute;
	left: 700px;	
	top: 775px;
	cursor: pointer;
}
.table_2{
	position: absolute;
	left: 700px;	
	top: 860px;
	cursor: pointer;
}
.table_3{
	position: absolute;
	left: 350px;	
	top: 860px;
	cursor: pointer;
}
.table_4{
	position: absolute;
	left: 227px;	
	top: 860px;
	cursor: pointer;
}
.table_5{
	position: absolute;
	left: 102px;	
	top: 860px;
	cursor: pointer;
}
.table_6{
	position: absolute;
	left: 310px;	
	top: 750px;
	cursor: pointer;
}
.table_7{
	position: absolute;
	left: 120px;	
	top: 735px;
	cursor: pointer;
}
.table_8{
	position: absolute;
	left: 45px;	
	top: 706px;
	cursor: pointer;
}
.table_9{
	position: absolute;
	left: 45px;	
	top: 583px;
	cursor: pointer;
}

/* TISCHE club2 */

.table_10{
	position: absolute;
	left: 691px;	
	top: 1502px;
	cursor: pointer;
}

.table_11{
	position: absolute;
	left: 594px;	
	top: 1502px;
	cursor: pointer;
}

.table_12{
	position: absolute;
	left: 420px;	
	top: 1502px;
	cursor: pointer;
}

.table_13{
	position: absolute;
	left: 332px;	
	top: 1502px;
	cursor: pointer;
}

.table_14{
	position: absolute;
	left: 169px;	
	top: 1502px;
	cursor: pointer;
}

.table_15{
	position: absolute;
	left: 70px;	
	top: 1502px;
	cursor: pointer;
}

.table_16{
	position: absolute;
	left: 426px;	
	top: 980px;
	cursor: pointer;
}

.table_17{
	position: absolute;
	left: 85px;	
	top: 980px;
	cursor: pointer;
}

/* TISCHE club3 */

.table_18{
	position: absolute;
	left: 209px;	
	top: 1700px;
	cursor: pointer;
}
.table_19{
	position: absolute;
	left: 342px;	
	top: 1700px;
	cursor: pointer;
}


#reservation_submit_wraper{
	width: 860px;
	margin-top: 55px;
}

#reservation_submit_left{
	width: 300px;
	float:left;
}

#reservation_submit_right{
	width: 500px;
	float:left;
	margin-left:40px;
}

.tableinput{

width: 520px;
height: 40px;
}


	#reservieren_button{
	 margin-top: 45px;
	  width: 210px;
	  height: 40px;
	  background-image: url(../img/button_reservieren.png);
	  background-repeat: no-repeat;  
	  background-color: transparent;
	  border-style: none;
	  text-indent: 480px;    
	}

	#reservieren_button:hover{
	  background-image: url(../img/button_reservieren.png);
	  background-repeat: no-repeat;
	  background-position: 0px -40px;
	  width: 210px;
	  height: 40px;
	}

	#errormessage_table{
  width: 200px;
  height: 20px;
  text-align: center;
  background-color: #ff0000;	
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  padding-top: 7px;
  margin-top: 25px;
}
