@charset "utf-8";

.accessibility {
	position: absolute;
	top: -500px;
	left: -500px;
}

html {
	background-image:url(../images/bkgr-body.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
	}

body {
	background-image:url(../images/bkgr-content.png);
	background-repeat:repeat-y;
	background-position:center
}

/* Positionierung Divs */

#container {
	width:985px;
	margin:auto;
	
}

#header {
	height:25px;
	padding:0 25px 0 25px;

}

#flashbanner {
	height:252px;
	padding:0 14px 0 15px;;
	text-align:center;
}



nav {
	height:42px;
	width:954px;
	margin:2px 19px 0 17px;;
	float:left;
}
	
#body {
	padding:25px;

}


#content {
	width:660px;
	float:left;
	padding:25px;
	background:none;

}

#newreleases, #discografie {
	height:150px;
	padding: 3px 0 3px 0;
	margin-bottom:20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

#artists-feats{
	background-color:#eeeeee;
	border:1px #CCC solid;
	padding:15px 20px;
	margin:30px 20px 10px;
	}
.extra-box{
	background-color:#eeeeee;
	border:1px #CCC solid;
	padding:15px 15px 15px 35px;
}

.shop {
	width:920px !important;
	}
.produkt{
	width:47%;
	padding:0 25px 30px 0;
	float:left;
	}

#sidebar ol{
	margin-left:2px;
	}
#sidebar {
	width:200px;
	padding:10px;
	padding-top:25px;
	float:right;
}

footer {
	clear:both;
	width:100%;
	min-height:150px;
	background-color:#d2d2d2;
	background-image:url(../images/bkgr-footer.jpg);
	background-repeat:repeat-x;
	padding-bottom:50px;

}

#footer li {
	list-style-type:none !important;
	}
#footer-content{
	width:954px;
	margin:auto;
	padding-left:50px;
}


#footer-copyright {
	width:180px;
	float:left;
	line-height:0.7em;

}

#footer-home{
	width:120px;
	float:left;
}

#footer-artists{
	width:120px;
	float:left;
	line-height:0.7em;
}

#footer-projects{
	width:120px;
	float:left;
	line-height:0.7em;
}

#footer-label{
	width:120px;
	float:left;
	line-height:0.7em;
}

#footer-talentcorner{
	width:120px;
	float:left;
	line-height:0.7em;

}

#footer-shop{
	width:120px;
	float:left;
	line-height:0.7em;
}


/* neue artist-seite okt11 */

header{
	margin:0 17px;
	}

header section{
	position:absolute;
	width:240px;
	height:376px;
	margin-left:634px;
	padding:25px 40px;
	top:317px;
	background-color:rgba(255,255,255,0.2);
	}	

header section article{
	width:245px;
	padding:0 35px 25px 0;
	margin-bottom:10px;
	height:250px;
	overflow:scroll;
	overflow-x: hidden;

}
header ul{
	position:relative;
	display:block;
	height:40px;
	width:633px;
	margin-top:-55px;
	padding-top:15px;
	z-index:1000;
	background-color:rgba(255,255,255,0.2);
	opacity:0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;

	}
header:hover ul{
	opacity:1;
	}
	
header li {
	list-style:none;
	display:inline;
	float:left;
	margin:0 30px;
	
	}
header h1{
	}
#main-content{
	width:550px;
	margin:25px 0 25px 17px;
	padding:15px 15px 15px 30px;
	float:left;
	}
		
section.artist-links{
	width:100px;
	padding:0 0 0 25px;
	float:left;
	}
	
.artist aside{
	width:290px;
	margin:20px 25px 25px 0;
	padding:20px 15px 15px 0;
	float:right;
	}
.artist aside h3{
	padding-left:20px;
	}	
.artist aside div{
	overflow:hidden;
	}	
	
aside audio{
	width:100%;
	margin-bottom:25px;
	}	
	
.artist aside img{
	width:290px;
	}	
