body.donker  
{ 
font-family: Trebuchet MS; 
font-size: 12px; 
color: #FFFFFF;
background-color: #54596D;
list-style-image: url('/images/Mandel_logopiepklein.html');
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#C0C0C0;
scrollbar-3dlight-color:#A0A7C0;
scrollbar-darkshadow-color:#004080;
scrollbar-shadow-color:#657198;
scrollbar-arrow-color:#C0C0C0;
scrollbar-track-color:#BEC8D8;

}
body.licht
{ 
font-family: Trebuchet MS; 
font-size: 9px; 
color: #54596D;
background-color: #AAAAFF;
list-style-image: url('/images/Mandel_logopiepklein.html');
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#C0C0C0;
scrollbar-3dlight-color:#A0A7C0;
scrollbar-darkshadow-color:#004080;
scrollbar-shadow-color:#657198;
scrollbar-arrow-color:#C0C0C0;
scrollbar-track-color:#BEC8D8;

}
.donker{
background-color: #54596D;
}
.licht
{
background-color: #FFFFFF;
}
img{
border-color: #000000;
}
<!--PARAGRAFEN- TEXT-->
p.letop {
color: red;
font-weight: bold 
}


p.aligned{
 
text-align: center;
}

p.border{

font-family: Trebuchet MS;
font-size: 13px;
color: #292f5b;
font-weight: bold;
text-align: center;
border-style: solid;
border-width: 1px;
background-color: #E0DDF8;
}

h1
{ 
font-family: Trebuchet MS;
font-size: 18px;
color: #292f5b;
text-decoration: underline;
font-weight: bold 
}

h2
{
font-family: Trebuchet MS;
font-size: 14px;
color: #292f5b;
font-weight: bold
}

h3 
{
font-family: Trebuchet MS;
font-size: 13px;
color: #292f5b;
font-weight: bold;
text-align: center;
}

<!-- TABELLEN -->
table.blauw
{
font-family: Trebuchet MS;
font-size: 12px;
background-color: #54596D;
color: #FFFFFF;
}
table.wit
{
font-family: Trebuchet MS;
font-size: 12px;
background-color: #FFFFFF;
color:#292f5b;
}

.ctr
{
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
td
{
font-family: Trebuchet MS;
font-size: 12px;
padding: 4px;
color: #292f5b;
}
td.menu
{
font-family: Trebuchet MS;
font-size: 12px;
padding: 0 cm;
}
td.padded
{
padding-top:2px;
    padding-bottom: 2px;
    padding-left: 4px;
	padding-right: 10px;
	

}
td.tdwit
{
font-family: Trebuchet MS;
font-size: 12px;
/*padding: 0.1 cm;*/
padding-top:2px;
    padding-bottom: 2px;
    padding-left: 4px;
background-color: #FFFFFF;
color:#292f5b;
}
td.tdwitnopad
{
font-family: Trebuchet MS;
font-size: 12px;
/*padding: 0 cm;*/
padding-top:0px;
    padding-bottom: 0px;
    padding-left: 0px;
background-color: #FFFFFF;
color:#292f5b;
}
td.tdblauw
{
font-family: Trebuchet MS;
font-size: 12px;
padding-top:2px;
    padding-bottom: 2px;
    padding-left: 4px;
/*padding: 0.1 cm;*/
background-color: #54596D;
color: #FFFFFF;

}
td.top{
vertical-align: top;
}
td.align{
text-align: center;
vertical-align: top;
}

td.header 
{
font-family: Trebuchet MS;
font-size: 14px;
color: #292f5b;
font-weight: bold;
text-align: center;
}

<!-- KEUZELIJSTEN - FORMS -->
select {
font-family: Trebuchet MS; 
font-size: 12px; 
color:#292f5b;
}
option {
font-family: Trebuchet MS; 
font-size: 12px; 
color:#292f5b;
}

input{
font-family: Trebuchet MS; 
font-size: 13px; 
color: #292f5b;
}
textarea
{
font-family: Trebuchet MS;
font-size: 12px;
color: #292f5b;
}
<!--LINKS-->
a.wit{
color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	
}
a:link
{
	color: #292f5b;
	text-decoration: underline;
	/*font-weight: bold;*/
}

a:visited {
	color: #000000;
	text-decoration: underline;
	
	}
	
	
.floatright
{
float: right;
margin: 0px 0px 10px 10px;
border: 1px solid #000000;
}
.floatleft
{
float: left;
margin-left:0px;/* 0px 0px 0px ;*/
margin-right: 10px;
margint-top: 0px;
maring-bottom: 10px;
border: 1px solid #000000;
}
