﻿body{
	background-color:#CCCCCC;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, trebuchet;
	font-size: 10px;
	color: #fff;
	background:url(static/bg.jpg) fixed;
	background-repeat:no-repeat;
	text-align:center;	


}



/* STRUKTUR
*************************************************************/

#container{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 786px;
	text-align: left;
	background:url(static/wrapperbg.png);
	background-repeat:repeat-y;
	height:100%;	
	}
	
*html #container{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 786px;
	text-align: left;
	background:url(static/wrapperbg.gif);
	background-repeat:repeat-y;
	height:100%;	

}


 #wrapper{
	position:relative;
	margin: 0 auto;
	
	text-align: left;
	height:100%;

	
}

#newsletter{
margin-top:130px;
}



#menycontainer{
	
	/*background-color: blue;*/
  margin-left:22px;
	padding:0;
	width:700px;
	
	
}




#content{
	position:relative;
	height:100%;
	width:auto;
	margin-top:10px;
	margin-left:35px;
	
	

}

#maincontent{

	padding:10px;
	/*left:30px;*/
	width:400px;
	height:100%;
	float:left;
	border-right:dotted 1px #ccc;
	
}

#rightcolumn{
	/*background-color:#99FF00;*/
	margin-left:5px;
	width:250px;
	float:left;
	padding: 10px;
	
	/*height:100%;*/
		
}


#footer{
clear:both;
margin-left:35px;
margin-right:35px;
/*border-bottom:solid 1px #ccc;*/
text-align:center;

}

/*
.outnow{

padding-right:10px;

}
*/
/* HEADERS
************************************************************************/

h1{
font-family:Georgia,helvetica, trebuchet;
font-size:18px;
margin-bottom:30px;
color:#b03985;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:-7px;
}

h3{
font-size:12px;

}

/* P
************************************************************************/

p{
	font-size:11px;
	color:#fff;
	line-height:16px;
}

/* NAVIGATION
************************************************************************/

ul{
	
	
padding:0;
}

li{
list-style:none;



}

/*NEWS
******************************************************************/
/*.rubrik
{
    font-size:14px;
    font-weight:bold;
    color:Green;
    }
*/

/*.datum
{
    font-style:italic;
    color:Olive;
    
    }
*/


/*
.inlagg
{
    font-size:11px;
    line-height:18px;
    }
  */  
/*
hr
{
    color:#ccc;
    height:1px;
    
    }
  */
    
/*DISCOGRAPHY
*******************************************************************/

 /*STORE
*******************************************************************/

/*BANDS
*******************************************************************/

/* A */ 
a:link{
	
	color:#0099FF;                 
	 
	
}

a:visited{
	 
		color:#0099FF;
      
}

a:hover{
		text-decoration:none;
		color:#000; 
		 background-color:#0099FF;        
}

a:active{
		text-decoration:none;
		color:#000;
		background-color:#0099FF;        
}
 