 body {
                
                margin: 0;
                padding: 0;
                font-family: Helvetica, Arial, sans-serif;
                background-color: #F6F6F6;
           
            }
            #scroll {
                position: fixed;
                top:0px;
                width: 100%;
                height: 40px;
                background-color: white;
                z-index: 2;
            }
            #menubalk1{
                position:relative;
                width: 100%;
                height: 40px;
                margin-right: 100px;
                z-index: 3;
            }
            #weer{
                float: left;
                margin-left: 250px;
                margin-top: 15px;
                font-size: 11px;
                
            }
            #weer a{
                text-decoration: none;
                color: black;
            }
            #weer a:hover{
                color: red;
            }
            #menu1{
                float:right;
                margin-right:100px;
                margin-top: 15px;
                font-size: 11px;
            }
            #menu1 a{
                margin-left: 20px;
                text-decoration: none;
                color: black;
            }
            #menu1 a:hover{
                color:red;
            }
            #menubalk2{
                position: fixed;
                width: 100%;
                height: 50px;
                background-color: #D10A10;
                z-index: 4;
            }
            #adlogo{
                position: fixed;
                left: 100px;
                top: 10px;
                height: 100px;
                width: 100px;
                border: 2px solid;
                border-color: white;
                
            }
            #abonneren{
                position: fixed;
                top: 57px;
                left: 990px;
                font-weight: bold;
                font-size: 14px;
                
                
            }
            #abonneren a {
                text-decoration: none;
                color: black;
                background-color: #F3C642;
                border-radius: 5px;
                padding: 5px;

            }
             #login{
                position: fixed;
                left: 1100px;
                top: 57px;
                font-weight: bold;
                font-size: 14px;
                
                
            }
            #login a {
                text-decoration: none;
                color: white;
                background-color: #9D070C;
                border-radius: 5px;
                padding: 5px;

            }
           
            #menu2{
                position: fixed;
                top: 57px;
                left: 240px;
                font-size: 18px;
                
            }
            #menu2 a{
                padding: 4px; 5px;
                text-decoration: none;
                font-weight: bold;
                color: white;
            }
            #menu2 a:hover{
                background-color: brown;
                border: 1px solid;
                border-color: brown;
                border-radius: 4px;
                margin-left: -1px;
                margin-right: -1px;
            }
            #vergrootglas{
                position: fixed;
                top:50px;
                left: 650px;
                height: 35px;
                width: 35px;
            }
            
            #menubalk3{
                position: relative;
                width: 100%;
                height: 80px;
                margin: 0px;
                z-index: 1;
                background-color: white;
            }
            #menu3{
                float:left;
                margin-left: 200px;
                margin-top: 60px;
                font-size: 14px;
                font-weight: bold;
                        
            }
            #menu3 a{
                text-decoration: none;
                color:black;
                margin-left: 13px;
                
            }
            #menu3 a:hover{
                color:red;
            }
            
            .clear{
                clear:both;
            }
            
            .socialbuttons {
                margin-right: 20px;
            }
            h1 {
                font-size: 40px;
            }
            .bold {
                font-weight: bold;
            }
            .grey {
                color: grey;
                font-weight: bold;
                font-size: 14px;
            }
            #page-container {
                float:left;
                width:1050px;
                margin-top: 20px;
                margin-left: 100px;
                background-color: white;
                padding: 10px;
                
            }
            #page-left {
                float:left;
                width:700px;
                margin-top: 2px;
                margin-left: 2px;
                
            }   
            #page-right{
                float:right;
                width: 336px;
                margin-top: 2px;
                margin-right: 2px;
                
            }
            #koprechts {
                float:left;
                font-weight: bold;
                font-size: 21px;
                margin-top: 4px;
                color: white;
                width: 140px;
                height: 25px;
                padding: 5px;
                background-color: #D10A10;
                          
            }
            #loginknop {
                float: left;
                margin-left: -2px;
                margin-top: -4px;
                width: 340px;
                
            }
            #tekst-rechts {
                float: left;
                font-weight: bold;
                margin-top: -29px;
            }
            .tijd{
                color:red;
            }   