@charset "UTF-8";


/*

* * * * * Design + Realisation: Marc Rinderknecht
* * * * * www.kobebeef.ch
* * * * * © 2009 - 2010
*/


/* * * * * START: GENERAL STUFF * * * * */
html, body {
	background: #1c021a;
	color: #FFF;
}
a {
	color: #d60485;
}
a:hover {
	color: #FFF;	
}
/* * * * * END: GENERAL STUFF * * * * */


/* * * * * START: HEADER * * * * */
#header {
	border-bottom: 1px solid #9e0061;
	background: url(/media/images_layout_club/bg_header_club.gif) repeat-x;
}
/* * * * * END: HEADER * * * * */


/* * * * * START: NAVIGATION * * * * */
#navigation {
	width: 591px; /* w + pl + pr: 6 = 775 */
	padding-left: 178px;
}
#navigation ul li#btnSwitchToRestaurant {
	margin: -2px 0 0 20px;	
}
#navigation ul li#btnSwitchToRestaurant a{
	height: 13px;
	width: 82px;
	background: url(/media/images_layout_club/switch_to_restaurant_a.gif) no-repeat;
}
#navigation ul li#btnSwitchToRestaurant a:hover{
	background: url(/media/images_layout_club/switch_to_restaurant_b.gif) no-repeat;
}
#navigation ul li#mnHome a {
	width: 31px;
	background: url(/media/images_layout_club/mn_club_home_a.gif) no-repeat;
}
#navigation ul li#mnHome a:hover, #navigation ul li#mnHome.active a {
	background: url(/media/images_layout_club/mn_club_home_b.gif) no-repeat;
}
#navigation ul li#mnJade a {
	width: 28px;
	background: url(/media/images_layout_club/mn_club_jade_a.gif) no-repeat;
}
#navigation ul li#mnJade a:hover, #navigation ul li#mnJade.active a {
	background: url(/media/images_layout_club/mn_club_jade_b.gif) no-repeat;
}
#navigation ul li#mnClub a {
	width: 28px;
	background: url(/media/images_layout_club/mn_club_club_a.gif) no-repeat;
}
#navigation ul li#mnClub a:hover, #navigation ul li#mnClub.active a {
	background: url(/media/images_layout_club/mn_club_club_b.gif) no-repeat;
}
#navigation ul li#mnAgenda a {
	width: 45px;
	background: url(/media/images_layout_club/mn_club_agenda_a.gif) no-repeat;
}
#navigation ul li#mnAgenda a:hover, #navigation ul li#mnAgenda.active a {
	background: url(/media/images_layout_club/mn_club_agenda_b.gif) no-repeat;
}
#navigation ul li#mnTables a {
	width: 41px;
	background: url(/media/images_layout_club/mn_club_tables_a.gif) no-repeat;
}
#navigation ul li#mnTables a:hover, #navigation ul li#mnTables.active a {
	background: url(/media/images_layout_club/mn_club_tables_b.gif) no-repeat;
}
#navigation ul li#mnMember a {
	width: 47px;
	background: url(/media/images_layout_club/mn_club_member_a.gif) no-repeat;
}
#navigation ul li#mnMember a:hover, #navigation ul li#mnMember.active a {
	background: url(/media/images_layout_club/mn_club_member_b.gif) no-repeat;
}
#navigation ul li#mnEvents a {
	width: 41px;
	background: url(/media/images_layout_club/mn_club_events_a.gif) no-repeat;
}
#navigation ul li#mnEvents a:hover, #navigation ul li#mnEvents.active a {
	background: url(/media/images_layout_club/mn_club_events_b.gif) no-repeat;
}
#navigation ul li#mnGallery a {
	width: 48px;
	background: url(/media/images_layout_club/mn_club_gallery_a.gif) no-repeat;
}
#navigation ul li#mnGallery a:hover, #navigation ul li#mnGallery.active a {
	background: url(/media/images_layout_club/mn_club_gallery_b.gif) no-repeat;
}
#navigation ul li#mnVideos a {
	width: 41px;
	background: url(/media/images_layout_club/mn_club_videos_a.gif) no-repeat;
}
#navigation ul li#mnVideos a:hover, #navigation ul li#mnVideos.active a {
	background: url(/media/images_layout_club/mn_club_videos_b.gif) no-repeat;
}
#navigation ul li#mnJobs a {
	width: 29px;
	background: url(/media/images_layout_club/mn_club_jobs_a.gif) no-repeat;
}
#navigation ul li#mnJobs a:hover, #navigation ul li#mnJobs.active a {
	background: url(/media/images_layout_club/mn_club_jobs_b.gif) no-repeat;
}
#navigation ul li#mnContact a {
	width: 49px;
	background: url(/media/images_layout_club/mn_club_contact_a.gif) no-repeat;
}
#navigation ul li#mnContact a:hover, #navigation ul li#mnContact.active a {
	background: url(/media/images_layout_club/mn_club_contact_b.gif) no-repeat;
}
/* * * * * START: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	color: #FFF;
}
#content .innerWrap {
	border-top: 1px solid #1c021a; /* fix for Gecko */
}
#content h1 {
	color: #d60485;
}
#content h2 {
	color: #d60485;
}
#content .jScrollPaneTrack {
	background: #2e0629;
}
#content .jScrollPaneDrag {
	background: #9e0061;
}


a.btnFacebook {
	padding: 0 0 2px 20px;
	background: url(/media/images_content_club/icon_facebook.gif) no-repeat;
}
a.btnTwitter {
	padding: 0 0 2px 20px;
	background: url(/media/images_content_club/icon_twitter.gif) no-repeat;
}
form input[type=text], form select, form textarea {
	border: 1px solid #9e0061;
	background: #1c021a;
	color: #FFF;
}
form input[type=submit] {
	border: 1px solid #9e0061;
	color: #FFF;
	background: #1c021a;
}
form input[type=submit]:hover {
	border: 1px solid #FFF;
	color: #FFF;
	background: #9e0061;
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: TEASERS * * * * */
/* Allgemein */
#content .teaser {
	float: left;
	width: 164px;
	height: 162px !important;
	border: 1px solid #d60485;
	padding: 10px;
	background: #d60485;
}
#content .teaser p {
	font-size: 11px;
	line-height: 14px;	
}
#content .teaser p.date {
	margin: 0;	
}
#content .teaser h2 {
	font-weight: bold;
	font-size: 13px;	
	text-transform: uppercase;
	color: #1c021a;	
}
#content .teaser div.img {
	height: 82px;
	overflow: hidden;
	margin: 0 0 6px 0;	
}
#content .teaser div.img img {
	max-width: 100%;	
}
#content .teaser a {
	color: #1c021a;	
}
#content .teaser a:hover {
	color: #FFF;	
}
/* Agenda */
#content .colFull .teaser {
	margin-bottom: 12px;
}
#content .lastrow {
	margin-bottom: 0 !important;
}
/* untere Reihe (Dieses Wochenende) */
#content #additional .teaser {
	margin-bottom: 0px;
}
/* * * * * END: TEASERS * * * * */


/* * * * * START: ADDITIONAL CONTENT * * * * */
#additional .colSingle, #additional .colDouble {
	border-top: 1px solid #9e0061;
}
#additional .divider, #content .divider {
	border-top: 1px solid #9e0061;
}
#additional h2 {
	font-weight: bold;
	color: #d60485;
}
/* * * * * START: ADDITIONAL CONTENT * * * * */


/* * * * * START: GALLERY * * * * */
#gallerySelector {
	border-top: 1px solid #9e0061;
	border-bottom: 1px solid #9e0061;
}
#controls .nav-controls a.prev {
	background: url(/media/images_layout_club/btn_gallery_back_a.png) no-repeat;	
}
#controls .nav-controls a.prev:hover {
	background: url(/media/images_layout_club/btn_gallery_back_b.png) no-repeat;	
}
#controls .nav-controls a.next {
	background: url(/media/images_layout_club/btn_gallery_next_a.png) no-repeat;	
}
#controls .nav-controls a.next:hover {
	background: url(/media/images_layout_club/btn_gallery_next_b.png) no-repeat;	
}
.pagination {
	border-top: 1px solid #9e0061;
}
#slideshow .image-wrapper {
	background: #2e0629;
}
/* * * * * END: GALLERY * * * * */


/* * * * * START: SPECIAL VIDEOS * * * * */

#content #videos {
	float: left;
	width: 570px;
	height: 368px;
	padding: 6px 6px 0 6px;
	margin: 0 12px 0 0;
	background: #d60485;
}
#content #videos h1, #content #videos p {
	color: #FFF;	
}
/* * * * * END: SPECIAL VIDEOS * * * * */