body{
    height: 100%;
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #f4f5f5;
    font-family: arial;
}
#border {
    background-color: transparent;
    margin: 0 auto;
    min-height: 300px;
    width: 1070px;
    padding-left: 30px;
}

#header {
    width: 1020px;
    height: 220px;
    margin-top: 25px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #FFF;
    text-align: left;
    
    border-color: #FFF;
    border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
}

#page {
    float: left;
    background-color: #FFF;
    color: #000033;
    width: 1000px;
    min-height: inherit;
    padding: 20px;
    border-bottom: 4px solid #000033;
}

#page p{

}

.page{
    border: 2px solid lightgray;
    padding: 40px 100px 40px 100px;
    min-height: 300px;
    box-shadow: 10px 10px 5px #888888;
}

#contact{
    float: left;
    background-color: #FFF;
    color: #000033;
    width: 1000px;
    min-height: inherit;
    padding: 20px;
    border-bottom: 4px solid #000033;
}

#contact form{
    margin-bottom: 100px;
}

#contact .page{
    height: 800px;
}

.right {
    float: right; 
}

#footer {
    float:left;
    background-image: url("footer.png");
    margin: 0 auto;
    border-bottom: solid 1px;
    text-align: center;
    height: 100px;
    font-size: 10px;
    width: 1040px;
    
    border-color: #FFF;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}

table {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

a {
    color: #000033;;
}


img {
    border: none;
}

h1, h2, h3, h4, h5 {
    text-align: left;
    line-height: 0.75em;
}

.rood {
    border: solid 1px gray;
    color: yellow;
    background-color: purple;
}

a:active    {text-decoration: none; }
a:visited   {text-decoration: none; }
a:link      {text-decoration: none; }
a:hover{
    text-decoration: underline;
}

#menu{
    background-image: url("menubar.png");
    background-repeat: repeat-x;
    height: 50px;
    width: 1040px;
    border-top: 1px solid #000033;
    border-bottom: 2px solid #000033;
}

#menu ul {
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
    
}
#menu ul li{
    display: block;
    float: left;
    line-height: 50px;
    padding-right: 0px; 
}

#menu ul .streepje{
    background-image: url("streepje.png");
    width: 3px;
    height: 50px;
}

#menu .menuLinks{
    display: block;
    float: left;
    line-height: 50px;
    padding-right: 3px;
    padding-left: 3px;
    width: auto;
}

#menu .menuLinks:hover     {
    background-image: url("knop.png");
}


#menu .menuLinks a:hover{
    color: #FFF;
    text-decoration: underline;
}

#contactKnop{
    position: fixed;
    float: left;
    margin-top: 300px;
    width: 30px;
}

.social{
    float: left;
    margin-left: 970px;
    margin-top: 38px;
    width: 38px;
    height: 38px;
}

.copyright{
    float: right;
    
    padding: 0px;
    margin: 0px;
}

.copyright p{
    padding: 0px;
    margin: 0px;
    text-align: right;
    margin-right: 40px;
    font-size: 12px;
}
.kaart{
    float: right;
}

.kaartLink{
}

.gegevens{
    float: left;
}

#e-mail{
    float: left;
    margin-bottom: 25px;
    font-size: 12px;
    margin-left: 10px;
}

.leonie{
    float: left;
    margin: 5px 25px 100px 0px; 
    border: 1px solid lightgray;
    border-radius: 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 3px 3px 3px #888888;
}