<style>
<!--
a:link		{color:<% =linkkleur %>;text-decoration:none;font-family:Verdana,Arial;font-size:11px;} 
a:visited	{color:<% =linkkleur %>;text-decoration:none;font-family:Verdana,Arial;font-size:11px;} 
a:active	{color:#FF0000;text-decoration:none;font-family:Verdana,Arial;font-size:11px;} 
a:hover		{color:<% =linkkleur %>;text-decoration:none;font-family:Verdana,Arial;font-size:11px;} 


body  	{
background-color:<% =bgkleur %> ;
color:<% =txtkleur %>;
font-size:11px;
font-family:Verdana,Arial,Helvetica;
list-style-type:circle;
list-style-position:inside;
background-attachment:fixed;
background-repeat:<% =bgrepeat %>;
background-position:<% =bgpos %>;
}

td  	{color:<% =txtkleur %>;font-size:11px;font-family:Verdana,Arial,Helvetica;}

.verplicht {
color:#CC0033;
font-weight:bold;
}

.textinput{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width:180px;
}
.textinput_verplicht{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width:810px;
background-color: #FF9999;
}
.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.textarea_teksten{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width:450px;
}

/* blue tabel header td */
.tdheadblue	{
font-size: 10px;
background-color: #1C3F9B;
color: white;
font-weight: bold;
height: 18px;
border-right-width: 1px;
border-right-color: #BBBBBB;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;
}
/* td tabel value field met klik*/
.tdvalueklik 	{
vertical-align: top;
font-size: 10px;
background-color: #F4F4F4;
border-right-width: 1px;
border-right-color: #BBBBBB;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;
cursor:hand;
}
/* td tabel value field */
.tdvalue 	{
vertical-align: top;
font-size: 10px;
background-color: #F4F4F4;
border-right-width: 1px;
border-right-color: #BBBBBB;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;
}
.message {
position:absolute;
left:100px;
width:296px;
text-align:center;
color:#d50000;
border:1px solid #d50000;
padding:4px;
}
-->
</style>
