body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

.skipLinks {
	display: none;
}

.deactiveerFloats {
	clear: both;
}

#printKop {
	display: none;
}

a {
	text-decoration: underline;
}

#header {
	margin: 5px;
}

#headerLogo a {
	background-image: url('../images/logo_mobile.gif');
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 262px;
}

#serviceMenu {
	background-color: #000;
}

#serviceMenu h2 {
	display: none;
}

#serviceMenu form legend {
	color: #fff;
}

#serviceMenu ul {
	list-style-image: none;
	padding: 5px 5px 5px 10px ;
}

#serviceMenu ul li {
	float: left;
	background: url(../images/menu-divider.gif) no-repeat scroll 0pt 2px;
	display:inline;
	padding: 0pt 5px;
}

#serviceMenu ul li a {
	color: #fff;
}

#serviceMenu fieldset {
	border:0pt none;
	clear: left;
}

#serviceMenu label, #serviceMenu legend {
	display: none;
}

/* hoofdnavigatie */
#hoofdMenu {
	clear: both;
}

#hoofdMenu h2 {
	margin: 5px 0 5px 0;
}

#hoofdMenu ul {
	background-color:#046F96;
	color:#333333;
	margin:0;
	padding:0;
	text-decoration:none;
}

#hoofdMenu ul li {
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ffffff;
}

#hoofdMenu ul ul {
	display: none;
}

#hoofdMenu ul li.actief {
	background-color: #046F96;
}

#hoofdMenu ul li a {
	color: #fff;
}

/* subNavigatie */
#subNavigatie {
	overflow: hidden;
	background: url(../images/inner-main-line.gif) no-repeat 0 100%;
	background-color: #f5f5f5;
}

#subNavigatie h2, .kalenderNavigatie h2 {
	color: #ffffff;
	background-color: #a7a7a7;
	border-bottom: 1px solid #ffffff;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#subNavigatie ul, .kalenderNavigatie ul {
	padding: 0;
	margin: 0;
}

/* all items */
#subNavigatie ul li, .kalenderNavigatie ul li {
	list-style: none;
}

/* all achors */
#subNavigatie ul li a:hover, .kalenderNavigatie ul li a:hover {
	text-decoration: none;
	color: #046F96;
}

/* first level items */
#subNavigatie ul li.open, .kalenderNavigatie ul li.open {

}

/* second level items */
#subNavigatie ul li.open ul li, .kalenderNavigatie ul li.open ul li {

}

/* first level anchors */
#subNavigatie ul li a, .kalenderNavigatie ul li a {
	border-bottom: 1px solid #ffffff;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #e3e0e0;
	padding: 5px 5px 5px 10px;
	display: block;
}

#subNavigatie ul li.actief a, .kalenderNavigatie ul li.actief a {
	color: #046F96;
}

#subNavigatie ul li.open a, .kalenderNavigatie ul li.open a {
	color: #046F96;
	background: #e3e0e0 url(../images/opened.png) no-repeat 95% 0.5em;
}

#subNavigatie ul li.gesloten a, .kalenderNavigatie ul li.gesloten a {
	background: #e3e0e0 url(../images/menu_arrow.gif) no-repeat 95% 0.5em;
}

#subNavigatie ul li.open a:hover, #subNavigatie ul li.gesloten a:hover, .kalenderNavigatie ul li.open a:hover, .kalenderNavigatie ul li.gesloten a:hover {
	color: #046F96;
}

/* second level anchors */
#subNavigatie ul li.open ul li a, .kalenderNavigatie ul li.open ul li a {
	text-decoration: none;
	color: #666666;
	background: #F5F5F5;
	font-weight: normal;

}

#subNavigatie ul li.open li.actief a, .kalenderNavigatie ul li.open li.actief a {
	color: #046F96;
}

/* Breadcrumb elements */
#broodKruimels {
	background-color: #f5f5f5;
}

#broodKruimels ol {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #e3e0e0;
	width: 100%;
}

#broodKruimels li {
	float: left;
	display: inline;
	color: #666666;
	line-height: 33px;
	padding: 0 3px 0 10px;
	background-image: url(../images/breadcrumb-arrow.gif);
	background-position: 0 14px;
	background-repeat: no-repeat;
}

#broodKruimels li.eerste {
	background: none;
	padding-left: 11px;
}

#broodKruimels li a {
	text-decoration: none;
	color: #666666;
}

.nieuwsContent {
	background: #F5F5F5 url(../images/main-bg.gif) repeat-x scroll center bottom;
	padding: 7px 0pt 16px;
}

.nieuwsContent h3 a {
	color: #046F96;
}

.nieuwsContent div.datum {
	color: #666;
}

span.leesMeerBericht {
	color: #046F96;
	display: block;
}

span.leesMeerBericht a {
	color: #046F96;
}

/* Nieuwslijsten */
ul.nieuwsLijst {
	margin: 20px 0;
	padding: 0;
	font-size: 13px;
	list-style: none;
}

.nieuwsLijst li a {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	display: block;
	color: #000;
	text-decoration: none;
}

.nieuwsLijst li a:hover {
	border-bottom: 1px solid #7D6A55;
	text-decoration: none;
	color: #046F96;
}

.nieuwsLijst li span {
	margin-right: 20px;
}

/* Form container */

.formContainer {
	margin: 10px 0;
	padding: 0;
}

.formContainer label {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	display: block;
}

.formContainer label.checkbox {
	display: inline;
	margin: 10px;
}

.formContainer input.submit {
	display: block;
	margin-top: 1em;
}

.formContainer input.text, .formContainer textarea.text, .formContainer select.text {
	width: 400px;
	border: 1px solid #7F9DB9;
	margin: 0 0 0.7em 0;
	display: block;
}

.formContainer textarea {
	height: 100px;
}

.formContainer span {
	margin: 0 10px 0 5px;
}

.fout {
	border-color: #F00 !important;
	color: #F00 !important;
}

.formContainer p.fout {
	padding-left: 20px;
	background: transparent url(../images/icon_alert.gif) left center  no-repeat;
}

#context .infoBlok {
	margin: 0;
	padding: 0;
}

#context .infoBlok h2 {
	margin: 0;
	font-size: 1.08em;
	line-height: 25px;
	padding: 0 0 0 10px;
	color: #ffffff;
	background-color: #046F96;
}

#context .infoBlok h2 a {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

#context .infoBlok h2 a:hover {
	text-decoration: underline;
}

#context .infoBlok ul {
	overflow: hidden;
	margin-bottom: 0;
	background: #f5f5f5;
	margin: 0;
	padding: 0;
}

#context .infoBlok ul li {
	margin: 0;
}

#context p {
	margin: 0;
	padding: 3px 0;
	line-height: 18px;
}

/* contextmenu */
#context .infoBlok ul li {
	padding: 5px 5px 5px 10px;
	margin: 0;
	list-style: none;
}

#context .infoBlok ul li a {
	text-decoration: none;
	color: #666666;
	background-color: inherit;
	margin: 0;
	padding: 0;
}

#context .infoBlok ul li a:hover {
	color: #046F96;
	background-color: inherit;
	margin: 0;
}

div.afbeeldingBlok {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

div.afbeeldingBlok img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

div.afbeeldingBlok p.onderschrift {
	font-size: 0.92em;
	color: #666666;
	background-color: inherit;
	font-style: italic;
}

/* newsContent */
.nieuwsContent {
	padding: 7px 0 16px;
	background: #f5f5f5 url(../images/main-bg.gif) repeat-x bottom;
}

.nieuwsContent h1 {
	display: none;
}

.nieuwsContent h2 {
	margin: 0;
	padding: 9px 0 0;
	color: #046F96;
	background-color: inherit;
}

.nieuwsContent h2 a {
	color: #046F96;
	background-color: inherit;
	text-decoration: none;
}

.nieuwsContent h3 a:hover {
	text-decoration: underline;
}

.nieuwsContent div.datum {
	color: #666666;
	background-color: inherit;
	margin: 2px 0 4px 0;
}

.nieuwsContent p {
	margin: 0;
	padding-bottom: 9px;
	text-align: justify;
}

span.leesMeerBericht {
	display: block;
	color: #046F96;
	background-color: inherit;
	white-space: nowrap;
}

span.leesMeerBericht a {
	color: #046F96;
	background-color: inherit;
	text-decoration: none;
}

.leesMeerBericht a:hover {
	text-decoration: underline;
}

span.leesMeerBlok {
	vertical-align: bottom;
	display: block;
	color: #7d6a55;
	background-color: inherit;
}

span.leesMeerBlok a {
	color: #7d6a55;
	background-color: inherit;
	text-decoration: none;
}

.leesMeerBlok a:hover {
	text-decoration: underline;
}

.nieuwsContent img {
	display: block;
	border: 1px solid #ffffff;
}


/* Columns on main page */
#productNavigatie {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#productNavigatie h2 {
	margin: 0;
	padding: 0 0 0 17px;
	color: #ffffff;
	background-color: #046F96;
}
#productNavigatie ul {
	margin: 0;
	padding: 4px 0 12px 17px;
	list-style: none;
}
#productNavigatie ul li {
	font-weight: bold;
}
#productNavigatie ul li a {
	text-decoration: none;
	color: #333333;
	background-color: inherit;
}
#productNavigatie ul li a:hover {
	text-decoration: underline;
}

span.copyright {
	vertical-align: super;
	line-height: 0.5em
}

#ankeilers {
	margin: 0;
	padding: 0;
}

#ankeilers div {
	margin-bottom: 0;
	background: #f5f5f5;
}

#ankeilers h2 {
	margin: 0;
}

#ankeilers h2 a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0 0 0 17px;
	background-color: #a7a7a7;
}

#ankeilers h2 a:hover {
	background-color: #7d6a55;
}

#ankeilers p {
	margin: 0;
	padding: 3px 0;
	padding: 1px 17px 0 17px;
}

#ankeilers img {
	margin-left: 15px;
}

/* downloads */
.downloads {
	background-color: #F5F5F5;
	border: 1px solid #E2E2E2;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em 0 0.5em 1em;
}

.downloads h2 {
	color: #656565;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}

.downloads ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

/* sitemap */
.sitemap {
	margin: 0;
	padding: 0;
}

.sitemap h2 {

}

.sitemap ul {
	margin: 10pt -5px 0.6em 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul li ul {
	margin: 3pt 0 0.6em 0
}

.sitemap ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	border-bottom: 1px solid #C9C9C9;
	padding: 5px 0 5px 0;
}

.sitemap ul li a:hover {
	text-decoration: none;
	color: #046F96;
	border-bottom: 1px solid #7D6A55;
}

/* links */
.links {
	margin: 0;
	padding: 0;
}

.links h2 {
}

.links ul {
	margin: 10pt -5px 0.6em 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.links ul li ul {
	margin: 3pt 0 1.6em 0
}

.links ul.externeLinks a {
	background: transparent url(../images/bg_icon_extern.gif) no-repeat 100% 0.5em;
}

.links ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	border-bottom: 1px solid #C9C9C9;
	padding: 5px 0 5px 0;
}

.links ul li a:hover {
	text-decoration: none;
	color: #046F96;
	border-bottom: 1px solid #7D6A55;
}

.downloads li {
	font-style: italic;
	font-weight: normal;
	list-style-image: none;
	margin-bottom: 1em;
}

.downloads li span {
	font-style: normal;
}

.downloads li.pdf {
	background-image: url(../images/pdf-icon.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 0.4em 0;
	padding: 0.2em 0 0.2em 2em;
}

/* tables */
table {
	margin: 0;
	padding: 0;
}

table, th, td {
	border-collapse: collapse;
}

table caption {
	border-bottom: 1px solid #C9C9C9;
	color: #046F96;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0pt;
	margin-top: 1em;
	padding-bottom: 4px;
	text-align: left;
}

table thead th {
	color: #000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table th, table td {
	border-bottom:1px solid #C9C9C9;
	border-left:10px solid #FFFFFF;
	padding:3px 0px;
	vertical-align: top;
}