article, aside, details, figure, footer, header, hgroup, nav,output, section {
	display: block;	
}

body {
	margin: 0 0 40px 0;
	background: rgb(0, 0, 0) url(bottle.jpg) right bottom fixed no-repeat;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
	color: rgb(255, 255, 255);
}

img {
	border: none;
	display: block;
}

a {
	color: rgb(255, 204, 29);
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

div.hr {
	margin: 8px 0;
	border: none;
	height: 1px;
	background: rgb(0, 0, 0);
}

div.hr hr {
	display: none;
}

header {
	padding: 30px 35px 0 35px;
	height: 219px;
	min-width: 770px;
	position: relative;
	background: url(lights.jpg) left top no-repeat;
}

footer {
	clear: both;
}

nav.meta {
	top: 30px;
	right: 35px;
	position: absolute;
}

nav.meta li {
	font-size: 24px;
	margin: 0 20px 0 0;
}

nav ul {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
}

nav li {
	margin: 0 30px 0 0;
	padding: 0;
	height: 40px;
	float: left;
	position: relative;
	font-family: "Helvetiva", sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-shadow: rgb(255, 255, 0) 0 0 6px, rgb(0, 0, 0) 0 5px 5px;
}

nav ul ul {
	width: 350px;
	float: left;
	top: 55px;
	left: -20px;
}

nav li li {
	float: none;
	display: inline;
	font-size: 24px;
	margin: 25px 20px 0 0;
}

nav li.last ul {
	right: 0;
	position: absolute;
}

nav li.last li {
	margin: 25px 0 0 20px;
}

nav li a {
	color: rgb(255, 204, 29);
	text-decoration: none;
}

nav li.active > a {
	color: rgb(255, 255, 255);
}

nav li.i1 {
	width: 207px;
}

nav li.i2 {
	width: 135px;
}

nav li.i3 {
	width: 150px;
}

nav.meta li.i1 {
	width: 70px;
}

nav.meta li.i2 {
	width: 100px;
}

nav.meta li.i3 {
	width: 100px;
}

body > section {
	width: 780px;
	margin: -70px auto 0 auto;
	position: relative;
}

body.about {
	background-image: none;
	color: rgb(184, 154, 94);
	font-size: 15px;
}

body.about > section {
	width: 369px;
	min-height: 574px;
	margin-top: -120px;
	padding: 130px 311px 0 50px;
	background: url(bottle2.jpg) right top no-repeat;
}

body.club > section {
	width: 676px;
	padding-right: 70px;
}

body.music > section {
	width: 676px;
	padding-right: 70px;
	margin-top: -50px;
}

.table {
	margin-top: 35px !important;
	background: rgb(37, 31, 24);
	color: rgb(255, 255, 255);
	font-size: 11px;
	line-height: 1.7em;
}

.table.float {
	float: left;
}

.table.wide {
	width: 770px;
	margin-left: -48px;
}
.table.middle {
	width: 506px;
	margin-left: -48px;
}

.table.small {
	width: 253px;
	margin: 0 -48px 0 12px;
}

.table img.border {
	border: 3px rgb(187, 187, 187) solid;
}

.table p {
	margin: 8px 8px;
}

.table a.more:before {
	content: "» ";
}

.table h2, .table h3 {
	font-weight: normal;
	margin: 0;
	padding: 0 8px;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

.table h2 {
	color: rgb(255, 204, 29);
	font-size: 24px;
	line-height: 56px;
	height: 56px;
	text-transform: uppercase;
	background: url(title-back.png);
}

.table h2 a {
	text-decoration: underline;
}

.table h2.condensed {
	line-height: 32px;
	height: 32px;
	background: url(title-small-back.png);
}

.table h3 {
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	background: url(title-small-back.png);
	border-top: 2px rgb(0, 0, 0) solid;
}

.table h3:first-child {
	border-top: none;
}
.table .column.left {
	float: left;
	width: 168px;
}

.table .column.right {
	margin-left: 169px;
	padding-bottom: 8px;
	border-left: 2px rgb(0, 0, 0) solid;
}

.table ul.block-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.table ul.block-list li {
	margin: 0;
	padding: 8px;
	width: 236px;
	float: left;
	position: relative;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

.table ul.block-list li.odd {
	width: 236px;
	border-right: 1px rgb(0, 0, 0) solid;
}

.table ul.block-list img {
	border: 3px rgb(187, 187, 187) solid;

}

.table ul.block-list div {
	left: 124px;
	bottom: 8px;
	position: absolute;
	
	
}

iframe {
	
}

/* @group text-ellipsis */
/*für firefox*/
/*
.ellipsis span {
	white-space:nowrap;
	text-overflow:ellipsis; /* for internet explorer *//*
	overflow:hidden;
	width:130px;
	display:block;
}
html>body .ellipsis {
   clear:both;
}
html>body .ellipsis span:after {
   content: "...";
}

html>body .ellipsis span {
   max-width:130px;
   width:auto !important;
   float:left;
}
*/
/*für IE u SAFARI*/
/*
.table ul.block-list .ellipsis {
	width: 130px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.table ul.block-list span {
	text-overflow: none;
	white-space: normal;
}
*/
/* @end */

.table table {
	width: 507px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	float: left; /* IE Fix */
}

.table table th, .table table td {
	padding: 5px;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

.table table th {
	font-weight: normal;
	text-align: left;
	border-right: 1px rgb(0, 0, 0) solid;
}

/* @group contact */

.contact .table ul.block-list li {
	margin: 0;
	padding: 8px;
	width: 320px;
	float: left;
	position: relative;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

.contact .table ul.block-list li.odd {
	width: 152px;
	border-right: 1px rgb(0, 0, 0) solid;
}

.contact .table ul.block-list img {
	border: 3px rgb(187, 187, 187) solid;
}

.contact input {
	color: #fff;
	height: 15px;
	width: 100%;
	background-color: rgb(184, 154, 94);
	border: none;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
}
.contact .send {
	font-weight: bold;
	height: 20px;
	width: 100%;
	cursor: pointer;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 204, 29);
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
}
.contact textarea {
	color: #fff;
	width: 100%;
	border: none;
	background-color: rgb(184, 154, 94);
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 13px;
}
/* @end */

/* @group music beatport */

.table_beatport {
	margin-top: 4px !important;
	background: rgb(37, 31, 24);
	color: rgb(255, 255, 255);
	font-size: 14px;
	height: 100px;
	padding: 15px;
}
.table_beatport ul, .table_beatport li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
.table_beatport li {
	float: left;
	height: 100px;
	
	margin-right: 10px;
}
.table_beatport li:first-child {
	width: 65px;
	font-size: 50px;
	text-align: center;
	line-height: 100px;
	text-shadow: #ffcd28 0 0 7px;
}
.table_beatport li div:first-child{
	width: 66px;
	height: 66px;
	padding-top: 3px;
	padding-left: 3px;
	background: url(../music/img/icon_background.gif) no-repeat;
}

.table_beatport li:last-child {
	/*background-color: gray;*/
}
.fb_like {
	height: 23px;
	/*background-color: green;*/
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: -5px;
	position: relative;
	background-color: rgb(37, 31, 24);
}
/* @end */

#signatur {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
}



iframe {
	background-color: rgb(37, 31, 24);
}


























