body { 
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background:#333333 url('bakgrund/tapet.jpg') repeat-x top left fixed;
}

* { margin:0; padding:0; border:0;}

#ruta {
	margin:20px auto 20px auto;
	width:820px;
	background:#ffffff url('bakgrund/skuggkanter.png') repeat-y top left;
	text-align:left;
}

#huvud {
	text-align:center;
	margin:10px;
	width:800px; height:250px;
	background: #000000 url('bilder/vag.jpg');
}

#fot {
	text-align:center;
	margin:10px;
	width:800px; height:60px;
	background:#000 url('bakgrund/tapet.jpg');
}

#kropp {
	margin:10px;
	width:800px;
	background: #000000 url('bakgrund/tapet0.jpg');
}

#kolumn1 {
	float:left;
	width:200px;
	background: url('bakgrund/tapet.jpg');
	overflow:hidden;
}

#kolumn2 {
	float:left;
	width:600px;
	background: url('bakgrund/tapet1.jpg');
	overflow:hidden;
}


h1 { 
	font-family: georgia,serif;
	font-weight:normal;
     font-size: 24px;
     line-height:22px;
     color: #00ccff;
     margin: 40px 0 20px 0 ;
}
   
h2 { font-weight:bold;
     font-size: 13px;
     line-height:18px;
     color:#00ccff;
     margin: 20px 0 10px 0;
}

h3 { font-weight:bold;
     font-size: 12px;
     line-height: 14px;
     color:#484848;
     margin: 0 0 0 30px;
}
hr {
	color: #cccccc;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 8px 0;
	padding: 0 0 0 0;
	border: none;
}

a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff;} 
a:hover { color: #c00;}
a:active { color: #fff;} 


.text1 {font-family: verdana,sans-serif;
     font-size: 12px;     line-height: 140%;
     font-weight:normal;
     color:#ffffff;
     margin: 0 50px 0 0;
}
.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: 12px;
     font-weight:bold;
     color:#ffffff;
     margin-right: 15px;
	 margin-top: 20px;
	 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 */
