html, body {
	padding: 0;
	margin: 0;
}

html {
	font-size: 12px;
	color: #fff;
	min-width: 650px;
}

body {
	background: url('../img/mikro.png') no-repeat scroll 50% -50px;
	min-height: 200px;
}

* html body {
	height: 200px;
}

p {
	margin: 0.6em 0;
}

h1, h2 {
	margin-bottom: 0.6em;
}

h1 {
	margin-top: 2em;
	margin-bottom: 1.4em;
}

h2 {
	margin-top: 2em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	padding: 0 0 0 7px;
	background: url('../img/list.png') no-repeat scroll 0 7px;
}

#fadeleft, #faderight {
	position: absolute;
	height: 100%;
	max-height: 744px;
	width: 100px;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}

* html #fadeleft,
* html #faderight {
	height: 744px;
	background: none;
}

body.nojavascript #fadeleft,
body.nojavascript #faderight {
	display: none;
}

#faderight {
	left: auto;
	right: 0;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
}

#logo {
	display: block;
	width: 273px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	display: inline;
}

* html #logo {
	background: none;
	cursor: pointer;
}

#logo {
	display: block;
	width: 273px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	display: inline;
}

* html #logo {
	background: none;
	cursor: pointer;
}

#gotomusic {
	display: block;
	width: 60px;
	height: 55px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-left: 95px;
	margin-top: 5px;
	display: inline;
}

* html #gotomusic {
	background: none;
	cursor: pointer;
}

#player {
	width: 99px;
	height: 45px;
	float: left;
	display: inline;
	margin-left: 141px;
	margin-top: 12px;
}

#style {
	width: 86px;
	height: 83px;
	display: inline;
	float: left;
	margin-left: 25px;
	visibility: hidden;
	/*
	position: absolute;
	top: 20px;
	left: 700px;
	*/
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#navigation {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	clear: left;
}

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

#navigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 21px;
	overflow: hidden;
	text-indent: 100%;
}

#nav_home, #nav_home a {
	background: no-repeat scroll 0 0;
	width: 42px;
}

#nav_backstage, #nav_backstage a {
	background: no-repeat scroll -57px 0;
	width: 79px;
}

#nav_shows, #nav_shows a {
	background: no-repeat scroll -157px 0;
	width: 50px;
}

#nav_mediacenter, #nav_mediacenter a {
	background: no-repeat scroll -227px 0;
	width: 95px;
}

#nav_kontakt, #nav_kontakt a {
	background: no-repeat scroll -344px 0;
	width: 62px;
}

#nav_referenzen, #nav_referenzen a {
	background: no-repeat scroll -423px 0;
	width: 88px;
}

#nav_itunes, #nav_itunes a {
	background: no-repeat scroll -533px 0;
	width: 96px;
}

#navigation li a.active,
#navigation li a:hover {
	background: transparent !important;
}

#nav_home {
	background-position: 0 -21px;
}

#nav_backstage {
	background-position: -57px -21px;
}

#nav_shows {
	background-position: -157px -21px;
}

#nav_mediacenter {
	background-position: -227px -21px;
}

#nav_kontakt {
	background-position: -344px -21px;
}

#nav_referenzen {
	background-position: -423px -21px;
}

#nav_itunes {
	background-position: -533px -21px;
}

#scrollcontent,
#flexcroll-init {
	margin-top: 9px;
	overflow: auto;
	height: 475px;
	margin-bottom: 10px;
}

#scrollcontent {
	width: 900px;
}

body.nojavascript #scrollcontent,
body.nojavascript #flexcroll-init {
	overflow-y: hidden;
}

#content {
	padding: 20px;
	height: 395px;
	width: 455px;
	float: left;
	display: inline;
	overflow: auto;
}


.content>*:first-child,
#content>*:first-child,
#content_contentwrapper>*:first-child {
	margin-top: 0;
}

.content,
.image {
	float: left;
	display: inline;
	margin-left: 20px;
}

.content {
	width: 313px;
	height: 395px;
	padding: 20px;
	overflow: hidden;
}

#bottom {
	font-size: 10px;
	margin-bottom: 10px;
}

#bottom a {
	color: #777;
	margin-right: 15px;
}

#bottom a:hover,
#bottom a.active {
	text-decoration: none;
	color: #fff;
}

/* Kontaktformular */
.contactform label {
	display: block;
}

.contactform input.text,
.contactform textarea {
	background: #1a171b;
	color: #fff;
	margin-bottom: 10px;
	padding: 2px;
	width: 307px;
	border: 1px solid #444;
	border-color: #444 #fff #fff #444;
	font-size: inherit;
	font-family: inherit;
}

.contactform textarea {
	height: 200px;
}

.contactform input.button {
	background: #1a171b;
	border: 1px solid #444;
	border-color: #fff #444 #444 #fff;
	color: #fff;
	padding: 2px;
}

.contactform p.error {
	color: #e20392;
}

.contactform input.text.error,
.contactform textarea.error {
	border: 1px solid #e20392;
}


.xing {
	width: 130px;
	height: 53px;
	margin-top: 6px;
}
.twitter {
	width: 179px;
	height: 53px;
	margin-top: 21px;
}
.myspace {
	width: 185px;
	height: 42px;
	margin-top: 31px;
}

ul.media li {
	background: none;
	border-bottom: 1px solid #8e9393;
	padding: 5px 0 2px 2px;
	margin-top: 3px;
}
.mp3player {
	margin-right: 9px;
	outline: none;
	height: 12px;
	width: 12px;
}
.jpg,
.mp3,
.pdf {
	width: 30px;
	height: 12px;
	margin-right: 12px;
}

.jpg {
	background-image: url('../img/jpg.png');
}
a:hover .jpg {
	background-image: url('../img/jpg_hover.png');
}
.mp3 {
	background-image: url('../img/mp3.png');
}
a:hover .mp3 {
	background-image: url('../img/mp3_hover.png');
}
.pdf {
	background-image: url('../img/pdf.png');
}
a:hover .pdf {
	background-image: url('../img/pdf_hover.png');
}


/* Mediacenter */
.mediacenter-images a,
.mediacenter-images a img {
	display: block;
	width: 90px;
	height: 90px;
}

.mediacenter-images a {
	float: left;
	display: inline;
	margin: 5px 9px 10px 9px;
}