/* some changes made dd 1-12-2005, after discussion with Bill Brown
- removed absolute positioning on the content; makes demo more useful
+ added 1px top-border on body and positioned it -1px upwards, to prevent margin-collapsing
+ explicitly added z-index:0 to body for Mozilla
*/

/* styles for background-image */
/*
html { height: 100%; overflow:hidden;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }

#content { text-overflow: none; font-family: Tahoma, Arial, sans-serif; font-size: 12px; margin-top: 0%; margin-left: 0%; padding: 10px; width: 100%; height: 100%; overflow: scroll;  }
h1 { color: maroon; font-size: 14px; }
*/


#all {
}


/* =Boxen
*******************************/

img {
	border:0px;
	}

.box {
		position: absolute;
		overflow: hidden; 
		padding:0px 20px 20px 20px;
		}

.box h1 {
	padding-top: 32px;
	margin-top: 0px;
	margin-top: 0px;
	padding-bottom: 16px;
	line-height: 100%;	
	}


.box p {
	margin-right: 40px;
	}

.closebutton {
	float:right;
	margin-top:32px;
	}

.boxDimAudioPlayerMain {
	width: 143px;
	height: 180px;
	padding: 5px;
	background-color: yellow;
	top: 100px;
	left:40px;
	padding: 20px;
	}


.box_imprintbox {
	top:140px;
	left:90px;
	display: none;
	position: absolute;
	overflow: hidden; 
	padding:0px 20px 20px 20px;
	width: 560px;
	height: 480px;
	background-color: lime;
	color: black;
	}

.box_contactbox {
	top:120px;
	left:140px;
	display: none;
	position: absolute;
	overflow: hidden; 
	padding:0px 20px 20px 20px;
	width: 260px;
	/*height: 380px;*/
	background-color: lime;
	color: black;
	}	

.box_mailingbox {
	top:120px;
	left:140px;
	display: none;
	position: absolute;
	overflow: hidden; 
	padding:0px 20px 20px 20px;
	width: 260px;
	height: 145px;
	background-color: lime;
	color: black;
	}	

	
.box_artistbox {
	top:120px;
	left:220px;
	display: none;
	position: absolute;
	overflow: hidden; 
	padding:0px 20px 20px 20px;
	width: 180px;
	
	}

.box_releasesbox {
	top:150px;
	left:680px;
	display: none;
	position: absolute;
	overflow: hidden; 
	padding:0px 10px 20px 20px;
	width: 370px;
	height: 380px;
	background-color: #00F7C9;
	}


#box_audiobox {
	position: absolute;
	overflow: hidden; 
	padding:0px 20px 20px 20px;
	z-index: 1000;
	display: none;
	top:inherit;
	left: 35px;
	bottom: 50px;
	}

#box_audiobox #trackinfo {
	font-size: 12px;
	color: black;
	font-family: Helvetica;
	padding-bottom: 12px;
	}


.boxDimArtistMain {
	width: 380px;
	height: 460px;
	
	}

.innerContentImprint {
	height:367px;width:567px;padding-top:0px;
	}


.four50four50 {
	width: 450px;
	height: 450px;
	}

.two50three50 {
	width: 250px;
	height: 350px;
	}

.twothree {
	width: 200px;
	height: 300px;
	}


	
.schwarz {
	background-color: black;
	color: white;
	}

	
.rot {
	background-color: red;
	color: white;
	}

.blau {
	background-color: blue;
	color: white;
	}

.one70three20 {
	width: 170px;
	height: 320px;
	}

.dates {
	width: 270px;
	height: 220px;
	color: white;
	background-color: #fa5200;
	}


.gelb {
	background-color: yellow;
	color: black;
	}

.gruen {
	background-color: #39ad23;
	color: black;
	}


.hellblau {
	background-color: #4287a7;
	color: white;
	}


.lila {
	background-color: #A90EFF;
	color: white;
	}

.lila2 {
	background-color: #4287a7;
	color: white;
	}


#footer a {
	color: gray;
	}

.playlist {
	float:left;
	width:98%;
	padding-bottom:20px;
	}




.schwarz a, .schwarz a:hover,
.hellblau a, .hellblau a:hover,
.rot a, .rot a:hover,
.lila a, .lila a:hover, 
.lila2 a, .lila2 a:hover, 
.blau a, .blau a:hover, 
.dates a, .dates a:hover 
 
	{
	color: white;
	text-decoration: underline;
	}

.playlist a h1 {
	text-decoration: underline;
	font-weight: normal;
	}

#content_box {
	display: block;
	position: absolute;
	top: 0px;
	left:0px;
	}

body, html {
		padding: 0px; margin: 0px;
		font-family: Helvetica, Verdana, Arial;
		font-size: 12px;
		/*background-image: url(../img/bg_grad07.jpg);*/
		background-color: #F5F5F5;
		line-height:140%;
		}

a, a:hover, a:active {
			color: black;
			text-decoration: underline;
			}
			
ul li a.current {
	text-decoration: line-through;
	
	}		
#head {
		background-position: 37px 43px;
		height:150px;
		width: 100%;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		}

#head #main_navigation {
		position: absolute;
		top:50px;
		left: 100px;
		}

#head #main_navigation ul li {
		float:left;
		padding-right: 10px;
		font-weight: bold;
		}

#head #main_navigation ul li a {
	text-decoration: none;
	}

#head #main_navigation ul {
	padding-bottom: 10px;
	}

#content_left {
		padding-left: 20px;
		width: 80px;
		float:left;
		}
		
#content_middle {
		padding-left: 20px;
		padding-right: 20px;

		width: 130px;
		float:left;
		border-left:1px solid #666666;
		
		}
		
#content_right {
		padding-left: 20px;
		padding-right: 20px;
		width: 350px;
		float:left;
		border-left:1px solid #666666;
		
		}

#content_right2 {
		padding-left: 20px;
		width: 350px;
		float:left;
		border-left:1px solid #666666;
		}
		
h1.first {
		margin-top: 0px;
		}
				
ul {
			padding: 0px;
			list-style-position: outside;
			margin: 0px;
			list-style-type: none;
			
		}

p.imageList span {
	float:left;
	padding-right:5px;

	}

p.imageList {
		margin-top: 0px;
		}		
		
		
.drag_handle {
	cursor: move;
	width: 80%;
	}
		
#footer {
	font-size: 0.8em;
	color: gray;
	position: absolute;
	bottom: 20px;
	left: 100px;
	}