html,body {
	margin:0;
	padding:0;
	height:100%;
	color: #FFFFFF;
	font: small/1.6em arial, sans-serif;
	background: #583B80;
}
table td{
	color: #FFFFFF;
	font: small/normal arial, sans-serif;
}
*{
	margin:0px;
	padding:0px;
}
table{
	color: #5D5D5D;
}
a {
	text-decoration: underline;
	outline: none 0;
	color: #6666CC;
	
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
ol, ul {
	margin: 0px auto;
	padding-left: 22px;
}
li ul, li ol {
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
}
p, li {
	margin: 0px 0px 1em;
	padding: 0px;
}
/********************
*					*	
*   BODY LAYOUT		*
*					*
********************/
#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background: url(/images/bg.jpg) repeat-y ;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}
#content {
	margin-top: 0px;
	background: url(/images/pagetop.jpg) no-repeat 0px 0px;
}
#bar {
	float: left;
	width: 204px;
	height:auto !important;
	height:200px;
	min-height:200px;
	margin: 0px;
	background: #FFCCFF;
}
#content, #bar{
	padding-bottom: 50px;

}
.clear_float {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
* html  #footer {
	bottom:-1px;
}
#footer {
	height: 50px;
	position:absolute;
	bottom:0px;
	width:960px;
	z-index: 7;
	left: 0px;
	background: url(/images/footerbg.jpg) no-repeat 0px 0px;
	color: #C187F5;
	font-size: 12px;
	text-align: center;
}
/**************************
*	Layout Elements		  *
**************************/
#footer a{
	color: #C187F5;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
}
#footer #credit{
	padding-top: 8px;
	padding-left: 30px;
	float: left;	
}
#footer #footernav{
	padding-top: 8px;
}
#footer #benny{
	padding-top: 8px;
	padding-right:30px;
	float:right;
}
#footer a .bennylogo{
	float:right;
	margin-top:8px;
	margin-left: 4px;
	background: url(/images/benny.gif) right bottom;
	display: block;
	height: 8px;
	width: 20px;	
}
#footer a:hover .bennylogo{
	background: url(/images/benny.gif) right top;

}

#story{
	padding: 0px 30px 30px;
	text-align: left;
}
#story a {
	color: #FFCC00;
	text-decoration: none;
}
#story a:hover{
	text-decoration: underline;
} 
#story h2 {
	font-size: 20px;
	color: #FFCC00;
	margin-bottom: .5em;
}

#pagehead {
	height: 230px;
	position: relative;
}
#pagehead h1 {
	font: normal 32px/38px Arial;
	position: absolute;
	left: 30px;
	top: 169px;
	margin: 0px;
	padding: 0px;
	color: #F3BAFF;
}
#top_icons{
	position: absolute;
	text-align: right;
	right: 40px;
	top: 86px;
}
#logocover {
	height: 87px;
	width: 146px;
	position: absolute;
	left: 30px;
	top: 23px;
	z-index: 3001;
}

#topic_wraper{
	position: absolute;
	left: 193px;
	top:0px;
	overflow: hidden;
	height: 120px;
	width: 736px;
}
#topic_headline{
	position: absolute;
	left: 0px;
	top:120px;
	font: normal 120px/120px Arial;
	color: #FFFFFF;
	width: 640px;
	text-align:center;
}
#topic_bigtxt{
	position: absolute;
	left: -8px;
	top:11px;
	font: 120px/120px Arial;
	color: #FFFFFF;
	text-align:left;
	width: 737px;
	letter-spacing: -25px;
}
#top_flash{
	position: absolute;
	height: 120px;
	width: 900px;
	left: 30px;
	top: 0px;
}
.oppac40{
	opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=40); /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	-khtml-opacity: .4; /* Safari 1.x */
	-moz-opacity: .4; /* FF lt 1.5, Netscape */
}
.oppac30{
	opacity: .3; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=30); /* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
	-khtml-opacity: .3; /* Safari 1.x */
	-moz-opacity: .3; /* FF lt 1.5, Netscape */
}
.oppac20{
	opacity: .2; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=20); /* IE lt 8 */
	-ms-filter: "alpha(opacity=20)"; /* IE 8 */
	-khtml-opacity: .2; /* Safari 1.x */
	-moz-opacity: .2; /* FF lt 1.5, Netscape */
}
.oppac15{
	opacity: .15; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=15); /* IE lt 8 */
	-ms-filter: "alpha(opacity=15)"; /* IE 8 */
	-khtml-opacity: .15; /* Safari 1.x */
	-moz-opacity: .15; /* FF lt 1.5, Netscape */
}
.oppac10{
	opacity: .10; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=10); /* IE lt 8 */
	-ms-filter: "alpha(opacity=10)"; /* IE 8 */
	-khtml-opacity: .10; /* Safari 1.x */
	-moz-opacity: .10; /* FF lt 1.5, Netscape */
}
.icons a img{
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	border:none;
	margin-left: 2px;
	margin-bottom: 4px;
}
.icons a:hover img{
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1;
}


/*************************/

.display_none{
	display:none;
}
#navline {
	width: 960;
	position: absolute;
	left: 31px;
	top: 122px;
}
/********************
*					*	
*   GLOBAL MRNU		*
*					*
********************/
#menu {
	position:absolute;
	top:121px;
	z-index:200;
	width: auto;
	left: 30px;
	height: 50px;
}
#menu a, #menu .curr{
	display:block;
	width:111px;
	height:29px;
	text-align:center;
	color:#FFFFFF;
	font: bold 13px/29px Arial;
	text-decoration: none;	
}
.menu{
	float:left;
	margin: 0px;
	border-right: 1px solid #7E4CAF;
	border-left: 1px solid #C7A8F4;
}
#menu a:hover, .curr{
	background:url(/images/nav_mid.gif) repeat-x;
}
/* ---------------- */
#menu .firstnav a:hover, #menu .firstnav .curr{
	background:url(/images/nav_left.jpg) no-repeat left top;
}
#menu .lastnav a:hover, #menu .lastnav .curr{
	background:url(/images/nav_right.jpg) no-repeat right top;
}
.blue {
	color: #80FFFF;
}
.orange {
	color: #FFCC00;
}
.pinc {
	color: #F3BAFF;
}
.white {
	color: #FFFFFF;
}

/*******************
*	tooltip
********************/
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #9A71C4;
	padding: 5px;
	text-align:center;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	display: none;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
}
/*******************/
.datenews {
	font: bold 9px/12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 40px;
	text-align: center;
	color: #7C49AE;
	margin: 0px 10px -5px 0px;
	background: url(../images/datebg.gif) no-repeat;
	padding-top: 1px;
	height: 41px;
}
.currday {
	display: block;
	background: #F3BAFF;
	margin: 0px 6px;
	font: bold 14px/14px Arial;
}
#new_list p {
	border-bottom: 1px solid #9970C2;
	padding-bottom: 6px;
	margin-bottom: 8px;
}
.pic_left {
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
}
.pic_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
/**********************/
.this_image{
	position: relative;
	background:#583B80;
}
.cdname {
	font-size: 1.2em;
}
.cdholder, .cdimg, .cdimgs, .artimgs{
	position: relative;		
	overflow:visible;
	height: 195px;
	width: 195px;	
}
.cdimg, .cdimgs{	
	background:#583B80;
}
.cdimg img{
	height: 195px;
	width: 195px;	
	border:0;
	display:none;
}

.cdimgs img{
	height: 100px;
	width: 100px;	
	border:0;
	display:none;
}	
.artimgs {
	height: 100px;
	width: 90px;		
	background:#583B80;
	
}
.artimgs img{
	height: 100px;
	width: 90px;	
	border:0;
	display:none;
}	


*html #sections{
	height:1px;
}
#paging {
	color:#9970C2;
}
#paging .arrow {
	font: bold 1.4em "Courier New";
}
.loader{
	background: #583B80 url(/images/loader35.gif) no-repeat center center;
}
#albums_list, #track_list {
	float: right;
	width:250px;
	background: url(/images/sidebg.gif) no-repeat 0 20px;
	min-height:420px;
	padding-left:40px;
}
*html #albums_list, *html #track_list{
	height: 420px;	

}
/*** Tracks ********/

#track_list .track{
	position:relative;
	z-index:100;
}
#track_list .itm{
	display:block;
	float:left;
	width:214px;
	padding-top:4px;
}
#track_list  img{
	float: left;
	height: 24px;
	width: 24px;
	border:0;
	padding-right: 10px;
}
#track_list  a{
	color: #F3BAFF;
	text-decoration:none;
	line-height: 1.1em;	
}
#track_list a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
/**********************/
#albums_list_tb{
	font: small/1em arial, sans-serif;
	width: 250px;	
	border-top: 1px solid #9970C2;
} 
#albums_list_tb td{
	border-bottom: 1px solid #9970C2;
	text-align: left;
	padding: 4px 6px 4px 0px;
}
#albums_list_tb a {
	color: #FFFFFF;
	text-decoration: none;
}

#imageartist{
	float: right;
	width: 180px;
	margin-left: 30px;
	margin-bottom:10px;
}
.table_over{
	background: #7146A0;
}
#form_explnation {
	float: right;
	width:400px;
	min-height:420px;
	padding-left:20px;
}
label {
	color: #F3BAFF;
	display: block;
	float: left;
	width: 75px;
	padding-top: 2px;
}
.input1 {
	font: 13px/16px Arial, Helvetica, sans-serif;
	background: #BFB3FD;
	width: 350px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-style: none;
}
textarea{
	overflow:auto;
}
.button {
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	background: #F3BAFF;
	margin-right: 16px;
	color: #72469F;
	border-style: none;
	padding: 3px 8px;
	cursor:pointer;
	outline:none;
	margin-bottom: 16px;
}
#contact {
	height:auto !important;
	height: 280px;
	min-height: 280px;
	width:460px;
	float:left;
}
.input_focus {
	background: #D2CBFE;
}
#error{
	margin-left:75px;
}
#go {
	margin-bottom: -1px;
	cursor:pointer;
}
#pmo img{
	border:none;
	float: right;
}
#page_image {
	float: right;
	padding-top: 4px;
	position: relative;
}
.text_wrraper {
	width: 590px;
}
#navbar {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: 1px solid #9265BE;
	
}
#navbar a, #navbar .curr{
	display: block;
	padding: 2px 2px 2px 6px;
	width: 180px;
	border-bottom: 1px solid #4B326D;
	border-top: 1px solid #9970C2;
	text-decoration: none;
}
#navbar a:hover, #navbar .curr{
	background: #7146A0;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#admin_content {
	margin-left: 230px;
	width: 670px;
}
#table_list th{
	border-bottom: 1px solid #4B326D;
	padding: 3px;
	color: #F3BAFF;
	font-weight: normal;
}
#table_list td{
	border-bottom: 1px solid #4B326D;
	border-top: 1px solid #9970C2;
	padding: 3px;
	margin:0px;
	color: #F3BAFF;
}
#table_list td a{
	color:#FFFFFF;
	text-decoration:none;
}
#table_list td a:hover{
	text-decoration:underline;
}
#table_list td img{
	margin: 0px;
	padding: 0px;
}
/*.list_line .curr{
	background: #9265BE;
}

#admin_content .list_line a {
	color: #FFFFFF;
}*/
#admin_content .admin_chapter {
	display: block;
	float: left;
	width: auto;
	text-align: center;
	margin-top: 30px;
	margin-left: 30px;
	background: #000000;
	border: 1px solid #FFFFFF;
}
#admin_content .admin_chapter a{
	color: #583B80;
	text-decoration: none;
	width: 100px;
	padding-top: 75px;
	padding-bottom: 6px;
	display: block;

	font-weight: bold;
}
.c1 a {
	background: #E9C6FF url(../images/kedit.png) no-repeat center 10px;
}
.c2 a {
	background: #E9C6FF url(../images/knewsticker.png) no-repeat center 10px;
}
.c3 a {
	background: #E9C6FF url(../images/kdmconfig.png) no-repeat center 10px;
}
.c4 a {
	background: #E9C6FF url(../images/kscd.png) no-repeat center 10px;
}
.c5 a {
	background: #E9C6FF url(../images/kontact.png) no-repeat center 10px;
}
.plus {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
.minus {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.formtxt{
	color: #F3BAFF;
}
.chkbox	{
	margin-left:-4px;
}
html>/**/body  .chkbox	{
	margin-left:0px;
	margin-top:4px;
	margin-bottom: 4px;
}
.cartform{
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
#news_details img {
	border-style: none;
}

html>/**/body  #go {
	margin-bottom: -4px;
}

