/* STIJLEN VOOR DIV's */

#body {
background-color: #ffffff;
}

#hoofdvak {
position: relative;
width: 800px;
height: 600px;
border-style:solid;
border-width:1px;
border-color: #333333;
background-color: #ffffff;
/* margin top right bottom left*/
margin: 0 auto 0 auto;
}

#logovak {
position: relative;
width: 800px;
height: 106px;
background-color: #333333;
background-repeat: repeat;
/* margin top right bottom left*/
margin: 0 0 0 0;
}

#tekstvak {
position: relative;
float: left;
width: 800;
height: 475px;
/* margin top right bottom left*/
margin: 96 0 0 210;
}

/* EINDE STIJLEN VOOR DIV's */


/* NAVIGATIESTIJLEN */

/* EINDE NAVIGATIESTIJLEN */


/*TEKSTSTIJLEN */

P {
/* Automatische lege regel boven <p> element uitschakelen */
margin-top: 0;
}

.basistekst {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-align: justify;
line-height: 22px;
}

.basistekstvet {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-align: justify;
line-height: 22px;
font-weight: bold;
}

/* EINDE TEKSTSTIJLEN */


/* LINKSTIJLEN */

/* Onderstaande wordt gebruikt voor de maillink */

.klikmail a:link {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-decoration: none;
}

.klikmail a:visited {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-decoration: none;
}

.klikmail a:active {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-decoration: none;
font-weight: bold;
}

.klikmail a:hover {
font-family: verdana, arial, sans-serif;
font-size: 10pt;
color: #2f2f2f;
text-decoration: underline;
}

/* EINDE LINKSTIJLEN */