BODY
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size   : 12px;
   color: #003399;
   cursor: default;  
}

DIV.foutmelding {
   color : #FF0000;
}
	
H1 {
	font-size: 22px;
	font-weight: bold;
}

TD {
   font-size   : 12px;
}


TD.klein {
   font-size   : 9px;
}

TD.pageheader {
   background-image: url('/images/header02.gif');
}

TD.endShadowRight
{
   background-image: url('/images/shadow_rechts.gif');
}

TD.endShadowBottom
{
   background-image: url('/images/shadow_onder.gif');
}

TD.vraag
{
   line-height: 1.5;
}

TD.toelichting
{
   background-color:#FFFFCC;
}

TABLE {
   border-width: 0;
   border:none;
   border-color: #FFFFFF;   
}

TABLE.outline
{
   border: solid;
   border-color: #C0C0D0;
   border-width : 1;
}

TABLE.outlinered
{
   border: solid;
   border-color: #FF0000;
   border-width : 1;
}

TABLE.outlineblue
{
   border: solid;
   border-color: #0000CC;
   border-width : 1;
}

TABLE.outlinegreen
{
   border: solid;
   border-color: #00CC00;
   border-width : 1;
}

Table.intro
{
  background-image: url('/images/header03.gif');
}

TR.Intro
{
  background-image: url('/images/header03.gif');
}

TR.Verplicht {
   font-size   : 9px;
	background-color: #FFA0A0;
}

TR.Even {

}

TR.Oneven {
	background-color: #F0FAFF;
}

TR.EvenRadio {
   font-size   : 9px;
}

TR.OnevenRadio {
   font-size   : 9px;
	background-color: #F0FAFF;
}

TR.highlight
{
	background-color: #CFFFCF;
}



TH {
	font-size   : 12px;
	background-color: #003399;
	font-weight: normal;
	color: #FFFF00;
}

TH.competentie {
	font-size : 15px;
	text-align: left;
	background-image: url('/images/header01.gif');
	color: #FFFFFF;
	cell-padding : 4;
   line-height: 1.0;   	
}

TH.competentie2 {
	font-size   : 15px;
	background: url('/images/th01.gif')
	background-color: #CCCCFF;
	font-weight: bold;
	color: #FF0000;
	cell-padding : 4;
	
}

A:hover 
{
    color: #FFFFFF;
    background-color: #3f4c80;    
    text-decoration: underline;    
}

label
{
    cursor: pointer;
}

label.highlight
{
	background-color: #FF0000;
}

.aPointer
{
    cursor: pointer;
}

a.wit
{
    color: #FFFFFF;
    text-decoration: none;    
}

td.hoofdmenu {
	border-width: 1;
	height: 18px;
	border-color:#003399;
    border-style:solid;
	background-image: url('/images/header01.gif');
}

td.hoofdmenu a {
	height: 18px;
	padding-top: 1px;
	color:white;
	text-decoration:none;
	display: block;
}
	
td.hoofdmenu a:hover {
	height: 18px;
	padding-top: 1px;
	background-color:white;
	color: #003399;
	text-decoration:none;
	display: block;
	}
	
input.large
{
    font-size:14;
	color: #FF0000;
	font-weight:bold;
	
}
	
	
.submitLink {
   color: #00f;
   background-color:  transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   margin: 0px;
   padding: 0;
   text-align:left;
}	

.LinkSubmit {
	background-color: #FFFFFF; 
	background-repeat: repeat-x;
	color: #003399;
    text-align:left; 
    padding: 1px 1px 1px 3px;
    margin : 0px;
    cursor: pointer;
    width : 220;
    h: expression(onmouseover=new Function("this.style.backgroundColor='#EBEBEB'; "),
                  onmouseout=new Function("this.style.backgroundColor='#FFFFFF'; "));
	
}

.LinkSubmit:hover {
	background-color: #EBEBEB;
}

.LinkSubmitSmall {
	background-color: transparent;
	background-repeat: repeat-x;
    text-align:left; 
    cursor: pointer;
    padding: 1px 1px 1px 1px;
    border: 0px;    
    margin : 0px;
}

.LinkSubmitSmall:hover {
    padding: 0px 0px 2px 2px;
}

input, textarea
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size   : 12px;
   color : 111111;   
}

textarea.toelichting {
   width : 660;
}



FORM
{
   margin: 0px;
}