/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */

/* BASIS ELEMENTEN VAN DE WEBSITE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.7em;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
}

a,
a:link,
a:active,
a:hover,
a:visited {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6E006A;
}

h2,
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6E006A;
}

p {
	margin-bottom: 15px;
}

/* ACHTERGROND */
#achtergrond {
	display: none;
}

/* CONTAINER */
#container {
	display: block;
	width: 100%;
	position: relative;
}

/* CONTAINER > HEAD */
#head {
	display: block;
	width: 100%;
}

/* CONTAINER > HEAD > LOGO */
#logo {
	display: block;
	width: 250px;
	height: 71px;
}

/* CONTAINER > HEAD > VERLOOP */
#verloop {
	display: none;
}

/* CONTAINER > HEAD > SERVICENAV */
#servicenav {
	display: none;
}

/* CONTAINER > BODY */
#body {
	display: block;
	width: 100%;
	margin-top: auto;
}

/* CONTAINER > BODY > MENU */
#menu {
	display: none;
}

/* CONTAINER > BODY > CONTENT */
#content {
	display: block;
	width: 100%;
	float: none;
	padding-right: 0;
}

#content #header {
	display: none;
}

#content #kruimelspoor {
	display: block;
	background-color: #CCCCCC;
	color: #000000;
	width: 100%;
	height: 24px;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 24px;
	vertical-align: middle;
	margin-top: 25px;
}

#content #kruimelspoor h4 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

#content #kruimelspoor a,
#content #kruimelspoor a:link,
#content #kruimelspoor a:active,
#content #kruimelspoor a:hover,
#content #kruimelspoor a:visited,
#content #kruimelspoor a.actief {
	color: #000000;
	text-decoration: underline;
}

#content #kruimelspoor a.actief {
	text-decoration: none;
}

#content #kruimelspoor a.actief:hover {
	text-decoration: underline;
}

/* CONTAINER > BODY > WIDGETS */
#widgets {
	display: none;
}

/* CONTAINER > FOOTER */
#footer {
	display: block;
	width: 100%;
	font-size: 9px;
	color: #62005E;
	margin-top: 20px;
	height: 75px;
	position: relative;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	text-decoration: none;
	color: #62005E;
}

#footer a:hover {
	text-decoration: underline;
}

/* CONTAINER > FOOTER > FOOTERLINKS */
#footerlinks {
	display: none;
}

/* CONTAINER > FOOTER > FOOTERMIDDEN */
#footermidden {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 15px;
	margin-top: 10px;
}

/* CONTAINER > FOOTER > FOOTERRECHTS */
#footerrechts {
	display: none;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* SEPERATOR DIC */
div.seperator {
	display: block;
	height: 1px;
	width: 100%;
	background-image: url(../images/bg_seperator.gif);
	background-repeat: repeat-x;
}

div.seperator hr {
	display: none;
}