﻿body {
    font-family: Arial;
    font-size: 40px;
}


html, body { margin: 0; padding: 0; width: 100%; height: 100%; } 
 img { border: 0; }

A:link {
     font-size: 14px;
     text-decoration: none;
     color: black;
}

A:active {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

A:visited {
    font-size: 14px;
    text-decoration: none;
    color: black;
}


div#toppen {
position: fixed;
top: 0px;
left: 0px;
height: 75px;

width: 100%;
text-align:left;
z-index: 99;
}

 img#one
 { 
margin-top: 75px;
 width: 100%; 
 height: auto; 
 } 

 div#content1
 { 
 width: 100%; 
 } 

 img#two
 { 
 width: 100%; 
 height: auto; 
 } 

 div#content2
 { 
 width: 100%; 
 } 

 img#three
 { 
 width: 100%; 
 height: auto; 
 } 

 div#content3
 { 
 width: 100%; 
 } 

 img#four
 { 
 width: 100%; 
 height: auto; 
 } 

 div#content4
 { 
 width: 100%; 
 } 

 img#five
 { 
 width: 100%; 
 height: auto; 
 } 

 div#content5
 { 
 width: 100%; 
 } 


