
body {
	background-image: url('bakgrund/bakgrund.png');
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #090909;
	scrollbar-track-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin: 0; padding: 0; border: 0 none;
	text-align:center
}

* {	margin: 0; padding: 0; border: 0; }

#ruta {
	margin-left:auto; margin-right:auto;
	width:820px;
	background: url('bakgrund/skuggkanter.png') repeat-y top left;
	text-align:left
}

#huvud {
	width:766px;
	height:200px;
	background: white url('bakgrund/huvudbak.jpg') top left no-repeat;
	overflow: hidden;
}

#fot {
	text-align:center;
	width:766px; height:80px;
	background: url('bakgrund/fotruta.png') no-repeat;
	margin-left:27px; margin-right:27px;
}

#kropp {
	margin-left:27px; margin-right:27px;
	width:766px;
	background: url('bakgrund/tapet0.jpg') white ;
	text-align:left;
}

#kolumn1 {
	float:left;
	width:550px;
}

#kolumn2 {
	float:left;
	width:216px;
}

.ingress {
    font-size: 12px;             
    color: #090909;
    line-height:150%;
	text-align:left;
	font-weight: normal;
	margin-top: 40px;
    margin-left: 50px;            
    margin-right: 30px;            
}

.meny1 {
	width: 200px;
	height: 150px;
	background: url('bakgrund/meny1.png') no-repeat;
    font-size: 11px;
}
	
.meny2 {
	width: 200px;
	height: 150px;
	background: url('bakgrund/meny2.png') no-repeat;
    font-size: 11px;
}
	
.meny3 {
	width: 200px;
	height: 150px;
	background: url('bakgrund/meny3.png') no-repeat;
    font-size: 11px;
}
	
.meny4 {
	width: 200px;
	height: 150px;
	background: url('bakgrund/meny4.png') no-repeat;
    font-size: 11px;
}

.namn {
    font-size: 14px;
	margin: 20px 0px -10px 50px;
}

h1 { font-size: 20px; 
	font-weight: normal; 
	color: #003366; 
	margin: 50px 0px 0px 50px;
}

h2 {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 50px;
}
	
h3 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 50px;
}
	
h4 {
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 50px;
}
	
ul	{
	list-style-image:url('bilder/pil.gif'); list-style-type:square; list-style-position:outside
}

li	{
	text-indent: 0px;
	padding-bottom: 10px;
}

ol	{
	text-indent: 0px;
	padding-bottom: 10px;
}

.text {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 40px 0px 50px;
}
.text a {text-decoration: none; border-bottom: 1px dotted;}
.text a:link {text-decoration: none; border-bottom: 1px dotted; color: #003366;}
.text a:hover {text-decoration: none; border-bottom: 1px dotted; color: #ff0000;}
.text a:visited {text-decoration: none; border-bottom: 1px dotted; color: #003366;}
.text a:active {text-decoration: none; border-bottom: 1px dotted; color: #ff0000;}


.fot {
	font-size: 10px;
	line-height: 12px;
	margin:16px;
}

.head {
	font-size: 24px;
	font-family: Futura,Verdana, Tahoma, Arial, Helvetica;
	margin:20px 0px 0px 60px;
}

a {text-decoration: none; color: #666666; 	}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none; color: #cc0066;}
a:hover {text-decoration: none; color: #ff0000;}

.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 */
