Body {
 background-color: #FFFFFF;
 font-family: Arial;
 font-size: 12px; 
 }

#menu{
 position: absolute; 
 top: 10px;
 left: 0px;
 width: 800px;
 height: 20px;
 border-width: 0px;	
 text-align: right;
 }

#banner{
 position: absolute; 
 top: 30px;
 left: 0px;
 width: 800px;
 height: 200px;
 border-width: 0px;	
 }
 
 #tekst{
 position: absolute; 
 left: 0px;
 top: 230px;
 background-color: #FFFFFF;
 width: 640px; 
 line-height: 130%;
 padding-right: 10px;
 padding-left: 150px;
 border-width: 0px;	
 }
 
 A:link, A:active, A:visited{
 color: #000000; 
 font-family: Arial;
 font-size: 12px; 
 text-decoration: underline;
 }

A:hover {
 color: #990000; 
 font-family: Arial;
 font-size: 12px;
 text-decoration: underline; 
 }
 
A.menu:link, A.menu:active, A.menu:visited {
 color: #990000; 
 font-family: Arial;
 font-size: 12px; 
 text-decoration: none;
 }
 
A.menu:hover {
 color: #990000; 
 font-family: Arial;
 font-size: 12px;
 text-decoration: underline;
 }

A.img:link, A.img:active, A.img:visited {
 color: #000000; 
 font-family: Arial;
 font-size: 11px; 
 text-decoration: none;
 }
 
A.img:hover {
 color: #000000; 
 font-family: Arial;
 font-size: 11px;
 text-decoration: none; 
 }

a img { border: 0; }
 
