body { 
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #484848;
	background:#d2d2d2 url('bilder/bak.gif');
}

* { margin:0; padding:0; border:0;}

#ruta {
	margin-left:auto; margin-right:auto;
	width:847px;
	text-align:left;	
	background: url('bilder/skugg-bak.png');
}

#huvud { width:825px; height:210px; margin: 0px 11px; }

#fot {
	text-align:right;
	width:825px; height:40px;
	margin: 0px 11px;
	background: url('bilder/bak2.gif');
	border-bottom:solid 1px gray;
	border-top:solid 1px #ccc;
	color:#666;
}
#fot p{
	margin: 14px 10px 0px 0px;

}

#kropp {
	width:825px; margin: 0px 11px;
	background: url('bilder/menybak.png');
}

#kolumn1 {
	float:left;
	width:240px;
	overflow:hidden;
}

#kolumn2 {
	float:left;
	width:585px;
	overflow:hidden;
}

#nyhet {
	width:485px; height: 75px;
	border:solid 1px #c00;
	margin: 20px 40px 20px 60px;
	background: url('bilder/bak.gif');
}


h1 {
	font-family: Georgia,"Times New Roman", Times, serif ;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	margin: 60px 40px 20px 60px;
}

h2 {
	font-family: Georgia,"Times New Roman", Times, serif ;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	margin: 30px 40px 20px 60px;
}

h3 { font-weight:bold;
     font-size: 12px;
     line-height: 14px;
     color:#484848;
     margin: 0 0 0 60px;
}

ul { margin: 12px 40px 12px 90px; }

li{	list-style-image: url('bilder/plutt.gif'); margin-top: 8px; }


span.upp { font-size:9px; vertical-align:25%; }
        
a:link { text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;} 
a:hover { color: #cc0000;}
a:active { color: #000000;} 

.text1 {font-family: verdana,sans-serif;
     font-size: 12px;     line-height: 140%;
     font-weight:normal;
     color:#484848;
     margin-top: 50px;
	 margin-right: 30px;
     margin-left: 60px;
}
.text2 {font-family: verdana,sans-serif;
     font-size: 11px;
     line-height: 140%;
     font-weight:normal;
     color:#484848;
     margin: 10px 50px 10px 60px;
}
.text3 {font-family: verdana,sans-serif;
     font-size: 11px;
     line-height: 140%;
     font-weight:normal;
     color:#484848;
     margin: 10px 50px 60px 60px;
}

#meny { width:240; float:left; }

#meny a:link { text-decoration: none; color: #000000;}
#meny a:visited { text-decoration: none; color: #000000;} 
#meny a:hover { text-decoration: none; color: #cc0000;}
#meny a:active { text-decoration: none; color: #000000;}

.menyrad {
	font-family: georgia,serif;
	font-size: 15px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	width: 160px;
	margin-left:80px;
	border-bottom: solid 1px #ccc;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}
.clearfix {display: inline-block;} 	
/* Gömmer för IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut clearfix */
