/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#FFFFFF;
 color: #FFFFFF;
 }	 
	 
#left{
	position:absolute;
	top:230px;
	left:2px;
	width:136px;
	z-index:3;
	background:#FFFFFF;
	color: #FFFFFF;
	height: 74px;
}

#right{
	position:absolute;
	top:230px;
	right:0;
	width:123px;
	z-index:2;
	background:#FFFFFF;
	color:#FFFFFF;
	left: 868px;
	height: 150px;
}

#header{
 height:230px;  
 width:100%; 
 background-image:url(../images/header.png);
 background-repeat:repeat-x;
 margin:0;
  }

#logo{
 height:230px;  
 width:100%; 
 background-image:url(../images/logo.png);
 background-position:center;
 background-repeat:no-repeat;
 margin:0;
  }

#content{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #FFFFFF;
 z-index:5;
 border-width:0 1px;
 }

#footer {
 width:100%;
 height:80px;
 background-image:url(../images/footer.png);
 background-repeat:repeat-x;
 margin:0;
 }

/* Tekst */
h1 { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

h2 { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#006666;
}