body {
	margin:0;
	padding:0;
	background-image:url('/templates/images/bg.png');
}

img {
	border:none;
	margin:0;
	padding:0;
}

table td, table th { text-align:left; }

#header {
	width:807px;
	height:82px;
	margin:0 auto;
	background-image:url('/templates/images/header.png');
}

#header .flags {
	font-family:'Courier New', mono;
	font-weight:bold;
	font-size:16px;
	margin-right:16px;
	float:right;
}

#header .flags a {
	vertical-align:-2px;
}



#menubar {
	width:807px;
	height:34px;
	margin:0 auto;
	background-image:url('/templates/images/menu_all_off.png');
}

#menubar ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menubar ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:34px;
}
#menubar ul li > a {
	display:block;
	float:left;
	padding:9px 0 0 0;
	height:25px;
}
#menubar ul li > a {
	font-family:Arial,sans;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
#menubar ul li > a:link, #menubar ul li > a:hover, #menubar ul li > a:visited, #menubar ul li > a:active {
	text-decoration:none;
}
#menubar ul li > a:hover, #menubar ul li.active > a {
	color:#b3b3b3;
}
#menubar ul li div {
	text-align:center;
}
#submenuContainer {
	display:inline;
	position:absolute;
	left:50%;
	width:1px;
	height:50px;
	text-align:center;	
}
#submenuMusic {
	display:none;
	position:absolute;
	left:-340px;
	top:-6px;
	width:70px;

	color:#b3b3b3;
	font-family:Arial,sans;
	font-size:11px;
	padding:0;
	margin:0;
}
#submenuContainer a {
	color:#000;
	text-decoration:none;
}


#menubar .home a {
	width:67px;
}

#menubar .music a {
	width:63px;
}

#menubar .booking a {
	width:78px;
}

#menubar .remixrequest a {
	width:126px;
}

#menubar .promotion a {
	width:96px;
}

#menubar .partners a {
	width:88px;
}

#menubar .forum a {
	width:68px;
}

#menubar .company a {
	width:82px;
}

#menubar .contact a {
	width:126px;
	padding-right:6px;
	text-align:right;
}


#menubar.menubar-home {
	background-image:url('/templates/images/menu_home.png');
}

#menubar.menubar-music {
	background-image:url('/templates/images/menu_music.png');
}

#menubar.menubar-booking {
	background-image:url('/templates/images/menu_booking.png');
}

#menubar.menubar-remixrequest {
	background-image:url('/templates/images/menu_remixanfragen.png');
}

#menubar.menubar-promotion {
	background-image:url('/templates/images/menu_promotion.png');
}

#menubar.menubar-partners {
	background-image:url('/templates/images/menu_partners.png');
}

#menubar.menubar-forum {
	background-image:url('/templates/images/menu_forum.png');
}

#menubar.menubar-company {
	background-image:url('/templates/images/menu_company.png');
}

#menubar.menubar-contact {
	background-image:url('/templates/images/menu_contact.png');
}


input, select, textarea {
	font-size:12px;
	font-family:Arial, sans;
	color:#000;
	background-image:url('/templates/images/small_box_bg.png');
	border:1px solid #a5acb2;
	padding:1px 2px;
}


#content a:link, #content a:hover, #content a:visited, #content a:active {
	color:#000;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

#content {
	width:807px;
	margin:0 auto;
	background-image:url('/templates/images/content_bg.png');

	font-family:Arial, sans;
	font-size:11px;
}

#content-inner {
	padding:4px 10px 8px 10px; 
}


#content h1, #content h2 {
	background-image:url('/templates/images/content_heading_bullet.png');
	background-repeat:no-repeat;
	display:block;
	

	font-family:Arial, sans;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#content h1 {
	width:100px;
	margin:0 0 0 176px;
	background-position:0 4px;
	padding:4px 0px 10px 16px;
}
#content h2 {
	background-position:0 10px;
	padding:10px 0px 4px 16px;
}

#content .column-left-small {
	margin:0 0 0 2px;
	width:160px;
	float:left;
}


#content .box {
	background-image:url('/templates/images/small_box_bg.png');
	margin-bottom:10px;
}

#content .box .head {
	height:2px;
	background-image:url('/templates/images/small_box_head.png');
}

#content .box .foot {
	height:2px;
	background-image:url('/templates/images/small_box_foot.png');
}


#content .column-right-big {
	margin:0 2px 0 0;
	width:610px;
	float:right;
}

#content .contentbox {
	padding:2px 3px;
}

#content .contentbox2 {
	padding:10px;
	font-size:12px;
}

#content .box .headline {
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}

#content .box-rounded-big {
	text-align:center;
	background-color:#e5e7dd;
	width:607px;
	margin-bottom:10px;
}
#content .box-rounded-big .head {
	background-image:url('/templates/images/box_rounded_big_head.png');
	height:6px;
}
#content .box-rounded-big .foot {
	background-image:url('/templates/images/box_rounded_big_foot.png');
	height:6px;
}

#content .box-rounded-big .foot-promotion div {
	float:left;
	text-align:left;
	padding:4px 18px;
}

#content .bannerbox {
	clear:both;
	margin:24px 0 4px 0;
	text-align:center;
}

a.button-musicload {
	display:inline-block;
	width:47px;
	height:14px;
	background-image:url('/templates/images/button_musicload_sprite.png');
}
a.button-musicload:hover {
	background-position:0 -14px;
}

a.button-itunes {
	display:inline-block;
	width:16px;
	height:15px;
	background-image:url('/templates/images/button_itunes_sprite.png');
}
a.button-itunes:hover {
	background-position:0 -15px;
}

a.button-musicload, a.button-itunes {
	margin:0 4px;
}

.artists-box-1, .artists-box-2, .artists-box-3 {
	float:left;
	width:189px;
	height:197px;
	background-image:url('/templates/images/artists_box.png');
}

.artists-box-2, .artists-box-3 {
	margin-left:20px;
}

.artists-box-1,
.artists-box-2,
.artists-box-3 {
	margin-bottom:16px;
}

.artists-box-1 .artistpic, 
.artists-box-2 .artistpic, 
.artists-box-3 .artistpic {
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:189px;
	height:197px;
}
.artists-box-1 .text, 
.artists-box-2 .text, 
.artists-box-3 .text {
	position:relative;
	top:-32px;
	padding:0 18px;
}



#footer {
	width:807px;
	height:45px;
	margin:0 auto;
	background-image:url('/templates/images/footer.png');
}

#footer-inner {
	padding:12px 16px 4px 16px; 
}

#footer-inner .buttons * {
	margin:0 3px;
}

#copyright-box {
	width:794px;
	margin:0 auto;

	font-family:Arial, sans;
	font-size:11px;
	color:#696868;
}

#copyright-box a:link, #copyright-box a:hover, #copyright-box a:visited, #copyright-box a:active {
	color:#696868;
	text-decoration:none;
}
#copyright-box a:hover {
	text-decoration:underline;
}

#slideshow {
    position:relative;
    height:350px;
}

a img {
	border:none;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.greenbox{
background:#3FF285 none repeat scroll 0% 50%;
border:1px solid #22AA57;
margin-bottom:20px;
padding:10px;
text-align:justify;
}

.redbox{
background:#ff9999 none repeat scroll 0% 50%;
border:1px solid #FF0000;
margin-bottom:20px;
padding:10px;
}

.yellowbox{
font-size: 12px;
background:#FFFBE2 none repeat scroll 0% 50%;
border:1px solid #FFE222;
margin-bottom:20px;
padding:10px;
text-align:justify;
}
