* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	min-height:100%;
	cursor:default;
}
a {
	text-decoration:none;
	color:#000;
}
img {
	border:none;
}

#menu {
	position:absolute;
	font-size:24px;
	overflow:hidden;
	left:6px;
	background:#fff;
	
}
#menucontent {
	width:248px;
}
ul#mainmenu {
	list-style-type:none;
	margin:14px 0px 0px 0px;
	display:block;
	font-weight:700;

}
ul#mainmenu a:hover {
	color:#959595;
}
.menuspacer {
	display:block;
	width:242px;
	height:28px;
	font-size:0px;
	background: url(/gfx/spacer.gif) repeat-x;	
}
#menulogo {
	overflow:hidden;
	height:124px;
	width:242px;
	background:#fff;
	border-bottom:1px solid #000;
}

#stream {
	text-align:left;
	width:242px;
	overflow:hidden;
	margin:12px 0px 10px 0px;
}
ul#white {
	margin:4px 0px 4px 0px;
}
ul#black li {
	display:block;
	float:left;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:700;
	padding:3px;
	margin-right:3px;
}
ul#black li a {
	color:#fff;
}
ul#white li {
	display:block;
	float:left;
	background:#fff;
	color:#000;
	text-align:center;
	font-size:12px;
	padding:1px;
	margin-right:1px;
	border:1px solid #000;
}

.clear {
	clear:both;
}
.gray {
	position:fixed;
	background:#c2c2c2;
	height:100%;
	margin-left:252px;
	min-height:100%;
	width:94px;
}
#submenu {
	position:absolute;
	left:260px;
	z-index:9999;
	width:80px;
	overflow:hidden;
}
#submenu ul {
	margin:36px 0px 0px 0px;
	font-size:11px;
	font-weight:normal;
}
#submenu li {
	display:block;
	list-style-type:none;
	margin-bottom:24px;
}
#submenu li a:hover {
	text-decoration:underline;
}
.float {
	float:left;
}
#container {
	position:relative;
	min-height:100%;
	height:100%;
	width:100%;
	/*background:#f0f;*/
}
#main {
	position:absolute;
	left:360px;
	padding:30px 0px 30px 0px;
}
#artistlist {
	position:absolute;
	left:266px;
	width:720px;
}
.artistbox {
	float:left;
	overflow:hidden;
	position:relative;
	margin:15px 18px 0px 0px;
	background:url(/gfx/artist_block.png) no-repeat;
	cursor:pointer;
}
.artistboxcontent {
	height:159px;
	width:158px;
}
.artisttitel {
	position:absolute;
	top:5px;
	left:10px;
	height:18px;
	width:145px;
	overflow:hidden;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.artistimage {
	top:26px;
	position:absolute;
	width:155px;
	height:129px;
	background-position:center;
	overflow:hidden;
}
#mainnobar {
	position:absolute;
	left:266px;
	padding:30px 0px 30px 0px;
}
#mainnobarblack {
	position:absolute;
	left:266px;
	top:18px;
	height:90px;
	width:536px;
	overflow:hidden;
	background:#000;
	text-align:left;
}
#mainartistbox {
	position:absolute;
	left:276px;
	top:108px;
	width:526px;
	overflow:hidden;
	background:#fff;
	border-bottom:12px solid #8f8f8f;
	border-right:12px solid #8f8f8f;
}
#mainartistcontent {
	margin:24px 16px 30px 20px;
	text-transform:none;
	font-size:11px;
}
#mainnobararrow {
	position:absolute;
	left:802px;
	top:30px;
	width:90px;
	height:78px;
	background:url(/gfx/arrow.gif) no-repeat;
	border-bottom:12px solid #8f8f8f;
	border-right:12px solid #8f8f8f;
}
#maintitle {
	margin:20px 30px;
	color:#fff;
	font-size:48px;
}
h1 {
	font-size:36px;
	font-weight:700;
	text-decoration:underline;
}
div.maincontent p { 
	font-size:11px;
}
	
.maincontent {
	width:590px;
	overflow:hidden;
	z-index:9999;
}

.maincontentnobar {
	width:990px;
	overflow:visible;
	z-index:9999;
}

.ul, .li
{
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.ssNav
{
	display:block; float:left; background:#ffffff; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; width:13px; height:13px; color:#ffffff;
}

.carousel-pagination p .active
{
	background:#000000;
	color:#000000;
}
