body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5C5AD1;
	padding: 0px;
}
H1 { font-size: 24pt; }
H2 { font-size: 18pt; }
H3 { font-size: 14pt; }
H4 { font-size: 12pt; }


.suptitle { font-size: 28px; font-weight: bold; color: #000099; }
.title { font-size: 21px; font-weight: bold; color: #000099; }
.subtitle { font-size: 18px; font-weight: bold; color: #000099; }
.mintitle { font-size: 16px; font-weight: bold; color: #000099; }
.kleintitle { font-size: 14px; font-weight: bold; color: #000099; }
.kleinertitle { font-size: 12px; color: #000099; }
.groot { font-size: 12px; font-weight: bold; }
.big { font-size: 14px; font-weight: bold; }
.groter { font-size: 16px; font-weight: bold; }
.grootst { font-size: 22px; font-weight: bold; }
.xs { font-size: 10px; }
.xxs { font-size: 8px; }

.weer_getij { font-size: 12px; }
.zwart { background-color: #000000; }
.white { background-color: #FFFFFF; }

.blauw { background-color: #7977E6; }
.orange { background-color: #CA4D0F; }
.rood { background-color: #AD2C1B; }
.grijs { background-color: #CAC5C2; }
.groen { background-color: #236E14; }
.lichtgeel { background-color: #FFFF33; }
.geel { background-color: #FFFF00; }
.temp { background-color: #64892C; }
.licht { background-color: #F5FAB7; }
.donker { background-color: #E7F45C; }
.donkerder { background-color: #BFE622; }

.menukleur {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF00;
	height: 30px;
}
.stef { background-color: #FFFF00; }
.grijzetekst { color: #5C7099; }
.geletekst { color: yellow; }
.groenetekst { color: green; }
.rodetekst { color: red; }
.blauwetekst { color: SteelBlue ; }
.bleu { color: blue ; }
.blue {
	color: #0000FF;
	text-decoration: underline;
}
.tomato { color: tomato; }
.darkred { color: DarkRed; }
.goldred { color: GoldenRod ; }
.wit {
	background-color: #E3E6EB;
	border: 1px solid #AAA6A7;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.test { 
	color: #299C02;
	font-weight: bold;
}
.nodig { 
	color: #FF0000;
	font-weight: bold;
}
.rij2 {
	height: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-color: #000000;
}
.knop {
	background-image: url(knop_rood.gif);
}
.left{ text-align: left; }
.center{ align: center; }
.right{ text-align: right; }

A:link    { color: blue; text-decoration: underline; }
A:visited { color: blue; text-decoration: underline; }
A:active  { color: red;  text-decoration: underline; }

.back {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
hr {
	background-color: #003366;
}
.marge_all {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
table {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menubalk {
	height: 50px;
	width: 1000px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color:#FFFF00;
	font-size: 17px; 
	font-weight:500;
}
.indent_30 { padding:30px;  }