* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    font-family: Arial;
}

html {
    overflow: scroll;
}

body {
    background-color: #BFBFBF;
}

p {
    color: #FFFFFF;
    text-align: justify;
}

h2 {
    color: #FFFFFF;
    margin-bottom: 15px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: overline;
}

div#main a {
    color: #F58717;
}

ul {
    padding-left: 15px;
    list-style-type: circle;
    color: #FFFFFF;
}

ol {
    padding-left: 25px;
    color: #FFFFFF;
    list-style-type: decimal;
}

.underline {
    text-decoration: underline;
}

.oranje {
    color: #F58717;
}

.bold {
    font-weight: bold;
}

/*     LAYOUT     */
/******************/

div#layout {
    position: relative;
    min-height: 100%;
    width: 900px;
    margin: 0px auto;
    background: url("../images/achtergrond.png") left repeat-y;
}

div#ornament {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 245px;
    width: 247px;
    background: url("../images/ornament.png") no-repeat;
}

div#logo {
    position: absolute;
    top: 0px;
    right: 43px;
    height: 99px;
    width: 223px;
    background: url("../images/logo.png") no-repeat;
}

div#menu {
    position: absolute;
    top: 126px;
    right: 25px;
    width: 488px;
    height: 18px;
    text-align: justify;
}

div#fotos {
    position: absolute;
    top: 112px;
    left: 42px;
    height: 470px;
    width: 319px;
    background: url("../images/fotos.png") no-repeat;
}

div#main {
    float: right;
    width: 463px;
    min-height: 241px;
    margin-top: 171px;
    margin-right: 50px;
    margin-bottom: 50px;
}

div#clear {
    clear: both;
    height: 127px;
    width: 900px;
    background: url("../images/vormen-onder.png") right no-repeat;    
}

div#menu p, div#menu a {
    font-size: 11pt;
    font-family: "Comic Sans MS";
}