body { 
 text-align: left;
 vertical-align:top;
 height:100%;
 margin: 0px; 
 background-image: url(../img/bg_site.gif); 
 background-position: top;
 background-repeat: repeat-x;
 background-color: white;
}

td { 
 text-align: left;
 color: #3e2c82;
 vertical-align:top;
}

table { 
 vertical-align:top;
}

.kop  { 
 color: #C10036;
 font-style: normal;
 font-weight: bold; 
 font-size: 15px; 
 padding-bottom: 5px; 
 font-family: sans-serif, Arial; 
}

.navigatie {
 font-family: arial, sans-serif; 
 font-weight: bold;
 font-size: 10px; 
 line-height: 14px; 
 text-align: right; 
 padding: 0px 5px 0px 5px; 
 color: white;
 text-transform: uppercase;
}

.navigatie a:link {
 text-decoration:underline;
}

.navigatie a:visited {
 text-decoration:underline;
 color:white;
}

.navigatie a:hover {
 text-decoration:none;
 color: white;
}

.plattekst  { 
 color: #2A2623;
 font-weight: normal; 
 font-size: 12px; 
 line-height: 16px; 
 font-family: sans-serif, arial; 
}

.plattekstklein  { 
 color: #2A2623;
 font-weight: normal; 
 font-size: 10px; 
 line-height: 12px; 
 font-family: sans-serif, arial; 
}

a { 
 color: white; 
 text-decoration: underline; 
 CURSOR: pointer;
 font-weight: bold;
}

a:link { 
 color: white; 
 text-decoration: underline; 
 CURSOR: pointer;
}

a:visited { 
 color: white; 
 CURSOR: pointer;
 text-decoration: underline; 
}

a:active { 
 color: white; 
 CURSOR: pointer;
 text-decoration: none; 
}

a:hover { 
 color: white; 
 CURSOR: pointer;
 text-decoration: none; 
}

img {
 border: 0px;
}

