


body {
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;    
    background: url("/images/achtergrond3.jpg") 169px 150px repeat;
 
}

img{
 border-width: 0px;
}

img.noborder{
 border-width: 0px;
}

a{
  
  color: #AF3C34;
  text-decoration: none;	
}

a:hover{
	color: #C65855;
	text-decoration: underline;
}
form {
	display: inline;
}
hr{
	color: #C65855;
	background-color: #C65855;
	height: 1px;

}

input.searchtext{
	background-color: #FDF9EE;
	border-width: 0px;
	border-style: solid;
	border-color: #C65855;
}
.headerklein{
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color: #C65855;
	font-weight:bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007FB1;
}
p.headermedium{
	font: 12pt Verdana, Helvetica, Arial, sans-serif;
	color: #C65855;
	font-weight:bold;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007FB1;
}
table.main{
	width: 100%;
	height: 100%;
}

table.main td.a1{
	width: 100%;
	height: 125px;
}

table.main td.b1{
	width: 100%;
	height: 100%;
}
table.header{
	width: 100%;
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007FB1;
	
}

table.adres{
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

table.adres a{
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFCC;
  	text-decoration: none;
}
table.adres a:hover{
	font-weight:bold;
	color: #FFFFCC;
}

table.header td.headerleft{
	width: 700px;
	height: 125px;	
}

table.header td.headerright{
	background: #005374;
	font: 9px Verdana, Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 5px;
}

table.devider{
	width: 100%;
	height: 100%;
}

table.devider td.leftcell{
	background: #C65855 url("/images/linkerbalk.png") -25px 0px no-repeat;
	width: 169px;
	height: 100%;
}

table.deviderleft{
	width: 100%;
	height: 100%;
	
}

table.deviderleft td.mainmenu{
	padding-top:33px;
	width: 169px;
	height: 100%;
	
	vertical-align: top;
	
}

table.deviderleft td.plaatje{
	vertical-align: bottom;
	
}

table.mc{
  	width: 100%;
	height: 100%;
	margin: 0;
        padding: 0; 
}

table.mc td.hmenu{
	vertical-align: middle;
	margin: 0;
        padding: 0; 
	
	height: 33px;
	background: #005374;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

table.mc td.hmenu a:hover{
text-decoration: none;
}

table.mc td.zoeken{
	margin: 0;
        padding: 0; 
        weight: 33px;
	background: #005374;
	vertical-align: middle;
	text-align: right;
	
	
}

table.mc td.content
{
        
	width: 100%;
	height: 100%;
	vertical-align: top;
scrollbar-base-color: #203b59;
scrollbar-3d-light-color: #a0bbd9;
scrollbar-arrow-color: #a0bbd9;
scrollbar-darkshadow-color: #203b59;
scrollbar-face-color: #203b59;
scrollbar-highlight-color: #809bb9;
scrollbar-shadow-color: #809bb9;
scrollbar-track-color: #203b59;
 
}

div.inhoud{
	 padding: 1em;

	overflow-y:scroll; 
	overflow-x:hidden;
	 background-image: url("/images/achtergrond3.jpg");
    background-repeat: repeat;

}


table.c td.style2{
	width: 100%;
	height: 100%;
}

table.c{
	width: 100%;
	height: 100%;
	margin: 0;
        padding: 0; 
}

a.topMenu{
	
	text-decoration: none;
	color: #FFFFCC;	
	width:90px;
	padding: 10px 16px 10Px 16px;
	font-size:11px;
	font-weight:bold;
	
}

a.topmenu:hover{
	color: #FFFFFF;
	background-color: #007CAD;
}

table.cropcontent{
	width: 600px;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	
}

table.cropcontent td{
	
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

table.zoek{

}

table.zoek td{
	padding: 0px 2px 0Px 2px;
}

table.zoek a{
	
	color: #009DDB;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

table.zoek a:hover{
	color: #007FB1;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

table.medewerkers{
	width: 650px;
	padding: 0px;
	
}
table.medewerkers td{
	vertical-align: top;
}

table.medewerkers th{
	text-align: left;
	color: #BE4E4A;
}

table.medewerkers td.namen{
	color: #02416C;
	width: 150px;
}


table.medewerkers td.right{
	width: 430px;
}


#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 160px; /* Width of Menu Items */ 
	border-bottom: 0px solid #B3433C; 
} 
#menu ul li { 
	position: relative; 
} 
#menu li ul { 
	position: absolute; left: 159px; /*Set 1px less than menu width */ 
	top: 3; 
	display: block; 
} 
#menu li:hover ul {
	display: block; 
} 
#menu li:hover>ul { 
	visibility:visible; 
} 
#menu ul ul {
	visibility:hidden; 
} /* Fix IE. Hide from IE Mac \*/ * html #menu ul li { float:
left; height: 1%; } * html #menu ul li a { height: 1%; } /* End */ /* Make-up
syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 
/* Styles for Menu Items */ 
#menu ul a { 
        font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block; 
	text-decoration: none;
	font-weight: bold; 
	color: #FFFFFF; 
	background: #83433C; /* IE6 Bug */ padding: 5px; border: 0px solid #B3433C; border-bottom: 0; 
} 
/* Hover Styles*/ 
#menu ul a:hover { 
	color: #FFFFFF; 
	background: #007CAD; 
} 
/* Sub Menu Styles*/ 
#menu li ul a { 
	width: 300px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	color: #FFFFCC; 
	background: #326679; //FFDDBF 
/* IE6 Bug */ padding: 5px; border: 0px solid #ccc; border-bottom: 0; 
} 
/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #FFFFFF; 
	background: #005374; 
} 
/* Icon Styles */ 

#menu ul a.submenu {
	background:transparent url("r_arrow.gif") no-repeat right; 
	
} 

#menu ul a.submenu:hover {
	background:#B3433C url("r_arrow.gif")no-repeat right; 
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
}

#noopacity{
	color: #00FF00;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}




