@charset "utf-8";
/**************************************************************************
*
*	Mirjam van Tilborg.nl (c)2011
*	Written by: Interforce Webdevelopment BV
*
**************************************************************************/
/**************************************************************************
*	Reset
**************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	height:100%;
}
body {
	height:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.frmSite_Zoeken {
	display:none;
}
/**************************************************************************
*	Algemeen
**************************************************************************/
body {
	background-image:url('http://w3.interforcecms.nl/Bestanden/93/site_bg.jpg');
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000099;
}
h1 {
	color:#000099;
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
}
strong, b {
	font-weight:bold;
}
italic, i {
	font-style:italic;
}
u {
	text-decoration:underline;
}
.site_top {
	display:block;
	width:100%;
	height:10px;
}
.site_container {
	width:793px;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
	border:4px solid #FFF;
}
.s_header {
	height:80px;
	width:100%;
	display:block;
	background-color:#c6f243;
	border-bottom:1px solid #FFF;
}
.h_title {
	float:left;
	width:50%;
}
.h_title {
	font-size:17px;
	font-weight:bold;
	color:#000099;
	padding-top:15px;
	padding-left:50px;
}
.h_title a {
	text-decoration:none;
}
.h_zoeken {
	float:right;
	width:160px;
	margin:25px 25px 0 0;
}
.s_menu {
	height:30px;
	background-color:#020098;
}
.s_content {
	margin-bottom:15px;
}
.content_header_bg {
	height:160px;
	display:block;
	width:100%;
	background-image:url('http://w3.interforcecms.nl/Bestanden/93/header.jpg');
	background-repeat:no-repeat;
}
.c_left {
	float:left;
	width:30%;
}
.l_hoofdmenu {
	background-color:#c6f243;
	padding:8px;
	color:#000099;
	font-weight:bold;
	border-bottom:2px solid #000099;
}
.c_left ul {
	list-style:none;
	margin:0;
	padding:0;
}
.c_left ul li {
	padding:5px;
	border-bottom:1px dotted #C0C0C0;
}
.c_left ul li a {
	color:#616161;
	text-decoration:none;
}
.c_left ul li a:hover, .c_left ul li.sMenu_Active a {
	color:#000099;
	font-weight:bold;
}
.c_right {
	float:right;
	width:68%;
	text-align:left;
}
.c_right ul {
	list-style:disc;
	padding-left: 20px;
}
.s_footer {
	margin-top:5px;
	border-top:2px solid #000099;
	height:36px;
	background-color:#c6f242;
	text-align:center;
	padding-top:20px;
	color:#000099;
}
.s_footer a {
	color:#000099;
	text-decoration:none;
}
.s_footer a:hover {
	color:#000099;
	text-decoration:underline;
}
.Zoekresultaten_TD {
	border-top:1px solid #C0C0C0;
	padding:5px 0 5px 0;
}
.Zoekresultaat_NR {
	display:none;
}
.Zoekresultaat_Titel {
	font-size:13px;
	color:#000099;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:2px;
}
.Zoekresultaten_Inhoud {
	font-style:italic;
}
/**************************************************************************
*	Bestandenoverzicht
**************************************************************************/
.Bestanden_Overzicht ul {
	list-style:none;
	margin:0;
	padding:0;
}
.Bestanden_Hoofdmap_Link {
	display:none;
}
.Bestanden_Submap {
	margin:5px;
	width:100%;
	background-color:#000099;
}
.Bestanden_Submap a {
	display:block;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.Bestanden_Submap_Bestandenoverzicht {
	background-color:#FFF;
}
.Bestanden_Submap_Bestandenoverzicht a {
	text-decoration:none;
	color:#606060;
	font-weight:normal;
}
.Bestanden_Submap_Bestandenoverzicht a:hover {
	text-decoration:underline;
}
/**************************************************************************
*	Menu boven
**************************************************************************/
.Menu_1, .Menu_1 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.Menu_1 {
	line-height:	1.0;
}
.Menu_1 ul {
	position:		absolute;
	top:			-999em;
	min-width:		150px;
	width:			auto; /* left offset of submenus need to match (see below) */
	line-height:	14px;
}
.Menu_1 ul li {
	width:			100%;
}
.Menu_1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.Menu_1 li {
	float:			left;
	position:		relative;
}
.Menu_1 a {
	display:		block;
	position:		relative;
}
.Menu_1 li:hover ul, .Menu_1 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.Menu_1 li:hover li ul, ul.Menu_1 li.sfHover li ul {
	top:			-999em;
}
ul.Menu_1 li li:hover ul, ul.Menu_1 li li.sfHover ul {
	left:			auto; /* match ul width */
	top:			0;
}
ul.Menu_1 li li:hover li ul, ul.Menu_1 li li.sfHover li ul {
	top:			-999em;
}
ul.Menu_1 li li li:hover ul, ul.Menu_1 li li li.sfHover ul {
	left:			auto; /* match ul width */
	top:			0;
}
.s_menu ul {
	margin-top:1px;
	float:right;
	text-align:right;
}
.s_menu li {
	display:inline;
}
.s_menu ul li a {
	color:#FFFFFF;
	font-style:13px;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	background-image:url('http://w3.interforcecms.nl/Bestanden/93/menu_spacer.jpg');
	background-repeat:no-repeat;
	background-position:left;
}
.s_menu ul li.hm_first a {
	background-image:none !important;
}
.s_menu ul li a:hover {
	text-decoration:underline;
}
.s_menu ul.Menu_1 .sub {
	width:150px;
	background-color:#020098;
	padding:0px 5px 10px 5px;
	border:1px solid #fff;
	margin-top:-5px;
	z-index:50 !important;
}
.s_menu ul.Menu_1 .sub a {
	padding-top:5px;
}
.s_menu ul.Menu_1 .sub .sub {
	margin-left:150px;
	margin-top:-1px;
}

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}