body {
	background-color: #6B6056;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 1.6em;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat:repeat-y;
}


/* links */

a:link {
	color: #ffff66;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ffff66;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffff66;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	background-color: #ffff66;
	font-weight: bold;
}





/* font styles */

.titel {
	font-size: 18px;
	color: #FFFF99;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.name {
	font-size: 16px;
	color: #FFFF99;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}



/* layers 	*/

#logo {
	position:absolute;
	left:41px;
	top:39px;
	width:398px;
	height:121px;
	z-index:11;
}

#menue {
	position:absolute;
	left:439px;
	top:39px;
	width:393px;
	height:121px;
	z-index:10;
	line-height: 1.0em;
}

#content {
	position:absolute;
	left:41px;
	top:172px;
	width:800px;
	z-index:12;
	border: 1px solid #51493D;
	padding: 20px 20px 20px 20px;
	background-image: url(images/halftone.gif);
}
#artist {
	right:10px;
	top:0px;
	z-index:20;
	border: 0px solid #000;
	padding: 40px 0px 0px 30px;
	position:relative;
	float:right;
}

#image {
	position:relative;
	float:right;
	right:20px;
	top:20px;
	width:300px;
	z-index:20;
	border: 0px solid #000;
	padding: 10px 0px 10px 50px;
}
#video {
	position:relative;
	float:right;
	right:20px;
	top:20px;
	width:400px;
	height:400px;
	z-index:20;
	border: 0px solid #000;
	padding: 10px 0px 10px 50px;

}




/* lists */

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
li {
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	}





#menue ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	padding: 20px 0px 2px 16px;

	}

#menue li {
	margin-left: 0;
	padding: 0px 0px 2px 0px;

	}
#menue ul a:link {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	}
#menue ul a:active {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	}
#menue ul a:visited {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	}
#menue ul a:hover {
	color: #000;
	background-color: #ffff66;
	border-left: 6px solid #ffff66;
	text-decoration:none;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	}
