html {
	min-height: 100%;
	height: auto;
}
body {
	background-image: url(../img/bg_all.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-weight: lighter;
}
h1 {
	font-size: 24px;
	color: #003366;
	line-height: 28px;
	font-weight: lighter;
	}
h2 {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: bold;
	}
div {
	padding: 0;
	margin: 0;
	}

#layout {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 930px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	}
#logo {
	height: 129px;
	width: 930px;
	background-image: url(../img/bg_logo.png);
	}
#nav {
	height: 62px;
	width: 930px;
	background-image: url(../img/bg_nav.png);
	margin: 0;
	}
#sitemap {
	min-height: 129px;
	background-color: #d4e6f4;
	background-image: url(../img/bg_sitemap.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 25px;
	}
#sitemap img {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
#sitemap ul {
	padding: 0;
	float: left;
	margin-left: 30px;
	list-style: none;
	white-space: nowrap;
}
#sitemap ul li  {
	white-space: normal;
}
#sitemap ul li a  {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	border-bottom: 1px solid #a7b5c1; 
	font-weight: bold;
}
#sitemap ul li ul  {
	float: left;
	white-space: normal;
	margin: 0;
	padding: 0;
}
#sitemap ul li ul li a  {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #003366;
	font-weight: lighter;
	border: none;
	line-height: 18px;
}
#footer {
	margin: 0 auto;
	width: 930px;
	background-image: url(../img/bg_footer.png);
	height: 98px;
	}
#footer span {
	color: #fff;
	font-size: 11px;
	padding: 20px 35px 20px 35px;
	}
#footer a {
	color: #fff;
	font-size: 11px;
	}
#content {
	margin:0;
	margin-left: 14px;
	margin-right: 14px;
	width: 901px;
	}	
#subnav {
	float: right;
	margin: 15px;
	}	
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	}
* html #subnav ul {
	white-space: normal;
	}
#subnav li {
	float: left;
	white-space: normal;
	}
#subnav li a {
	display: block;
	text-decoration: none;
	height: 18px;
	font-size: 12px;
	color: #0079c2;
	margin: 5px 0 0 30px;
	}
#subnav li form {
	margin: 0 0 0 30px;
	}
.form_text {
	height: 16px;
	width: 100px;
	border: 1px solid #0079c2;
	margin: 1px 0 0 0 ;
	color: #0079c2;
	}
.form_submit {
	background-image: url(../img/bg_submit.png);
	height: 22px;
	width: 58px;
	color: #fff;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	font-size: 11px;
	}
.form_submit:hover {
	cursor: pointer;
	}
#nav ul {
	margin: 0 40px 0 40px;
	padding: 9px 0 0 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 1000;
	}
* html #nav ul {
	white-space: normal;
	}
#nav li {
	float: left;
	white-space: normal;
	background-image: url(../img/nav_line.png);
	background-position: left;
	background-repeat: no-repeat;
	}
#nav li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	padding: 17px 17px 18px 17px;
	}	
#nav li a:hover {
	background-image: url(../img/bg_activenav.png);
	cursor: pointer;
	}
#nav li ul { /* het submenu */
	padding: 0;
	border-right: none;
	background: #00336d;
	position: absolute;
	/*border: 1px solid #000;*/
	left: -999em;
	white-space: normal;
	vertical-align: left;
	width: 180px;
	margin: 0px;
	text-align: left;
	}
#nav li ul li {
	margin-right: 0;
	}
#nav li ul a {
	/*float: left;*/
	background-image: url(../img/bg_subnav.png);
	border-right: none;
	display: block;
	font-size: 12px;
	width: 174px;
	margin: 0px;
	padding: 8px 0 8px 8px;
	text-decoration: none;
	border-collapse:collapse;
	white-space: normal;
	border: none;
	/*vertical-align: left;*/
	text-align: left;
	}
* html #nav li ul a {
	width: 154px;
	border: none;
	}
#nav li ul a:hover {
	background-image: url(../img/bg_activenav.png);
	cursor: pointer;
	color: #fff;
}
#nav li:hover ul, #nav li.sfhover ul { /* dit zorgt ervoor dat de submenu's verschijnen */
	left: auto;
	height: 1%;
	}	
#nav a:hover {
	 visibility:visible;
	}
.nav_lastchild {
	background-image: url(../img/nav_line.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 54px;
	}
.clear {
	height: 1px;
	width: 871px;
	margin: 0 15px 15px 15px;
	padding: 0;
	background-color:#a6b8ca;
	}
#home_container {
	width: 901px;
	display: table;
	height: auto;
	}
#home_left {
	width: 345px;
	padding: 5px 15px 30px 30px;
	float: left;
	}
#home_left h1, #home_middle h1, #pages_right h1 {
	font-size: 20px;
	color: #003366;
	line-height: 28px;
	font-weight: lighter;
	}
#pages_left h1 {
	font-size: 24px;
	color: #003366;
	line-height: 28px;
	font-weight: lighter;
	}
#home_left h2, #home_middle h2, #pages_right h2 {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: bold;
	}
#home_left p, #home_middle p, #home_left div, #home_middle div, #pages_right div, #pages_right p {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	font-weight: lighter;
	}
#home_left a, #pages_right a {
	font-size: 12px;
	color: #003366;
	line-height: 18px;
	font-weight: lighter;
	border-bottom: 1px solid #b1cfe9;
	text-decoration: none;
	}
#home_left a:hover, #pages_right a:hover {
	color: #d70016;
	border-bottom: 1px solid #d70016;
	text-decoration: none;
	}
#home_middle a {
	font-size: 14px;
	color: #003366;
	line-height: 18px;
	font-weight: normal;
	border-bottom: 1px solid #b1cfe9;
	text-decoration: none;
	/*display: block;*/
	}
#home_middle a:hover {
	color: #d70016;
	border-bottom: 1px solid #d70016;
	text-decoration: none;
	}
span.hLink {
	background-image: url(../img/bg_aleesmeer.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	}
#home_left strong, #home_middle strong, #pages_right strong {
	font-size: 13px;
	font-weight: bold;
	}
#home_left a:hover {
	color: #d70016;
	border-bottom: 1px solid #d70016;
	text-decoration: none;
	}
#home_middle {
	width: 221px;
	padding: 5px 15px 30px 15px;
	float: left;
	}
	
#pages_container {
	width: 901px;
	display: table;
	height: auto;
	position: relative;
	}
#pages_left {
	width: 215px;
	padding: 5px 15px 30px 30px;
	float: left;
	}
#pages_right {
	width: 595px;
	padding: 5px 30px 30px 15px;
	float: left;
	}
	
#breadcrumbs, #breadcrumbs a {
	font-size: 10px;
	color: #0060b7;
	line-height: 28px;
	font-weight: lighter;
	text-decoration: none;
	border-bottom: none;
	}
	
.datum {
	float: right;
	border: 1px solid #ccc;
	/*width: 35px;
	height: 35px;*/
	
	}
.maand {
	display: block;
	background-color: #d7011d;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 2px 6px 2px 6px;
	}
.dag {
	display: block;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0px 6px 0px 6px;
	}
#testimononial {
	background-color: #002b59;
	background-image: url(../img/bg_testimonial_top.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 221px;
	margin-top: 50px;
	margin-bottom: 44px;
	}
#testimononial p {
	color: #FFF;
	padding: 10px 15px 0 15px;
	font-size: 11px;
	line-height: 15px;
}
#testimononial p.quoted {
	background-color: #fff;
	background-image: url(../img/bg_testimonial_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #333;
	padding: 25px 15px 0 40px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}
#testimononial span {
	color: #333;
	font-style: italic;
	display: block;
}
#home_right {
	width: 221px;
	padding: 5px 15px 30px 15px;
	float: left;
	}
#rss {
	background-color: #fff;
	background-image: url(../img/bg_rss.png);
	background-position: top;
	background-repeat: no-repeat;
}
#rss h1 {
	padding: 4px 8px 4px 8px;
	color: #fff;
	background-image: url(../img/bg_subnav.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: lighter;
	} 
#rin-nieuws {
	padding: 0 12px 20px 12px;
	}
.rin-item	{
	padding: 0;
	margin: 0;
	}
#rin-nieuws a {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	/*display: block;*/
	line-height: 17px;
	} 
p.rin-summary {
	color: #333;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	} 
span.rin-date{
	color: #333;
	font-size: 11px;
	font-weight: lighter;
	font-style: italic;
	} 
.rin-separator {
	}


#nav_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	}
#nav_left li {
	list-style-position: none;
}
#nav_left li a {
	font-weight: normal;
	background-image: url(../img/bg_leftnav.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	white-space: normal;
	font-size: 14px;
	color: #003366;
	line-height: 28px;
	}	
#nav_left li a:hover {
	background-image: url(../img/bg_a_leftnav.png);
	cursor: pointer;
	}
#nav_left li a.active {
	background-image: url(../img/bg_a_leftnav.png);
	}
#nav_left li ul { /* het submenu */
	margin: 0;
	padding-left: 20px;
	list-style: none;
	}
#nav_left li ul li {
	list-style-position: none;
	}
#nav_left li ul a {
	font-weight: normal;
	background-image: url(../img/bg_leftsubnav.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	text-decoration: none;
	display: block;
	white-space: normal;
	font-size: 12px;
	color: #003366;
	line-height: 24px;
	}
#nav_left li ul a.active {
	background-image: url(../img/bg_a_leftsubnav.png);
	cursor: pointer;
}
#nav_left li ul a:hover {
	background-image: url(../img/bg_a_leftsubnav.png);
}
