body {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Muli', sans-serif;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777;
	background-color: #CCC;
	position: relative;
}

#wrapper{
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 10px;
	top: 0px;
	width:1000px;
	height:734px;
	z-index:1;
	background-image: url(images/bg.png);
}

#wrapper_index {
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 10px;
	top: 0px;
	width:1000px;
	height:734px;
	z-index:1;
	background-image: url(images/bg_start.png);
}

#wrapper_pics {
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 10px;
	top: 0px;
	width:1000px;
	height:734px;
	z-index:1;
	background-image: url(images/bg_pics.png);
}

#wrapper_ed {
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 10px;
	top: 0px;
	width:1000px;
	height:734px;
	z-index:1;
	background-image: url(images/bg_ed.png);
}

#main {
	position: absolute;
	left: 260px;
	top: 270px;
	padding: 20px;
	width: 430px;
	height: 300px;
	overflow: auto;
	font-size: small;
	color: #FFF;
}

#titel {
	position: absolute;
	left: 378px;
	top: 112px;
	width: 353px;
	height: 50px;
	
}

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

a:hover {
	text-decoration: none;
	color: #CC9E99;
}

#main_news {
	position: absolute;
	left: 237px;
	top: 111px;
	padding: 20px;
	width: 413px;
	height: 219px;
	overflow: auto;
	font-size: small;
	color: #FFF;
	text-align: right;
}

#news_small {
	position: absolute;
	left: 680px;
	top: 100px;
	width: 8px;
	height: 507px;
	background-color:red;
	opacity: 0.5;
   	-moz-opacity: 0.5;
   	-khtml-opacity: 0.5;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   	filter:alpha(opacity=50);
}

#main_dates {
	position: absolute;
	left: 260px;
	top: 410px;
	padding: 20px;
	width: 339px;
	height: 250px;
	overflow: auto;
	font-size: small;
	color: #FFF;
}

#dates_small {
	position: absolute;
	left: 216px;
	top: 421px;
	width: 542px;
	height: 8px;
	background-color:red;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#main_news ul {
	padding-left: 200px;
}

#main_news li {
	text-align: left;
	list-style-position: inherit;
	list-style-type: none;
	white-space: normal;
	padding: 4px;
	font-size: small;
	display: inline-block;
}

#main_dates ul {
	padding-left: 0px;
	padding-right: 20px;
}

#main_dates li {
	text-align: left;
	list-style-position: inherit;
	list-style-type: none;
	white-space: normal;
	padding: 4px;
	font-size: small;
	display: inline-block;
}

#main_ed {
	position: absolute;
	left: 240px;
	top: 130px;
	padding: 20px;
	width: 450px;
	height: 440px;
	overflow: hidden;
	font-size: small;
	color: #FFF;
}

#main_band {
	position: absolute;
	left: 254px;
	top: 268px;
	padding: 20px;
	width: 426px;
	height: 333px;
	overflow: auto;
	font-size: small;
	color: #FFF;
	text-align: justify;
	visibility: visible;
}
#band_small {
	position: absolute;
	left: 216px;
	top: 469px;
	width: 542px;
	height: 8px;
	background-color:red;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

#main_lineup {
	position: absolute;
	left: 276px;
	top: 117px;
	width: 464px;
	height: 520px;
	overflow: visible;
	color: #FFF;
	line-height: 90%;
}

#lineup_member {
	position: absolute;
	left: 440px;
	top:423px;
	width: 290px;
	height: 233px;
	overflow: visible;
	color: #FFF;
	line-height: 90%;
}

#lineup_member dl{
	width:100%;
}

#lineup_member dt {
	float:left;
	width:30%; /* adjust the width; make sure the total of both is 100% */
	padding-top: 20px;
	font-size: medium;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align:right;
}

#lineup_member dd {
	float:left;
	width:70%; /* adjust the width; make sure the total of both is 100% */
	font-size: small;
	text-align:right;
	margin-left:86px;
}

#lineup_small {
	position: absolute;
	left: 316px;
	top: 100px;
	width: 8px;
	height: 551px;
	background-color:red;
	opacity: 0.5;
   	-moz-opacity: 0.5;
   	-khtml-opacity: 0.5;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   	filter:alpha(opacity=50);
}

#lineup_small_member {
	position: absolute;
	left: 677px;
	top: 392px;
	width: 10px;
	height: 215px;
	background-color:red;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

#main_lineup dl{
	width:100%;
}

#main_lineup dt {
	float:left;
	width:30%; /* adjust the width; make sure the total of both is 100% */
	padding-top: 20px;
	font-size: medium;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#main_lineup dd {
	float:left;
	width:70%; /* adjust the width; make sure the total of both is 100% */
	font-size: small;
}

#main_platten {
	left: 300px;
	top: 145px;
	width: 450px;
	height: 460px;
	position: absolute;
	padding: 20 0 20 0px;
	font-size: small;
	overflow: hidden;
}

#main_platten dl {
	float:left;
	width: 390px;
	margin: 10px 20px;
	display: inline; /* Fix IE: Randverdoppelung*/
}

#main_platten dt {
	float:right;
	width:248px;
	color: #FBF7D0;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: medium;
}

#main_platten dd {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #FFF;
}

#main_platten dd.img img{
	float:left;
	margin: 0 20px 20px 0;
	padding: 0px;
	border: 1px solid #F90;
	border-color:#999;
}

#wrapper #main_platten dd.label {
	color: #FFF;
	font-size: 100%;
}

#main_platten dd:hover {
	color: orange;
}

#main_platten dd.playing {
	color: orange;
}

.player  {
    cursor: pointer;
    /*background: url('images/player_play.png') no-repeat;*/
}

#main_pic {
	position: absolute;
	left: 237px;
	top: 111px;
	padding-left: 20px;
	padding-top: 20px;
	width: 413px;
	height: 30px;
	overflow: auto;
	font-size: small;
	color: #FFF;
	text-align: left;
	z-index:1;
}

#main_pdf {
	position: absolute;
	left: 217px;
	top: 117px;
	width: 501px;
	height: 166px;
	overflow: auto;
	font-size: small;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}


#main_pdf ul {
	padding-left: 10px;
	padding-right: 20px;
}

#main_pdf li {
	text-align: left;
	list-style-position: inherit;
	list-style-type: none;
	white-space: normal;
	padding: 4px;
	font-size: small;
	display: inline-block;
}

#main_press {
	position: absolute;
	left: 240px;
	top: 282px;
	padding: 20px;
	width: 450px;
	height: 300px;
	overflow: hidden;
	font-size: small;
	color: #FFF;
}
#press_small {
	position: absolute;
	left: 179px;
	top: 224px;
	width: 597px;
	height: 8px;
	background-color:red;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

#main_kontakt {
	position: absolute;
	width: 430px;
	height: 300px;
	z-index:1;
	left: 260px;
	top: 295px;
	padding: 20px;
	font-size: small;
	overflow: auto;
	color: #FFF;
}

#main_imprint {
	position: absolute;
	width: 455px;
	height: 236px;
	z-index:1;
	left: 255px;
	top: 360px;
	padding: 20px;
	font-size: small;
	overflow: auto;
	color: #FFF;
}


/*Scrollbar*/
.slimScrollDiv {
    padding-right: 20px;
}

.slimScrollRail,.slimScrollBar {
    /* right: -5px !important; */
    width: 5px !important;
    height: 50% !important;
}


/*buttons*/
#button_news {
	position:absolute;
	left:127px;
	top:295px;
	width:80px;
	height:30px;
	z-index:2;
	text-align: right;
}

#button_ed {
	position:absolute;
	left:127px;
	top:325px;
	width:80px;
	height:30px;
	z-index:2;
	text-align: right;
}

#button_band {
	position:absolute;
	left:127px;
	top:355px;
	width:40px;
	height:30px;
	z-index:3;
	text-align: right;
}

#button_about {
	position:absolute;
	left:93px;
	top:360px;
	width:60px;
	height:20px;
	z-index:3;
	text-align: right;
}

#button_lineup {
	position:absolute;
	left:32px;
	top:360px;
	width:60px;
	height:20px;
	z-index:3;
	text-align: right;
}

#button_music {
	position:absolute;
	left:127px;
	top:385px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
}

#button_pics {
	position:absolute;
	left:127px;
	top:415px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
}


#button_2014 {
	position:absolute;
	left:0px;
	top:414px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
	
}

#button_2016 {
	position:absolute;
	left:41px;
	top:414px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
	
}

#button_2017 {
	position:absolute;
	left:82px;
	top:414px ;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
	/* font-size: 15px; */
}

#button_press {
	position:absolute;
	left:127px;
	top:445px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
}

#button_kontakt {
	position:absolute;
	left:126px;
	top:628px;
	width:80px;
	height:30px;
	z-index:2;
	text-align: right;
}

#button_imprint {
	position:absolute;
	left:755px;
	top:628px;
	width:80px;
	height:30px;
	z-index:3;
	text-align: right;
}

#wrapper_ed #main_ed .scrolled a {
	color: #CC9E99;
}
#wrapper_ed #main_ed .scrolled a:hover {
	color: #BA7B74;
}

#wrapper #main_news a {
	color: #FF0000;
	font-size: large;
}
#wrapper #main_news a:hover {
	color: #FF7575;
}

#wrapper #main_dates a {
	color: #CC9E99;
}
#wrapper #main_dates a:hover {
	color: #BA7B74;
}



#wrapper #main_news .scrolled li {
	line-height: 10px;
}
