/* CSS Document */

.tekst {
	margin-left:20px;
	margin-top: 20px;
	min-height:300px;
	line-height: 24px;
	}
	
.tekst a {
	font-weight: normal;
	text-decoration:none;
	}
	
.tekst a:hover {text-decoration:underline;}
.tekst b {font-size: 0.92em; color:#333333;}


.tekst h1, h2 {margin: 0 0 10px 0;}
.tekst h2 {margin: 5px 0 5px 0;}

.tekst h4 {padding-bottom: 7px;}

.tekst li {padding-bottom: 3px; } 

/************tabelopmaak*************/


.tabel {
	font-size: 0.92em;
	color:#333;
	border-collapse:collapse;
	width: 300px;
	margin-top: 10px;
	}

.tabel td, .tabel th {
	padding: 0 2px;
	vertical-align:top;
	text-align:left;
	border: 1px solid #993300;
}

.tabel th {
	color: #333;
	font-weight:normal;
	padding-right: 9px;
	}

.tabel td { 
	background-color: none; 
	}
	
th.header { color: none; }

.tabel td.red {
	background-color: #cc0000;
	color: #fff;}	

/******/
