* {margin:0: padding:0; outline:0: border:0}
body { background:#e7e3dc; font:12px Arial, Helvetica, sans-serif}
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#sidebredde{ 
width:980px; 
text-align:left;  
margin:0 auto 
} 
 
#header{
 position:relative; 
 height:100px; 
 width:100%;
} 
#subHeader{
 /* background: #fff url(../img/topH.gif) bottom right no-repeat;*/
 position:relative; 
 height:68px; 
 width:100%;
}  
#kolonner{
background-color: #e7e3dc;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 
#footer{
/* background:url(../img/footBg.gif) top center no-repeat;*/
 height:68px; 
 clear:both;
 }  
 /*<fix> */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
