/* kleuren:
lichtbeige: #BEC0A6
groenig: #758B74
*/

*{
	font-family: Verdana;
	font-size: 11px;
}

.menulink, .menulinkb{
	color: black;
	font-weight: normal;
}

.menulink:hover, .menulinkb:hover{
	color: white;
	font-weight: normal;
}

.menulinkdik, .menulinkdikb{
	color: black;
	font-weight: bold;
}

.menulinkdik:hover, .menulinkdikb:hover{
	color: white;
	font-weight: bold;
}

.menulinkb, .menulinkdikb{
	text-decoration: none;
}

.grootlink{
	font-size: 20px;
}

a{
	color: #758B74;
	font-weight: bold;
}

a:hover{
	color: #000000;
	font-weight: bold;
}

.a{
	color: #758B74;
	font-weight: bold;
}

p{
	font-family: Verdana;
	font-size: 11px;
}

.tekst-donkergroen{
	font-family: Verdana;
	font-size: 11px;
	color: #758B74;
}

h1{
	font-size: 20px;
}

.kop{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
}

.subkop{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.linkerbalk{
	background: #BEC0A6;
	width: 165px; /* 175-2*5 = 165px */
	/*height: 603px;*/
	padding: 5px;
	color: #758B74;
	font-family: Verdana;
	font-size: 11px;
}

/*.linkerbalk-padding{ /* voor om de gewone linkerbalk heen, om te voorkomen dat er in IE geen gekleurde padding verschijnt .....
	background: #BEC0A6;
	width: 175px;
	margin-top: 5px;
}*/

.middenbalk{
	width: 485px; /* 500-10 (padding-left) -5 (padding-right)= 485 */
	padding-left: 10px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 11px;
}

.freempje{ /* Het frame in de middenbalk */
	width: 480px; /* 500-2*10px padding = 480 */
	height: 710px;
	font-family: Verdana;
	font-size: 11px;
}

.rechterbalk{
	width: 275px;
	font-family: Verdana;
	font-size: 11px;
	color: #758B74;
}

.divrechts{
	background: #758B74;
	color: #FFFFFF;
	padding: 5px;
}

.divrechts-lijntje{
	background: #FFFFFF;
	color: #758B74;
	padding: 4px;
	border-style: solid;
	border-color: #758B74;
	border-width: 1px;
}

ul { list-style: none; } /* ten behoeve van fadende header */

.lichtblauw{
	background: #14ACDE;
}

.grijs{
	background: #B0B49D;
}

.donkerblauw{
	background: #1C7491;
}

.donkergroen{
	background: #009355;
}

.lichtgroen{
	background: #579131;
}