body  { 
font-size: 11px; 
font-family: Georgia, Times, "Times New Roman", serif; 
color: #000000;
background:#CBCB8F;
}

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

#ruta {
	margin-left:auto; margin-right:auto;
	width:820px;
	text-align:left;
}

#huvud {
	text-align:center;
	margin-left:10px; margin-right:10px;
	width:800px; height:240px;
}

#fot {
	text-align:center;
	margin-left:10px; margin-right:10px;
	width:800px; height:80px;
	background: url('bakgrund/tapet.jpg');
	border-top:solid 1px #484848;
}

#kropp {
	margin-left:10px; margin-right:10px;
	width:800px;
}

#kolumn1 {
	float:left;
	width:200px;
	font-size: 13px; 
	line-height: 20px;
	overflow:hidden;
}

#kolumn2 {
	float:left;
	width:600px;
	font-size: 13px; 
	line-height: 20px;
	overflow:hidden;
}


h1 { font-weight:normal;
     font-size: 24px;
     line-height:28px;
     color: #000000;
     margin: 0;
}
   
h2 { font-weight:normal;
     font-size: 20px;
     line-height:24px;
     color:#000000;
     margin: 0;
}

h3 { font-weight:bold;
     font-size: 14px;
     line-height: 16px;
     color:#000000;
     margin: 0;
}

.add { 
	width:400px;
	height: 26px;
	border:1px dotted #333333;
	padding-top:6px;
	font-size:12px; 
	text-align:center; 
}
        
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;
     font-weight:normal;
     color:#484848;
     margin-top: 50px;
	 margin-right: 15px;
     margin-left: 30px;
}
.text2 {font-family: verdana,sans-serif;
     font-size: 11px;
     line-height: 140%;
     font-weight:normal;
     color:#484848;
     margin-right: 15px;
	 margin-left: 30px;
}
.text3 {font-family: verdana,sans-serif;
     font-size: 11px;
     font-weight:normal;
     color:#484848;
     margin-right: 15px;
	 margin-bottom: 30px
	 margin-left: 30px;
}

.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 */