/* Background and Border Colour */
table.frameborder {
	background-color: #ACA079;
}
BODY  { background-color: #C9C1A0; background-image:  url(../img/offfWs.jpg)}

/* Adres en link onderaan pagina's */
.adresdown A:link    {
	text-decoration: none; color: #A9A194;}
		
.adresdown A:visited {
	text-decoration: none; color: #A9A194}
	
.adresdown A:active  {
	text-decoration: underline;
	color: #A9A194;
	font-family: Arial, Helvetica, sans-serif;}
	
.adresdown A:hover   {
	text-decoration: underline;
	color: #A9A194;
	font-family: Arial, Helvetica, sans-serif;
}
	
.adresdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #A9A194;
	text-align: center;
	vertical-align: bottom;
	left: auto;
}

/* Bodytekst */
.bodytekst {
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;}
	
.bodytekst A:link    {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;}
		
.bodytekst A:visited {
	text-decoration: underline;
	color: #333333;}
	
.bodytekst A:active  {
	text-decoration: underline;
	color: #333333;}
	
.bodytekst A:hover   {
	text-decoration: underline;
	color: #0097d7;
}

/* Kopjes */
.bodykopjes {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

/* Grijsmenu */
.grijsmenu {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
	
.grijsmenu A:link    {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;}
		
.grijsmenu A:visited {
	color: #A9A194;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;}
	
.grijsmenu A:active  {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;}
	
.grijsmenu A:hover   {
	text-decoration: underline overline;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	background-color: #FF0000;
}
