body {
    background-color: #FFFCD7;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
    TEXT-ALIGN: LEFT;
    font-family: "Century Gothic";
    font-size: 14px;
    color: #215E97;
    overflow: hidden;
}

#container {
    position: relative;
    MARGIN: 0px auto;
    margin-left: 277px;
    top: 0px;
    width: 693px;
    height: 693px;
    TEXT-ALIGN: left;
	z-index: 3;

background-image:
    url(img/bgfoto.jpg);

border:2px;
}

#tekst {
    position: absolute;
    MARGIN: 0px auto;
    LEFT: 5px;
    top: 140px;
    width: 650px;
    height: 400px;
    TEXT-ALIGN: left;
	z-index: 3;

overflow:auto;

padding:
    10px;
}

#spreuken {
    position: absolute;
    MARGIN: 0px auto;
    LEFT: -260px;
    top: 445px;
    width: 250px;
    height: 170px;
    TEXT-ALIGN: left;
	z-index: 4;

overflow:auto;
}

P {
    MARGIN: 0.3em 0.3em 0.5em
}

a:link {
    color: #0066CC;
    font-size: 14px;
    font-family: "Century Gothic";
    text-decoration: none;
}

a:hover {
    color: #00CCFF;
    font-size: 14px;
    font-family: "Century Gothic";
    text-decoration: none;
}

a:visited {
    color: #0066CC;
    font-size: 14px;
    font-family: "Century Gothic";
    text-decoration: none;
}

a:active {
    color: #0099FF;
    font-size: 14px;
    font-family: "Century Gothic";
    text-decoration: none;
}
/* Vragenlijsten */
table#vragenlijst {
    border-color: black;
}

table#vragenlijst th {
    text-align: left;
    font-size: 12px;
    padding: 2px 3px;
}

table#vragenlijst th.nummer {
    text-align: center;
}

table#vragenlijst td {
    font-size: 12px;
    vertical-align: top;
    padding: 2px 3px;
}

form#info_na_test label {
    float: left;
    width: 120px;
}

form#info_na_test input {
    float: left;
    margin: 3px 1px;
}

form#info_na_test br {
    clear: both;
}

.error {
    color: #FF3300;
}
/*
 #########################################################################
 #			  		  FORMULIER INSTELLINGEN							#
 #########################################################################
 */
.blok {
    border: solid 1px #215E97;
    padding: 10px 0px 5px 5px;
    width: 90%;
    margin-bottom: 20px;
}

.blok-titel {
    font-size: 13px;
    font-weight: bold;
    padding: 0px 10px;
    color: #215E97;
    font-variant: small-caps;
}

.foutblok {
    font-size: 11px;
    color: #FF0000;
    border: solid 1px #FF0000;
    padding: 20px;
    width: 90%;
    margin-bottom: 0px;
}

.foutblok-titel {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 10px;
    color: #FF0000;
}

.formtitel {
    width: 90%;
    font-size: 11px;
    padding: 3px 0px;
    vertical-align: top;
}

.formveld {
    width: 10%;
    font-size: 11px;
    padding: 3px 0px;
    text-align: left;
}

.button {
    border: solid 1px #1C2E5E;
    width: 170px;
    height: 25px;
    background-color: #FFFFFF;
    color: #1C2E5E;
}