@charset "utf-8";
/* CSS Document */
body,html{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/background_main.jpg); 
	background-attachment:fixed;
}
.maintable{
	width: 940px;
	background-color: #FFF;
}
.header_top{
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	height: 56px;
}
.header_links{
	background-image: url(../images/header_links.jpg);
	background-repeat: no-repeat;
	height: 71px;
}
.menu_links {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}
.menu_links_content {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat;
}
.menu_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#333;
	font-weight:bold;
}
.nieuws{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
	font-weight: normal;
}
.tekst{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
	font-weight: normal;
}
.header_onder {
	background-image: url(../images/header_onder.jpg);
	background-repeat: no-repeat;
	height: 166px;
}
.content {
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color:#333;
	background:url(../images/bgcontent.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	height: 100%;
}
.footer{
	background-color: #353535;
	height:24px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #999;
	vertical-align: middle;
	font-weight:normal;
}
.dashed{
	border-bottom: 1px dashed #333;
}
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #999;
}
/* Css voor de links in de pagina */
a.menu:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.menu:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.menu:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size:8pt;
	color: #B29F56;
	font-weight:bold;
	text-decoration:none;
}

a.footer_link:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #999;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #999;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #999;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #B29F56;
	text-decoration:none;
	font-weight: bold;
}

a.expertise:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
a.expertise:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
a.expertise:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#333;
	font-weight: normal;
	text-decoration:none;
}
a.expertise:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10pt;
	color: #B29F56;
	font-weight: normal;
	text-decoration:none;
}

