@import "reset.css";
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:600px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:40px;  
 width:100%;
 margin-top:160px;
  text-align:center; 

} 

#header img
{
	padding-right:15px;
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

body
{
	background-image:url(../images/bakgrunnur.gif);
	background-repeat:repeat-x;
}

#logos
{
	width:600px;
	text-align:center;
	
}

img
{
	border:0;
}

li
{
	display:inline;
	height:50px;
	
}

li a 
{
	padding-right:15px;
	
}