body {
font-family:"Trebuchet Ms";
margin:0;
padding:0;
}
a{
	text-decoration:none;
	color:#eee;
	}
a:hover{
	color:#ff0000;
	}
select{
	font-family:"Trebuchet MS";
	font-size:12px;
	}
.break{
	margin:15px 0px 10px 0px;
	}
#containerdiv{
	width:800px;
	background-image:url(../gfx/1pxTransp.png);
	height:100%;
	text-align:left;
	padding:0px 10px 0px 10px;
	}
#iframe{
	width:95%;
	border:0;
	background-color:transparent;
	}
#ass{
	background-image:url(../gfx/Blind.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:1024px;
	}
#logo{
	background-image:url(../gfx/blindlogga.png);
	background-repeat:no-repeat;
	background-position:left;
	height:200px;
	width:100%;
	margin:10px 0px 0px 10px;
	}
#text{
	font-family:"Trebuchet Ms";
	float:left;
	text-align:left;
	width:99%;
	margin-top:20px;
	}
#frame{
	float:left;
	text-align:left;
	padding:20px 2px 2px 2px;
	width:70%;
	background-color:transparent;
	}
#right{
	font-family:"Trebuchet Ms";
	float:left;
	width:25%;
	margin-top:20px;
	font-size:11px;
	}
#righttext{
	color:#eee;
	}
#wrapper{ 
	position:relative; 
	left:0px; 
	top:0px; 
	width:170px; 
	height:19px; 
	z-index:1;  
	overflow: hidden; 
	}
#placeholder{ 
	position:relative; 
	left:0px; 
	top:0px; 
	width:170px; 
	height:100px; 
	z-index:2; 
	overflow: hidden;
	}
#sdate{
	color:#6699FF;
	font-weight:bold;
	float:left;
	margin-right:10px;
	margin-left:5px;
}
#header{
	float:left;
	width:100%;
	text-align:left;
}
#tour{
	font-family:"Trebuchet MS";
	font-size:13px;
	margin-top:20px;
	margin-bottom:15px;
	color:#6699FF;
	clear:left;
	padding-left:10px;
	font-weight:bold;
	}
.tourdate{
	float:left;
	margin-right:5px;
	}
.tourgig{
	float:left;
	margin-right:5px;
	color:#FFF;
	}
.tourcity{
	float:left;
	}
#headline{
	width:90%;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#999;
	margin-top:15px;
	}
#lefttext{
	width:90%;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	border-bottom:1px solid #aaa;
	margin-left:5px;
	margin-top:5px;
	padding-bottom:10px;
	}
#place{
	width:80%;
	color:#FFFFFF;
	font-size:12px;
	margin-left:5px;
	float:left;
	border-bottom:1px solid #aaa;
	}
#tourtext{
	width:90%;
	text-align:left;
	color:#6699FF;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:5px;
	float:left;
	}
.albumcontainer{
	width:100%;
	margin-bottom:8px;
	}
.albumname{
	width:100%;
	font:16px "MS Trebuchet";
	color:#fff;
	font-weight:bold;
	float:left;
	}
.albumart{
	float:left;
	border:1px solid #aaa;
	}
.albuminfo{
	font:12px "MS Trebuchet";
	float:left;
	color:#fff;
	margin-left:10px;
	padding-top:5px;
	}		
.mediabox{
	float:left;
	padding:0px;
	margin:5px;
	
	
}
/*---------------------------RSS------------------------------------*/
#chan{
	width:90%;
	padding-left:20px;	
	}
#item{
	}	
#item_title{
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	}
#mediabox1{
	margin-top:5px;
	}		
/*---------------------------Menu-----------------------------------*/
.hovermenu ul{
	font: bold 16px "Trebuchet Ms";
	padding-left: 0;
	padding-top:3px;
	padding-bottom:10px;
	margin:0px;
	height: 15px;
	background-color:#999;
	}
.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: white;
	border:1px solid transparent;
	text-transform:capitalize;
	}
.hovermenu ul li a:hover{
	background-color:#6699FF;
	color:#333;
	}
.hovermenu ul li a:active{
	background-color:#6699FF;
	color:#333;
	}
/*------------------------------------Formulär-------------------------------------------*/
#leftcontainer{
	float:left;
	width:40%;
	}
#rightcontainer{
	float:left;
	}	
.txtinput{
	font-family:"Trebuchet MS";
	font-size:12px;
	background-color:#aaa;
	border:1px solid #555;
	}
#txttext{
	width:200px;
	height:100px;
	}
#txtnamn,#txtmail{
	width:150px;
	}	
/*------------------------------------Generic classes----------------------------------*/
.bold{font-weight:bold;}
.white{color:#fff;}
.grey{color:#999;}
.centerdiv{text-align:center;margin: 0 auto;}
.border{border:1px solid #fff;}
.floatright{float:right;}
.floatleft{float:left;}
.clearleft{clear:left;}
.margin5{margin:5px;}
.lmargin2{left-margin:2px;}