* {
    margin:0px;
    padding:0px;
    color: #433d2a;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: "Times New Roman", Arial, Book Antiqua, Serif;
    font-size: 12pt;
}
a img {border: 0px;}
body {
    background-color: white;
}

#wrapper, #footer
{
	text-align: left;
}

#header, #navigation, #content, #wrapper {
    /*width: 600px;*/
}
#header {
    height: 0px;
    padding: 0px;
    margin:0px;
    text-align:center;
    z-index:0;
}
    #header a {
        display:none;
    }
        #header a span {
            display:none;
        }

#content {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    overflow:visible; /*with 100% set 'auto' */
    line-height: 16pt;
}
    #navigation {
        clear:both;
        height: 30px;
        position:relative;
    }
        #navigation #zijbar {
            visibility:hidden;
            text-align:center;
            padding: 10px;
        }

#footer {
    text-align:center;
    margin-top: 15px;
    font-size: 11pt;
}
/*CONTENT-RELATIVE STYLE PROPERTIES*/

#links UL {
    list-style-type:none;
    margin-left:5px;
    margin-right:5px;
    padding-top: 0px;
    float:right;
}
    #links UL LI {
        text-align: center;
        float:left;
        margin-left: 5px;
        margin-right: 5px;
    }
    #links UL LI A {
        display:block;
        color: Black;
        text-decoration:underline;
    }
    
#zijbar SPAN {
    margin-top: 20px;
    height: 20px;
    width: 140px;
}
A {text-decoration: none; outline: none;}

P A {
    text-decoration: underline;
}
UL {
    margin-left: 20px;
}
P {
    font-size: inherit;
    line-height: 18pt;
    text-align: justify;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}
H1, H2, H3 {
    margin-top: 6px; 
    margin-bottom: 6px;
    font-family:garamond;
}
H1 {
    margin-top: 20px;
    font-size:xx-large;
}

H2 {
    font-size: x-large;
    padding-left: 1px;
}

H3 {
    font-size:large;
    padding-left: 5px;
    padding-top: 15px;
    border-bottom: solid 1px black;
}

.imgleft {
    float:left;
    margin: 10px 15px 0px 0px;
}
.imgright {
    float:right;
    margin: 10px 0px 0px 15px;
}

.topreference {
    visibility:hidden;
}


.fotoalbums, .wheellist { /* list with photo-albums or standard list with wheels */
    list-style-type:square;
    margin-top: 15px;
    margin-bottom: 15px;
}
    .fotoalbums LI, .wheellist LI {
        line-height: 18pt; /* 20px is set as default left-margin from UL's*/
    }