/**************/
/*basics links*/
/**************/

/*	background-color:#004080; //blau	*/
/*	background-color:#000000; //schwarz	*/
/*	background-color:#EE3B00; //orange	*/

body{
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: verdana, 'DejaVu Sans';
	font-size: 10pt;
	color: #004080;
	scrollbar-base-color:#004080;
  	scrollbar-3dlight-color:#80C0FF;
  	scrollbar-arrow-color:#0080FF;
  	scrollbar-darkshadow-color:#004080;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#80C0FF;
  	scrollbar-shadow-color:#004080;
  	scrollbar-track-color:#FFFFFF;
}

body.popup{
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF; 
	background-image:url(../images/bg/main-center.jpg);
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: verdana, 'DejaVu Sans';
	font-size: 10pt;
	color: #004080;
	scrollbar-base-color:#004080;
  	scrollbar-3dlight-color:#80C0FF;
  	scrollbar-arrow-color:#0080FF;
  	scrollbar-darkshadow-color:#004080;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#80C0FF;
  	scrollbar-shadow-color:#004080;
  	scrollbar-track-color:#FFFFFF;
}


img{
	border:none;
}

table{
	 border:none;
	 font-size:9pt; 
}

a:link { 
	color:#EE3B00; 
	text-decoration:none; 
}

a:hover { 
	color:#EE3B00; 
	text-decoration:underline; 
}

a:visited { 
	color:#c03000; 
	text-decoration:none; 
}

a:active { 
	color:#c03000; 
	text-decoration:none; 
}

/**********************************/
/* ImageReady Styles (background) */
/**********************************/



#maintop {
	background-color:#000000; /*schwarz */
}

#mainbottom {
	background-color:#000000; /*schwarz */
}

#mainleft {
	background-color:#004080; /*blau */
}

#mainright {
	background-color:#004080; /*blau */
}



#maincell {
	position:relative;
/*	background-image:url(images/main-center.jpg); */
/*	background-attachment:fixed;\"*/
	width:1000px;
	height:356px;
}

#maindiv {
	position:relative;
	height:356px; 
	width:1000px;
	overflow:hidden;
}

#maincell-left {
	width:500px;
	height:356px;
}
#maincell-right {
	width:500px;
	height:356px;
}

#mainfooter {
	position:relative;
	width:1000px;
	height:89px;
	z-index:0;
	background-image:url(../images/bg/mainfooter.jpg);
	background-repeat:no-repeat;
	
}

#mainheader {
	position:absolute;
	width:1000px;
	height:155px;
}

/*******************************/
/* ImageReady Styles (buttons) */
/*******************************/

#button-bear {
	position:absolute;
	left:610px;
	top:566px;
	width:25px;
	height:24px;
	z-index:2;
}

#button-bio {
	position:absolute;
	left:522px;
	top:14px;
	width:67px;
	height:40px;
}

#button-contact {
	position:absolute;
	left:744px;
	top:14px;
	width:188px;
	height:40px;
}

#button-merch {
	position:absolute;
	left:173px;
	top:65px;
	width:147px;
	height:40px;
}

#button-board {
	position:absolute;
	left:505px;
	top:84px;
	width:137px;
	height:40px;
}

#button-news {
	position:absolute;
	left:29px;
	top:92px;
	width:113px;
	height:40px;
}

#button-download {
	position:absolute;
	left:718px;
	top:95px;
	width:223px;
	height:40px;
}

#button-live {
	position:absolute;
	left:339px;
	top:100px;
	width:97px;
	height:40px;
}

#button-myspace {
	position:absolute;
	left:10px;
	top:-10px;
	z-index:2;
}

#button-myspace-player{
	position:absolute;
	left:895px;
	top:2px;
	z-index:1;
}

/*************/
/*    div    */
/*************/

h1{
	font-size:14pt;
	color:#EE3B00;
	font-family: Arial, 'Free Sans';
}

table.submenu{
	position:relative;
	top:20px;
	left:20px;
}

td.submenu{
	font-size:14pt;
	color:#EE3B00;
	font-family: Arial, 'Free Sans';
}

td.submenuselected{
	font-size:14pt;
	color:#EE3B00;
	font-weight:bold;
	font-family: Arial, 'Free Sans';
}

input.fullbutton{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:100%;
}

input.button100{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:100px;
}
input.buttonnowidth{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
}

.textinput {
	background-color:#80C0FF; 
	color:#000000; 
	font-size:9pt;
	border:dotted 1px black;
	font-family:'Courier';
	width:99%;
}

.error{
	font-size:8pt; 
	color:#EE3B00;
	text-decoration:underline; 
	margin-bottom:5px;
}

.info{
	font-size:8pt; 
	color:#EE3B00;
	text-decoration:underline; 
	margin-bottom:5px;
}

/*************/
/*  contact  */
/*************/


table.contacttable{
	width:520px;
	position:relative;
	top:10px;
	left:240px;
	
}

/*************/
/*   merch   */
/*************/

div.merchmenu{
	height:350px; 
	width:160px;
	position:relative;
	overflow:hidden;
	float:left;
}

div.merchcart{
	height:350px; 
	width:740px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

div.merchlist{
	height:350px; 
	width:350px;
	position:relative;
	overflow:auto;
	left:0px;
	float:left;
}

div.merchdetail{
	height:350px; 
	width:490px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

table.mercharticlelist{
}

div.mercharticleshort{
	font-weight:bold;
}
div.mercharticledetails{
	margin:5px;
}
div.mercharticleprice{
	margin:5px;
}

td.merchtext{
	padding-top:10px;
}
td.merchprice{
	padding:5px;
}
td.merchmenu{
	
}

input.merchinput{
	background-color:#80C0FF; 
	color:#000000; 
	font-size:9pt;
	border:dotted 1px black;
	font-family:'Courier';
	width:20px;
	height:20px;
}



/*************/
/*   news    */
/*************/

div.newsannouncement{
	height:350px; 
	width:480px;
	position:relative;
	overflow:hidden;
	padding-top:10px;
	float:left;
}

div.newslist{
	height:350px; 
	width:490px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

table.newstable{
	width:450px;
}

td.newslettersubscr{
	font-size:9pt;
	padding-bottom: 10px;
	border-bottom: dotted 2px #EE3B00;
}

.newsdate{
	font-size:8pt; 
	color:#EE3B00; 
}

.newstext{
	font-size:9pt; 
	
	border-bottom: dotted 2px #EE3B00;
	padding-bottom: 10px;
}

/*************/
/*   board   */
/*************/

div.boardform{
	height:350px; 
	width:480px;
	position:relative;
	overflow:hidden;
	padding-top:10px;
	float:left;
}

div.boardlist{
	height:350px; 
	width:490px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

table.board {
	width:450px;
}

table.boardform {
	width:450px;
	margin-top:10px;
}

.boardanswer{
	font-size:8pt; 
	color:#EE3B00;
	margin-bottom:5px;
}

.boardadminentry{
	color:#EE3B00;
	margin-left:20px;
}

.boardentrydata {
	padding:5px;
}

.boardmail {
	font-size:8pt;
}

.boardname {
	font-size:10pt; 
	color:#EE3B00;
}

.boardentrytext {
	font-size:9pt; 
	padding:10px;
	border-bottom: double 3px #EE3B00;
}

.boardbutton{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:49%;
}

.boardmenu{
	color:#EE3B00;
	font-size:8pt;
}

/*************/
/*   live    */
/*************/

div.gigscoming{
	height:350px; 
	width:480px;
	position:relative;
	overflow:auto;
	left:10px;
	float:left;
}

div.gigspast{
	height:350px; 
	width:490px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

table.gigs{
	width:400px;
}

.gigs_imghl { 
	margin: 5px; 
}
td.singlegig{
	border-bottom: double 3px #EE3B00;
}
.gigs_date{
	font-size:10pt; 
	color:#EE3B00; 
	width:75px;
	font-weight:bold;
}
.gigs_title{
	font-size:10pt;
	font-weight:bold;
}
.gigs_location{
	font-weight:bold; 
	padding-left:15px; 
	font-size:9pt; 
}
.gigs_bandlist{
	padding-left:15px; 
	font-size:8pt; 
}
.gigs_comment{
	font-style:italic; 
	padding-left:15px; 
	font-size:9pt; 
}
.gigs_medialink{
	font-size:9pt;
	font-weight:bold; 
	padding-left:15px; 
}
.gigs_nogigs{
	font-size:13px; 
	text-align:center; 
}

/*************/
/* download  */
/*************/

div.downloadmenu{
	height:350px; 
	width:300px;
	position:relative;
	overflow:hidden;
	float:left;
}

div.downloadlist{
	height:350px; 
	width:600px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

/*************/
/*    bio    */
/*************/

div.biomenu{
	height:350px; 
	width:180px;
	position:relative;
	overflow:hidden;
	float:left;
}

div.biotext{
	height:350px; 
	width:750px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

div.biodiscomenu{
	height:350px; 
	width:280px;
	position:relative;
	overflow:auto;
	left:0px;
	float:left;
}

div.biodiscodetails{
	height:350px; 
	width:520px;
	position:relative;
	overflow:auto;
	right:0px;
	float:right;
}

table.disco{
	width:100%;
	height:100%;
}

img.cdcover{
	border:1px solid #555555;
}

.disco_title_style{
	color:#EE3B00; 
	font-weight:bold;
}