@media all {
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
}
@media screen {
/* Table of Contents:

	=CONTAINER
	=TOP ELEMENTS -> heeft ook IE stylesheet
	=DEFAULT COLUMNS -> heeft ook IE stylesheet
	=THREE COLUMNS -> heeft ook IE stylesheet
	=ONE COLUMN
	=TWO COLUMNS LEFT -> heeft ook IE stylesheet
	=TWO COLUMNS RIGHT
	=FOOTER
	
*/

/***********************************************************
	=CONTAINER	
***********************************************************/

div#container {
	width: 975px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/***********************************************************
	=TOP ELEMENTS -> heeft ook IE stylesheet
***********************************************************/

div#top { /* Geef deze div nooit een height of background! Gaat niet goed in IE */
	width: 975px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
div#header.sprite { 
	width: 970px;
	height: 90px;
	padding: 7px 5px 0 0;
	background-position: 0 0;
	text-align: right;
	float: left;
}
div#menuHorizontal { 
	width: 975px;
	height: 30px;
	border-top: 2px solid #fff;
	float: left;
}
div#breadcrumbs { 
	width: 975px;
	height: 20px;
	float: left;
}

/***********************************************************
	=DEFAULT COLUMNS -> heeft ook IE stylesheet
***********************************************************/

div.column { float: left; } /* Deze class geldt voor alle kolommen. Style voor alle kolommen */
div.contentWrapper {
	width: 975px;
	margin: 127px 0 0 0; /* Moet overeenkomen met: height van: div#header + div#menu */
}
div.clearIeBug {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}

/***********************************************************
	=TWO COLUMNS RIGHT
***********************************************************/

div.centerWrapper {
	width: 454px; /* Moet overeenkomen met: width + padding van: body.twoColumnRight div.center */
	margin: 0;
}
div.center {
	width: 434px;
	padding: 30px 20px 30px 0;
}
div.right {
	width: 521px;
	padding: 30px 0;
}

/***********************************************************
	=FOOTER	
***********************************************************/

div#footer {
	width: 965px;
	height: 53px;
	padding: 0 10px 0 0;
	background: #00448a;
	color: #cde9fa;
	text-align: right;
	clear: both;
}
}
@media screen {
/* Colors used

	Dark grey (text)				#333333
	Dark Blue (headings, links)		#000066
	Mid grey						#666666
	
*/

/* Table of Contents:

	=BODY
	=HEADINGS
	=TEXT ELEMENTS
	=LINK ELEMENTS
	=IMAGE ELEMENTS
	=HORIZONTAAL MENU
	=VCARD
	=DEFAULT FORM
	=PAGINATION
	=GALLERY
	
*/

/***********************************************************
	=BODY	
***********************************************************/

html,body {
	margin: 0;
	padding: 0;
}
body {
	color: #00448a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}

/***********************************************************
	=HEADINGS	
***********************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;
} 
h1 {
	margin: 0 0 20px 0;
	font-size: 130%;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 120%;
}
h2.ondertitel {
	font-size: 120%;
	font-weight: normal;
	display: inline;
}
h3 {
	margin: 0 0 5px 0;
	font-size: 120%;
}
h4 {
	margin: 0 0 10px 0;
	font-size: 130%;
}
h5 {
	margin: 0 0 10px 0;
	font-size: 110%;
}
h6 {
	margin: 0 0 10px 0;
	font-size: 100%;
}

/***********************************************************
	=TEXT ELEMENTS	
***********************************************************/

p { margin: 0 0 10px 0; }
p.ondertitel { font-size: 110%; }
strong { font-weight: bold; }
em { font-style: italic; }
abbr { border-bottom: 1px dotted #666; }
ul { margin-bottom: 20px; }
ul.duolist {
	width: 434px;
	margin: 10px 0 30px 0;
	font-size: 110%;
	float: left;
}
ul.duolist li {
	width: 217px;
	float: left;
}
label#zoekennaarlabel { display: none; }

/***********************************************************
	=LINK ELEMENTS	
***********************************************************/

a { color: #3a448a; }
a:hover { color: #fc0; }
a:focus { outline: 1px dotted #666; }
a.skip {
	position: absolute;
	left: -9999px;
}
div#footer a { 
	color: #cde9fa;
	text-decoration: none;
}
div#footer a:hover { color: #fff; }
a.orangebutton.sprite {
	width: 180px;
	height: 22px;
	padding: 3px 0 0 0;
	margin-top: 10px;
	background-position: -434px -97px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	float: right;
}
div#header a { text-decoration: none; }
div#header a { color: #3a448a; }
span#spanl1 { font-weight: bold; }

/***********************************************************
	=IMAGE ELEMENTS	
***********************************************************/

img { border: 0; }

/***********************************************************
	=HORIZONTAAL MENU
***********************************************************/

ul#menu {
	padding: 0;
	margin: 0; 
	font-size: 110%;
	list-style-type: none; 
}
ul#menu li {
	display: inline;
	float: left;
}
ul#menu li a {
	width: 138px;
	height: 20px;
	padding: 4px 0 0 0;
	border-right: 1px solid #fff;
	background: #fc0;
	color: #d00;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}
ul#menu li#menuItem7 a { 
	width: 141px;
	border: 0; 
}
ul#menu li a:hover { background: #fff1ba; }

/***********************************************************
	=OTHER
***********************************************************/

.sprite {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
div.roundcorners.sprite {
	width: 428px;
	padding: 6px 0 10px 6px;
	background-color: #edf1fa;
	background-position: 0 -97px;
}
div.achtergrondinfo strong { 
	font-weight: normal;
	font-style: italic;
}
div.dashedline { 
	height: 50px;
	margin: 30px 0 0 0;
	border-top: 1px dashed #c7cdd7;
}
div#accoscript {
	width: 290px;
	float: left;
}
div#searchcolumn {
	width: 205px;
	height: 650px;
	padding: 48px 0 0 10px;
	margin: 0 0 0 16px;
	background-position: -615px -97px;
	overflow: hidden;
	float: left;
}
div#footerlinks {
	width: 975px;
	height: 20px;
	padding: 3px 0 0 0;
	margin: 0 0 5px 0;
	background: #e5effe;
	text-align: center;
}
div#footerlinks a,
div#footerlinks a:hover { 
	color: #00448a;
	text-decoration: underline;
}
div#footerlogos {
	margin: 0 0 0 10px;
	float: left;
}
div#breadcrumbs {
	color: #80809d;
	font-size: 90%;
	font-weight: bold;
}

/***********************************************************
	=DEFAULT FORM
***********************************************************/

div#searchcolumn form { height: 450px; }
div#searchcolumn form fieldset { padding: 0 0 7px 0; }
div#searchcolumn form fieldset legend { display: none; }
div#searchcolumn form div {
	padding: 4px 0;
	display: block;
	clear: left;
}
div#searchcolumn form input { height: 15px; }
div#searchcolumn form div select { height: 19px; }
div#searchcolumn form div input,
div#searchcolumn form div select { 
	width: 195px;
	border: 1px solid #ead478;
	margin: 2px 0 0 0;
	font-size:100%;
}
div#searchcolumn form div input.button.sprite {
	width: 180px;
	height: 26px;
	padding: 0 0 6px 0;
	margin-top: 10px;
	border: 0;
	background-position: -434px -97px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
}