body {
    background-color: green;
    /*background-image: url(scherm3.jpg);
    background-repeat: repeat-x;*/
    font-family: arial, Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
	font-size: small;
    margin: 0;
    margin-bottom: 15px;
    text-align: center; /* to correct the centering IE bug*/
}

p {
    text-align: justify;
}

h1 {
    font-weight: normal;
    font-size: 22px;

}

h2 {
    font-weight: normal;
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

.regel {
    margin-top: 10px;


}

.kopregel {
    font-weight: bold;
    margin-bottom: 3px;
    margin-bottom: 5px;
}

A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black}


.vraag {
    float: left;
    width: 100px;
}

.fl {
    float: left;
    padding-right:10px;
}

.antwoord {
    width: 200px;

}

.antwoord input {
    background-color: white;
    border: 1px solid green;
}

.invoerveld {
    background-color: white;
    border: 1px solid green;
}

.lang {
    width: 400px;
}

#menu, #menu a {
    margin-top: 40px;
    color: green;
    margin-bottom:30px;
    text-align: center;
}

#terug a {
    color: green;
    letter-spacing: 2px;
    font-size: 2.0em;
    color: green;
    font-style: italic;
    font-family: Arial, sans-serif;
}

#wud-kop {
    color: green;
    letter-spacing: 2px;
    font-size: 2.0em;
    /* font-style: italic; */
    font-family: Arial, sans-serif;
}

.knop {
    font-size: 16px;
    background-color: #9acc1d;
    border: 3px solid green;
    padding: 3px;
    margin: 20px;
}

#wud-tekst {
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
}

#wud-bron {
    color: white;
    font-style: italic;
    font-size: 10px;
    padding-left: 5px;
}
 
#box {
    background-color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 980px;
    height: 800px;
    text-align: left;
}

#box-enquete {
    background-color: white;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 980px;
    height: 2800px;
    text-align: left;
}


#box-aanbeveling {
    position: absolute;
    width: 670px;
    height: 40px;
    top: 30px;
    left: 290px;
    z-index: 38;
    color: green;
    font-weight: bold;
    text-align: right;
}

#box-aanbeveling a {
    color: green;
}

#box-main {
    /*position: absolute;*/
    padding-left: 290px;
    padding-top: 170px;
    width: 670px;
    top: 170px;
    left: 290px;
    z-index: 9;
    min-height: 500px;
}

#box-main-enquete {
    /*position: absolute;*/
    padding-left: 400px;
    padding-top: 170px;
    width: 560px;
    top: 170px;
    left: 290px;
    z-index: 9;
    min-height: 500px;
}

#box-wud {
    position: absolute;
    width: 270px;
    top: 20px;
    left: 10px;
    z-index: 10;
}

#box-1 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 20px;
    left: 420px;
    z-index: 11;
}

#box-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 70px;
    left: 270px;
    z-index: 12;
}

#box-3 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 160px;
    left: 140px;
    z-index: 13;
}

#box-4 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 280px;
    left: 50px;
    z-index: 14;
}

#box-5 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 430px;
    left: 25px;
    z-index: 15;
}

#box-6 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 580px;
    left: 40px;
    z-index: 16;
}

#box-7 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 630px;
    left: 50px;
    border: 1px solid black;
    z-index: 17;
}



