body {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 color: #000000;
 font-size: 12px;
}

a {
 text-decoration:none;
 font-family: "Trebuchet MS", Verdana, sans-serif;
 color: #996666;
}

a:hover {
 text-decoration:underline;
}

td {
 font-size: 12px;
 font-family: "Trebuchet MS", Verdana, sans-serif;
 color: #000000;
}


td.A_navigatie {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 text-align:left;
 font-size : 12px;
 background-color:#888888;
}

.A_navigatie a:link, .A_navigatie a:hover, .A_navigatie a:visited{
 display:block;
 color: #222222;
 text-decoration : none;
 background-color:#cccccc;
}

/* form styles */
.formelement
{
 /*position:relative;*/
 display:block;
 padding-bottom:6px;
}

.formelementvoorkennis
{
 display:block;
 /*position:relative;*/
 padding-bottom:7px;
 left:200px;
 width:100px;
}

.normalinput
{
 position:absolute;
 left:200px;
}

.textareainput
{
 position:relative;
 left:200px;
}

#wrapit
{
 position:relative;
 text-align:left;
 min-height:400px;
}

#errormsg
{
 position:absolute;
 top:10px;
 left:500px;
 height:200px;
 width:370px;
 color:red;
}
