/*
geel/bruin 219-190-6	#dbbe06		hoofdtekst
groen 0-100-0			#006400		navigatie
rood 150-10-0			#960a00		horizontale kleur
blauw 0-0-196			#0000c4		verticale kleur
*/

body {
	background-color: #C1FFC1;
	color: 			  darkgreen;
	font-family:   	  Arial, Helvetica, sans-serif;
	font-size:	 	  0.8em;
	margin:				100px;
}

h4{
color:			#dbbe06;
font-weight:	bold;
font-size: 		120%;
font-style:		italic;
}

div#infobalk {
	background-color: #C1FFC1;
	color:           darkgreen;
	font-size:		  0.8em;
	height:           20px;
	width:				1020px;
	position:         absolute;
	top:              0;
}

div#navigatiebalk {
	background-color: #C1FFC1;
	color:            darkgreen;
	font-size:		  0.8em;
	height:           40%;
	position:         absolute;
	margin-top:			21px;
	top:              0;
}

div#navigatiebalk a{
	display:		  inline;
	width:			  150px;
	color:			  darkgreen;
	background-color: #C1FFC1;
	text-decoration:  none;
	font-size:		  120%;
	padding-top:	  5px;
	padding-bottom:		5px;
	padding-left:		15px;
	padding-right:		15px;
}

div#navigatiebalk a:hover{
	display:		  inline;
	width:			  150px;
	color:			  white;
	background-color: #0000c4;
	text-decoration:  none;
	font-size:		  120%;
	padding-top:	  5px;
	padding-bottom:		5px;
	padding-left:		15px;
	padding-right:		15px;
}

div#werkgebied {
	color:            	darkgreen;
	background-color:	#C1FFC1;
	font-size: 			100%;
	position:			absolute;
	top:				0;
	margin-top:			165px;
	width:				1000px;
	border-right:		20px solid #dbbe06;
}

div#werkgebied a{
color:			darkgreen;
}

div#werkgebied a img{
font-weight:	bold;
color:			black;
border:			1px solid blue;
font-size: 		90%;
}

input.knop {
background-color: 		#C1FFC1;
border-style:			inset;
border-color:		darkgreen;
color: 					darkgreen;
width: 					150px;
height: 				22px;
}

.knop {
background-color: 		#006400;
border-style:			inset;
border-color:			black;
color: 					white;
width: 					150px;
height: 				22px;
}

.knopklein {
background-color: 		#006400;
border-style:			inset;
border-color:			black;
color: 					white;
width: 					100px;
height: 				22px;
}
