/*Dit is de body */

html, body{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow-x: hidden;
}



/*Dit is het menu */
.balk{
width: 850px;
height: 30px;
background-color: #fdd900;
//background-image:url(images/menu2.jpg);
line-height: 18px;
}

.linkmenu{
	font:Bold 12px Verdana;
	line-height: 22px;
	z-index: 100;
	width: 0px;
	text-decoration: none;
	color: #005B8E;
	white-space: nowrap;
	padding: 3px;
}

.linkmenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 5px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: black;
white-space: nowrap;
line-height: 18px;
}

.linkmenu:hover{
/*background-color: #dc3400;*/
background-image:url(images/menu2over.jpg);
color: white;
}

frame #iframe{
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #666666;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color:#fdd900;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #005B8E;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

/*Dit is rest */

h1 {
size: 14pt;
}

