    html,body { 
    background-color: #88B0E1; 
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 13px;
    a, img border: 0px;
    } 

    div#achtergrond {
    background: url(images/background.gif); 
    background-repeat: repeat-x; 
    height: 100%;
    }

    div#wit {
    background: url(wit.gif);
    background-repeat: repeat-y;
    background-position: center;
    height: 100%;
    }

    div#midden { 
    width: 800px; 
    margin: 0 auto; 
    overflow: visible; 
    background-color: #FFFFFF;
    } 

    div#menu { 
    position: relative; 
    top: 4px; 
    width: 200px;
    } 

    div#tekst { 
    position: absolute; 
    left: 154px;
    top: -12px; 
    width: 600px;
    } 

    .blauw { 
    width: 157px; 
    background-color: #2E71BF; 
    font-family: helvetica, sans-serif; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-size: 12px; 
    text-align: right; 
    height: 20px; 
    padding-top: 4px; 
    padding-right: 20px; 
    } 
	    

    div#blauw2 { 
    width: 590px; 
    background-color: #88B0E1; 
    font-family: helvetica, sans-serif; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-size: 12px; 
    height: 20px; 
    text-align: left; 
    padding-top: 4px; 
    padding-left: 20px; 
    } 

    a:link, a:visited { 
    color: darkblue; 
    text-decoration: none; 
    } 



    a:hover { 
    text-decoration: none; 
    color: blue; 
    } 



    a:active { 
    text-decoration: none; 
    color: darkblue; 

    } 
    
    table.c8 {
		width: 800px; 
		margin-left: 1px;
	}
	
    td.c7 {
		width: 646px;
	}
	
    span.c6 {
		padding-left: 8px;
	}
	
    span.c5 {
		padding-left: 18px;
	}
	
    table.c4 {
		width: 100%;
	}
	
    td.c3 {
		width: 25%;
	}
	
    input.c2 {
		width: 141px;
	}
	
    div.c1 {
		margin-left: 2em
	}