

/* Layout Stylesheet */ 

body {
 margin:20px; /* mellanrum över och under */
 background-image:url(images/bg.gif);
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000; /* ramen runt om */
 width:800px;
 margin:auto;
 }

#hdr {
 height:80px; /* höjden på headern */
/* background:#eeeeee; /* bakgrundsfärg till headern */
background-image:url(images/head_stripe.gif);
color: #000000;
font-family: verdana, arial, sanf-serif;
font-size: 11px;
 
 }

#bar{
 height:10px;  /* mellan header och mail */
/* background:#c0c0c0; /* bakgrundsfärg */
background-image:url(images/d_br.gif);
 color: #333333; 
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 /* bakgrundsfärg på bodyn (bara bakgrunden på menyn */
background-color:#ffffff;/*image:url(images/dd_br.gif); */
 color: #333333;
 width:800px;
 padding:0;
 }

/*används inte till denna */
#l-col {
 float:left;
 margin:0px 0px 0px 0px;
/* background: #dcdcdc; /* menyns bakgrund */
background-color: #ffffff;
 color: #333333;
 width:150px;

 }

#cont {
 width:646px;
 background-color:#FFFFFF;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px; /* sista är den mot menyn */
 text-align:left;
 font-family: verdana, arial, sanf-serif;
font-size: 11px;

 }

#ftr {
 height:40px;
 background-image:url(images/d_br.gif);
 color: #FFFFFF;
 font-size:11px;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0px;
 text-align:center;
 }
 
 
 #list-menu{
 float:left;
 }
 
 
 #list-menu a {
display: block;
width:137px;
height:17px;
padding: 0px 0px 0px 10px;
border: 1px solid #000000;
background-image:url(images/yellow_rad.gif);
text-align:left;
text-decoration: none; /*lets remove the link underlines*/

} 

#list-menu ul {
margin: 2px 0 0 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 11px; 
font-weight:bold;
}
 
#list-menu li {
margin: 0px 0 0 2px;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover, a.this {
border: 1px solid #000000;
background-image:url(images/mbr_rad.gif);
color: #ffffff;
}

#list-menu a.this {
border: 1px solid #000000;
background-image:url(images/mbr_rad.gif);
color: #ffffff;
}  

#news {
float:left;
display: block;
width:147px;
height:200px;
padding: 0px 0px 5px 0px;
margin: 10px 5px 5px 1px;
border: 1px solid #000000;
background-image:url(images/news_bg.gif);
text-align:left;
text-decoration: none; /*lets remove the link underlines*/
font-family: verdana, arial, sanf-serif;
font-size: 10px; 
}
#news-text{
padding: 3px 3px 3px 3px;
}

#news-red{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
#news-header{
	background-image:url(images/ddbr_rad.gif);
	font-size:10px;
	padding: 3px 0px 3px 0px;
	font-family: verdana, arial, sanf-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:10px;
 	border:solid #000000;	
	border-width:0 0 1px 0px;
}

#news a:link, #news a:active, #news a:visited, #news a:hover {
color: #333333;
text-decoration:none;
}
#news-link a:link, #news-link a:active, #news-link a:visited, #news-link a:hover {
color: #333333;
text-decoration:none;
font-family: Verdana;
font-size: 11px; 
text-align:left;

}


form input.nice { 
	font-family: Verdana; 
	color: #000000; 
	font-size: 11px; 
	background-color: #EEEEEE; 
	border: 1px solid #000000; 
}

form textarea { 
	font-family: Verdana; 
	color: #003366; 
	font-size: 10px; 
	background-image:url(images/news_bg.gif);
	background-im: #EEEEEE;
	border: 1px solid #000000; 
	padding: 2px 
	}
	
body{ 
	scrollbar-3dlight-color: #FFFFCC;

	scrollbar-base-color: #CCCC99;
	scrollbar-darkshadow-color: #CCCC99;
	scrollbar-face-color: #CCCC99;
 	
	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-shadow-color: #EEEEEE;
 	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #EEEEEE;	
}