/* Layout Stylesheet */ 

body {
 font-family:verdana, sans-serif; 
 font-size:14px;
 color: #333333;  
 background:  #FFFFFF;
 margin: 10px;
 border:0;
 }
  
#main {
	border: 1px solid #000000;
	background: #FFFFFF;
	height:450px;
	width: 750px;
	margin: 30px auto;

 }
#header {
	background: #FFFFFF;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	position: relative;
	height: 50px;
	width: 750px;
}

#topbar {
	background: #000000;
	left: 0px;
	top: 0px;
	position: relative;
	height: 20px;
	width: 750px;
	margin: 0px;

}

#hoved {
	background: #ffffff url(images/byggmesterbakgrunn.gif);
	left: 0px;
	top: 0px;
	height: 380px;
	width: 750px;
	position: relative;
	}
