
/* kleur van de tabellen, waneer in de html files geen class="kleurtabellen" is
gebruikt bij tabel*/
/* wat er geen kleur gebruikt voor de tabllen, en is dus transparant */
.kleurtabellen {background-color: transparent;
margin-left: auto;
margin-right: auto;
text-align: left}
.melding {background-color:lightblue;width:60}



/* definitie voor bavigation frame (linkerbalk.html) .color:XXXXX wordt
gebruikt voor update :xxxxxx  */

.kleurbackgroundnavigationmenu  
{background: #00008B;
background-image:none;
 color: red}

/* voor font kleur rood */
.FONTCOLORred {color: red}


/* verschillende stylen gedefineerd */
.center {text-align: center}
a
{
        font-family: Arial,Helvetica, sans-serif;
        font-size:11pt;
}

A:LINK
{ 
     	color : blue; 
     	font-weight: bold; 
     	text-decoration: underline; 
} 

A:VISITED 
{ 
    	color : blue; 
     	list-style : inside; 
     	font-weight: bold; 
     	text-decoration : underline; 
}

A:ACTIVE 
{ 
color : black; 
   	font-weight: bold; 
  	text-decoration: underline; 
} 
A:HOVER { 
 	color:red; 

} 


body {
        	color: black;
background: #FFFFEE;
background-image:url("../dambord3.jpg");
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
}

p{     	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    	font-size : 10pt; 
       color:#00008B;
}
 
h1{ 

       font-family: Arial, Helvetica, sans-serif;
       font-size: 15pt;
      color:#00008B;
}
h6{
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12pt;
       font-style:italic;
}

TH{background:blue;color:white;}



CAPTION{font-size:17pt;}

table
{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
       	font-size : 10pt;
       	color:#00008B;
		background:white;
}

table.sortable a.sortheader {
    background-color:blue;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
}
