/*FARBSCHEMA
#7b74fe (hellblau)
#4e2863 (dunkellila)
#b538c4 (himbeer)
#c82250 (kräftiges rot)
#311a0a (dunkelbraun)
#cfcfcf (rahmengrau)
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

	
html, body {
	height: 100%;
}

body {
	background: url(img/bg_pattern.png) fixed;
	font-size:  100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: -0.03em;
}

p {
	font-size: 15px;
	margin-bottom: 20px;
}



#twitter p {
	background: url(img/icon_twitter.png) top left no-repeat;
	height: 35px;
	padding: 8px 0 0 60px;
}

#impressum p, #fotos p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}


h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4E2863;
	text-transform: uppercase;
	font-weight: normal;
}


h2 span {
	font-size: 15px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
}


h2 span a {
	color: #4e2863;
	text-decoration: underline;	
}


#fotos h2 a {
	color: #ccc;
}


h3 {
	font-size: 22px;
	color: #c82250;
}

#content_left h3 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h3.margin {
	margin-top: 10px;
}


#fotos h5 a {
	text-decoration: underline;
	color:  #4e2863;
}


h5 {
	margin-bottom: 1PX;
	font-size: 12px;
	color:  #4e2863;
	font-weight: normal;
	text-transform: uppercase;
}


#pagenav a {
	color: #C82250;
	font-size: 18px;
	text-transform: uppercase;
}


#header {
	position: relative;
	width: 1000px;
	height: 538px;
	background: url(img/header.jpg) top left no-repeat;
}

#news a {
	text-decoration: underline;
}

#header h6 {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #eee;
	text-transform: uppercase;
	font-size: 10px;
}

#content_unten {
	width: 1000px;
	height: 60px;
	background: url(img/bg_content_unten.png) top left no-repeat;
}

#footer {
	position: relative;
	width:  938px;
	background: #4e2863;
	border: 1px solid #cfcfcf;
	color:  #fff;
	padding: 30px;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 1000px;
	background: url(img/bg_content.png);
}

#content_left {
	width: 660px;
	float: left;
	padding: 30px;
}

#content_right {
	width: 220px;
	float: left;
	margin: 30px;
}

#content_right a {
	color: #000;
}

#content_right li {
	padding-bottom: 15px;
}

#playlist, #links, #kontakt, #navi {
	float: left;
	line-height: 1em;
}

#playlist {
	width: 250px;
	padding-right: 35px;
}

#links {
	width: 200px;
}

#kontakt {
	width: 150px;
	padding-right: 85px;
}

#footer ul {
	margin-top: 10px;
	font-size: 11px;
	line-height: 16px;
}

#playlist li {
	display: inline;
	border-right: 1px solid #c82250;
	margin-right: 1px;
	padding-right: 7px;
	
}

#playlist span {
	border-style: none;
}

.clear {
	clear: both;
}

b {
	font-weight: normal;
	font-size: 10px;
	margin-left: 5px;
}

ul {
	list-style: none;
}

.gig {
	margin-bottom: 20px;
}

.gig a {
	text-decoration: underline;
}

.gig p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.trenner {
	border-top: 1px dotted #cfcfcf;
	height: 40px;
	margin-top: 30px;
	clear: both;
}

#playlist span {
	border-right: 0;
}

.leinwand {
	width: 640px;
	height: 505px;
	background: url(img/leinwand.png) top left no-repeat;
	margin-bottom: 40px;
	z-index: 99;
}

#footer li.noborder {
	border: none;
}

.button {
	float: left;
}

.button_titel {
	float: left;
	margin-left: 1px;
	margin-top: -1px;
}

#footer i {
	color: #c82250;
}

#footer a:hover {
	text-decoration: underline;
}


#logo {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 220px;
	height: 85px;
	background: url(img/logo_footer.png) top left no-repeat;
}
 


#impressum {
	width: 600px;
	min-height: 92%;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
}

#impressum h1, #fotos h1, #blog h1 {
	color: #c82250;
	margin-bottom: 60px;
	font-size: 30px;
}


#fotos, #blog {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
}

.galerie {
	float: left;
	margin-bottom: 50px;
}

a.fancybox {
	float:left;
	height:63px;
	width: 93px;
	margin: 0px 1px 1px 0px;
	background: #000;
	text-align: center;
	overflow: hidden;
}

#content_right a.fancybox {
	float: none;
	background: #fff;
}

.testbild {
	width: 90px;
	height: 68px;
	float: left;
	background: grey;
	margin-right: 1px;
	margin-bottom: 1px;
}

ul.innerfade {
	overflow: hidden;
}

ul.innerfade li img {
	width: 660px;
}

.flyer img {
	width: 220px;
	height: auto;
}

#blog_content {
	width: 640px;
	float: right;
	border-left: 1px dotted #ccc;
	padding-left: 30px;
}

#blog_info {
	width: 250px;
	float: left;
	color: #C82250;
	font-weight: bold;
	font-size: 20px;
}

#blog_info b {
	font-size: 15px;
	margin: 0;
	color: #ccc;
	text-transform: uppercase;
}

#blog_content a {
	font-size: 15px;
	margin: 0;
	color: #ccc;
	text-transform: uppercase;
}

#blog_content img {
	width: 640px;
	border: 1px solid #ccc;
}

em {
	color: #ccc;
}

#jukebox p {
	font-size: 14px;
	line-height: 27px;
}

#jukebox object {
	width: 20px !important;
	vertical-align: -3px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}