.html, body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.buttonoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #000000;
}

.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer;
	cursor:hand; 
}
.menu_links a:link {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.menu_links a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.menu_links a:active {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.menu_links a:visited {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.titel_pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#000000;
}

.footer_links { 
	font-size:11px;
	color:#919191; 
}

.footer_links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer_links a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;font-weight: none;text-decoration: none;}
.footer_links a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;font-weight: none;text-decoration: underline;}
.footer_links a:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;font-weight: none;text-decoration: underline;}

.headerinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 6E7D80;
	border: 1px solid #000000;
	height:18px;
	padding-left:2px;
	width:110px;
}

.headerbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px none;
	background-color: 595959;
	border:1px #000000 solid;
	text-transform: uppercase;
	font-weight: bold;
	height:18px;
	padding-bottom:4px;
}
.footer_contact {
	color:#FFFFFF;
	font-size:9px;
}
.footer_copyrights {
	font-size:9px;
	color:#848484;
	text-align:center;
}
td.bijpagina_titel {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#999999;
	padding:6px;

}
 
td.bijpagina_content {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	padding:6px;
}
