/* eigenschappen van de links */
a:link    {color: #ffffff; font-family: verdana; font-size: 15px; text-decoration: none; }
a:visited {color: #ffffff; font-family: verdana; font-size: 15px; text-decoration: none; }
a:active  {color: #ffffff; font-family: verdana; font-size: 15px; text-decoration: none;}
a:hover   {color: #9C632C; font-family: verdana; font-size: 15px; text-decoration: none;} 

div#header{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: #FF7F00;
}

div#content{
padding: 200px 0 0 0;
}


/* tekst kleur/opmaak van de site */
.layout {
    font-family: verdana;
	font-size: 11px;
	color: #333333;
	background: #FF7F00;
}

.hr {
	height: 1px;
	color: #FF7F00;
}

/* tekst kleur/opmaak van het topmenu*/
.menu {
    font-family: verdana;
	font-weight: bolder;
	font-size: 11px;
}

/* tekst kleur/opmaak van het hoofdvenster */
.hvenster {
    font-family: verdana;
	font-size: 13px;
	color: #333333;
}

/* tekst kleur/opmaak van het hoofdvenster */
.marqueetekst {
    font-family: verdana;
	font-size: 16px;
	color: #FFFFFF;
}

.footer {
    font-family: verdana;
	font-size: 11px;
	color: #999999;
}

/* tekst kleur/opmaak van het hoofdvenster */
.hvenster a:link{ color: #333333; font-family: verdana; font-weight: bolder;  font-size: 11px; text-decoration: none; }
.hvenster a:visited{ color: #333333; font-family: verdana; font-weight: bolder;  font-size: 11px; text-decoration: none; }
.hvenster a:active{ color: #333333; font-family: verdana; font-weight: bolder;  font-size: 11px; text-decoration: none; }
.hvenster a:hover{ color: #FF7F00; font-family: verdana; font-weight: bolder;  font-size: 11px; text-decoration: none; }

.crumb {
    font-family: verdana;
	font-size: 11px;
	color: #333333;
}
