body {
    overflow:hidden;
}
#blok0 a{
   z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 3px;
    left: 6px;
    width: 60px;
    height: 40px;
}

#blok1 a {
    z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 66px;
    width: 80px;
    height: 20px;
}
#blok1 img{
   position:absolute;
   left:74px;
   top:30px;
}
#blok2 a {
    z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 150px;
    width: 80px;
    height: 20px;
}
#blok2 img{
   position:absolute;
   left:157px;
   top:30px;
}
#blok3 a {
    z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 235px;
    width: 80px;
    height: 20px;
}
#blok3 img{
   position:absolute;
   left:245px;
   top:30px;
}
#blok4 a {
    z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 318px;
    width: 80px;
    height: 20px;
}
#blok4 img{
   position:absolute;
   left:328px;
   top:30px;
}
#blok5 a {
   z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 400px;
    width: 80px;
    height: 20px;
}
#blok5 img{
   position:absolute;
   left:404px;
   top:30px;
}

#blok6 a {
    z-index:3;
    text-decoration: none;
    position: absolute;
    border: 0px solid blue;
    top: 33px;
    left: 480px;
    width: 80px;
    height: 20px;
}
#blok6 img{
   position:absolute;
   left:486px;
   top:29px;
}


#container {
    position: relative;
    z-index:1;
    width:825px;
    margin-right: auto;
    margin-left: auto;
    height:634px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #FFFFFF;
    color: #eed9d6;
    background-image: url(../images/site-achtergrond.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#tekst {
    z-index:1;
    clear:both;
    font-family: Verdana;
    font-size: 10pt;
    color: #eed9d6;
    position:absolute;
    top:60px;
    left:50px;
    line-height: 20px;
}
#titel {
    font-size:13pt;
}
#lineheightDefault {
    line-height: 15px;
}
A:link {
    font-style:italic;
    font-size:8pt;
    color: #e0b6af;
    text-decoration: none;
    border-bottom: 1px dotted;
}
A:visited {
    font-style:italic;
    font-size:8pt;
    color: #e0b6af;
    text-decoration: none;
    border-bottom: 1px dotted;
}
A:active {
    font-style:italic;
    font-size:8pt;
    color: #e0b6af;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.submit {
    color: #eed9d6;
    background: #993333;
    border: 1px outset #660000;
    font-family: Verdana;
}
.copyright {
    position:absolute;
    left:200px;
    top:520px;
    font-family:Verdana;
    font-size:8pt;
    color: #a8a2a0;
    clear: both;
    background-image: url(../images/copyright.png);
    background-repeat: no-repeat;
    background-position:center;
    padding:20px;
}
.copyright a {
    font-family:Verdana;
    color: #a8a2a0;
    font-size:8pt;
    text-decoration: none;
    border-bottom: 0px dotted;
}

.copyright A:link {
    font-family:Verdana;
    color: #a8a2a0;
    font-size:8pt;
    text-decoration: none;
    border-bottom: 0px dotted;
}

.copyright A:visited {
    font-family:Verdana;
    color: #a8a2a0;
    font-size:8pt;
    text-decoration: none;
    border-bottom: 0px dotted;
}

.copyright A:active {
    font-family:Verdana;
    color: #a8a2a0;
    font-size:8pt;
    text-decoration: none;
    border-bottom: 0px dotted;
}

#left {
    position:absolute;
    top:55px;
    width:200px;
}
#right {
    position:absolute;
    left:200px;
    top:55px;
}


form input, textarea{
   border: 1px solid;
}

.onderlijn {
    text-decoration: underline;
}

.bold {
    font-weight:bold;
}

.valid img {
    text-decoration: none;
    border: 0px dotted;
}

.valid a {
    border: 0px dotted;
}