body{
	font-family: Helvetica, Arial;
	color: #999999;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url(../upload/layout/back.jpg);
	background-attachment: fixed;
	text-align: center;
	vertical-align: middle;
  	scrollbar-base-color:#666666;
  	scrollbar-3dlight-color:#666666;
  	scrollbar-arrow-color:#666666;
  	scrollbar-darkshadow-color:#666666;
  	scrollbar-face-color: #000000;
  	scrollbar-highlight-color: #000000;
  	scrollbar-shadow-color: #666666;
  	scrollbar-track-color: #000000;	
}

.smalltext{
	font-family: Tahoma, Arial;
	color: #999999;
	font-size: 9px;	
}

.box_headlines{
	font-family: Helvetica, Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.sub_headlines{
	font-family: Helvetica, Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;	
}

select{
	font-family: Helvetica, Arial;
	color: #ffffff;
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #666666;
}

input{
	font-family: Helvetica, Arial;
	color: #ffffff;
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #666666;
}

textarea{
	font-family: Helvetica, Arial;
	color: #ffffff;
	font-size: 10px;
	background-color: #000000;
	border: 1px solid #666666;
}

.maintable{
	width: 900px;
	border: 0px;
	height: 100%;
}

td{
	font-size: 12px;
}

td.logo{
	width: 160px;
	height: 150px;
}

td.maintopleft{
	background-image:url(../upload/layout/top_left.jpg);
	padding: 0px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

td.maintopmiddle{
	background-image:url(../upload/layout/headline.jpg);
	height: 150px;
	text-align: center;
	vertical-align: bottom;
}

td.maincontent{
	padding: 10px 5px 5px 5px;
	vertical-align:top;
}

td.menuleft{
	background-color: #000000;
	vertical-align: top;
	width: 160px;
	height: auto;
}

td.menulefttop{
	background-image:url(../upload/layout/left_menu_top.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 160px;
	height: 57px;
	max-height: 57px;
}

td.menuleftbottom{
	background-color: #000000;
	vertical-align: top;
	width: 160px;
	height: 42px;
	max-height: 42px;
}


td.menuright{
	background-color: #000000;	vertical-align: top;
	width: 160px;
	height: auto;
}

td.menurighttop{
	background-image:url(../upload/layout/right_menu_top.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 160px;
	height: 57px;
	max-height: 57px;
}

td.menurightbottom{
	background-color: #000000;
	vertical-align: top;
	width: 160px;
	height: 42px; 
	max-height: 42px;
}


td.footer{
	background-image:url(../upload/layout/footer.jpg);
	height: 40px;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	color: #999999;
	text-decoration: underline overline;
	font-weight: normal;
}

.menulink{
	with: 70px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.menulink:hover{
	with: 70px;
	display: block;
	background-color: #333333;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------------- */

/* News------------------------------------------------------------------------------------ */

.table_news_container{
	border: 0px; 
	border-spacing:0px; 
	width: 100%;
}

.table_news_content{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px; 
	width: 560px;
	table-layout: fixed;
}

td.news_headline_left{
	background-image:url(../upload/layout/box_headline_left.jpg);
	text-align: left;
	padding: 0px 0px 0px 0px; 
	border: 0px;
	border-left-style: solid;
	border-left-color:#666666;
	border-left-width: 0px;
	width: 280px;
	height: 20px;	 
}

td.news_headline_right{
	background-image:url(../upload/layout/box_headline_right.jpg);
	text-align: right;
	padding: 0px;
	border: 0px;
	width: 280px;
	height: 20px;
}

td.news_content{
	text-align: left;
	padding: 3px 3px 3px 3px;
	border-style: none;
	text-align: justify;
}

td.news_link{
	text-align: left;
	padding: 0px 0px 0px 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;
	height: 20px;
}

/* ---------------------------------------------------------------------------------------- */

/* Artists--------------------------------------------------------------------------------- */

.table_artists_container{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px; 
	border-color: #666666; 
	border-style: solid; 
	width: 560px; 
	border-collapse: collapse;
	table-layout: fixed;
}

td.artists_headline{
	padding: 0px;
	height: 20px;
	background-image:url(../upload/layout/box_headline.jpg);
	border: 0px;
}

td.artists_content_left{
	width: 50%;
	padding: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 0px;
	border-bottom-style: solid; 
	border-bottom-color: #666666;
	border-bottom-width: 0px;
}

td.artists_content_right{
	padding: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;
}

.artists_content_images{
	width: 250px;
	border: 0px;
	border-style: solid;
	border-color: #666666;
}

.cover{
	width: 100px;
	border: 0px;
	border-style: solid;
	border-color: #666666;
}

/* ---------------------------------------------------------------------------------------- */

/* Releases-------------------------------------------------------------------------------- */

.table_releases_content{
	text-align:center;
	border: 0px;
	width: 560px; 
	border-collapse: collapse;
	table-layout: fixed;
}

td.releases_headline_left{
	background-image:url(../upload/layout/box_headline_left.jpg);
	text-align:left;
	border-left-style: solid;
	border-left-color:#666666;
	border-left-width: 0px;
	width: 280px;
	height: 20px;	 
	padding: 0px;
}

td.releases_headline_right{
	background-image:url(../upload/layout/box_headline_right.jpg);
	text-align:right;
	border-right-style: solid;
	border-right-color:#666666;
	border-right-width: 0px;
	width: 280px;
	height: 20px;	 
	padding: 0px;
}

td.releases_picture{
	text-align:center;
	vertical-align: middle;
	border: 0px;
	width:280px;
	padding: 5px;
	border-left-style: solid;
	border-left-color: #666666; 
	border-left-width: 0px;
}

td.releases_tracklist{
	text-align:left;
	vertical-align: middle;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	width:280px;
	padding: 5px;
	border-right-style: solid;
	border-right-color: #666666; 
	border-right-width: 0px;
}

td.releases_describtion{
	text-align: justify;
	padding: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;
}

td.releases_reviews{
	text-align: left;
	padding: 2px;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;
}

.releases_table_reviews{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	width: 560px;
	table-layout: fixed;
}

td.review_headline_left{
	background-image: url(../upload/layout/box_headline_left.jpg);
	text-align: left;
	border: 0px;
	width: 280px;
	height: 20px;	 
	padding: 0px;
}	

td.review_headline_right{
	background-image: url(../upload/layout/box_headline_right.jpg);
	text-align: right;
	border: 0px;
	width: 280px;
	height: 20px;	 
	padding: 0px;
}	

td.review_content{
	text-align: justify;
	padding: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #666666; 
	border-bottom-width: 0px;
}

/* ---------------------------------------------------------------------------------------- */


/* Events---------------------------------------------------------------------------------- */

.table_events_container{
	border: 0px; 
	border-spacing:0px; 
	width: 100%;
}

.table_events_content{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color:#666666;
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px;
	width:560px;
}

td.events_headline{
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color:#666666;
	padding: 0px;
	height: 20px;
	background-image:url(../upload/layout/box_headline.jpg);
}

td.events_left{
	text-align:center;
	vertical-align: middle;
	border: 0px;
	width:280px;
	padding: 2px;
	border-left-style: solid;
	border-left-color: #666666; 
	border-left-width: 0px;
}

td.events_right{
	text-align:justify;
	vertical-align: middle;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	width:280px;
	padding: 5px;
	border-right-style: solid;
	border-right-color: #666666; 
	border-right-width: 0px;
}

td.events_link{
	text-align: left;
	padding: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;
}
/* ---------------------------------------------------------------------------------------- */

/* Links----------------------------------------------------------------------------------- */

.table_links{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 560px;
	table-layout: fixed;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 0px;	
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 0px;	
}

td.links_headline{
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color:#666666;
	padding: 0px;
	height: 20px;
	background-image:url(../upload/layout/box_headline.jpg);
}

td.links_content{
	text-align:center;
	width:15%;
	padding: 10px;
	border: 0px;
}

td.links_content_left{
	text-align:center;
	width:15%;
	padding: 10px;
	border-right: 0px solid #666666;
}
/* ---------------------------------------------------------------------------------------- */

/* Soul------------------------------------------------------------------------------------ */

.table_soul_container{
	border: 0px; 
	border-spacing:0px; 
	width: 100%;
}

.table_soul_content{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px; 
	width: 560px;
	table-layout: fixed;
}

td.soul_headline{
	background-image:url(../upload/layout/box_headline.jpg);
	text-align: left;
	padding: 0px 0px 0px 0px; 
	border: 0px;
	border-left-style: solid;
	border-left-color:#666666;
	border-left-width: 1px;
	width: 280px;
	height: 20px;	 
}

td.soul_content{
	text-align: left;
	padding: 2px 2px 2px 2px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color:#666666;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color:#666666;
	border-right-width: 1px;
	text-align: justify;
}

/* ---------------------------------------------------------------------------------------- */

/* About----------------------------------------------------------------------------------- */

.table_about_container{
	border: 0px; 
	border-spacing:0px; 
	width: 100%;
}

.table_about_content{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px; 
	width: 560px;
	table-layout: fixed;
}

td.about_headline{
	background-image:url(../upload/layout/box_headline.jpg);
	text-align: left;
	padding: 0px 0px 0px 0px; 
	border: 0px;
	border-style: none;
	width: 280px;
	height: 20px;	 
}

td.about_content{
	text-align: left;
	padding: 2px 2px 2px 2px;
	border-style: none;
	text-align: justify;
}

/* ---------------------------------------------------------------------------------------- */
