/* Hele pagina */ 
body { 
    font-family: "Tahoma"; 
    font-size: 11px; 
    color: #5D5E5E; 
} 
/* Formulieren */ 
input, textarea { 
    font-family: "Tahoma"; 
    font-size: 11px; 
    background: #FFFFFF; 
    border: 1px solid #5D5E5E; 
} 
/* Titel */ 
h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #D82100;
	padding-bottom: 0px;
} 
/* Links */ 
a:link { 
    color: #7582B7; 
    font-weight: bold;
    text-decoration: none; 
    font-size: 11px;
} 
a:visited { 
    color: #7582B7; 
    font-weight: bold;
    text-decoration: none; 
    font-size: 11px;
} 
a:hover { 
    color: #D82100; 
    font-weight: bold;
    text-decoration: none; 
    font-size: 11px;
} 
a:active { 
    color: #7582B7; 
    text-weight: bold;
    text-decoration: none; 
    font-size: 11px;
} 
/* Topics/formulieren */ 
.blok_tabel { 
    border: 1px solid #999999; 
    font-size: 11px; 
} 
.blok_titel { 
    background-color: #C9CBE2; 
    padding-left: 5px; 
} 
.blok_bericht { 
    padding-left: 5px; 
    border-bottom: 1px solid #DDDDDD; 
} 
.blok_onder { 
    color: #999999;
    padding-right: 5px; 
} 
.blok_tekst { 
    padding-left: 5px; 
} 

