/* CSS Document for www.imetrix.nl */
/* MAIN 'PRINT CSS STYLESHEET ---- */

#shadofooter {
	display: none;
}

/* Frames/structure of the header section. Rest of the styles in header.css */
html {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
}

 img, div { behavior: url(../include/iepngfix.htc) }
 
/* ........................................................................ */
/* Frames/structure of the header section. Rest of the styles in header.css */
/* ........................................................................ */

#header_wrapper {
	position: absolute;
	margin: 0;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 2;
}

#header_center {
	margin: 0;
	width: 100%;
	height: 70px;
	text-align: left;
	background: none;
	overflow: hidden;
}
div>#header_center { /* overflow:hidden ongedaan maken voor lte IE6 */
	overflow: visible;
}

#generallinks {
	display: none;
}

#navigation {
	display: none;
}

#context {
	display: none;
}

#printheader {
	display: block;
	text-align: right;
	width: 100%;
}


/* ........................................................................ */
/* Frames/structure of the content section. Rest of the styles in content.css */
/* ........................................................................ */

#content_wrapper {
	position: relative;
	display: block;
	overflow: visible;
	z-index: 1;
}

#content_center {
	display: block;
	width: 100%;
	overflow: visible;
	background: #fff;
	text-align:left;
}

#maincontent {
	display: block;
	width: 100%;
	background: #fff;
}

#content_end {
	display: block;
	width: 900px;
	height: 1%;
	clear: both;
}

.content_margin_top {
	display: block;
	height: 70px;
}

.content_margin_bottom {
	display: none;
	height:70px;
	clear: both;
}

/* #content styles */
table {
	margin: 0;
	padding: 0;
	width: 100%
}

td {
	padding: 10px;
	vertical-align: top;
}

.contenttable_2cols td {
	width: 40%;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	color: #215BAF;
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #D3DEEF;
}

h2 { 
	font-size: 100%;
	color: #90ADD7;
	margin: 0 0 5px 0;
}

p {
	font-size: 95%;
	margin: 0 0 30px 0;
}

p a.leesmeer {
	display: block;
	float: right;
	clear: both;
	color: #90ADD7;
	text-decoration: none;
}

p a.leesmeer:hover {
	color: #000;
	text-decoration: underline;
}

img.lijnlinks {
	float: left;
	margin: 0 15px 5px 0;
}

img.lijnrechts {
	float: right;
	margin: 0 0 5px 15px;
}

ul {
	list-style: inside;
	list-style-type: square;
	margin: 0 0 20px 0;
	padding: 0;
	color: #90ADD7;
}

ul li {
	color: #000;
}



/* ........................................................................ */
/* Frames/structure of the footer section. Rest of the styles in footer.css */
/* ........................................................................ */

#footer_wrapper {
	position: relative;
	margin: 0;
	display: block;
	width: 100%;
	height: 71px;
	z-index:2;
	margin-top: 50px;
	border-top: 1px solid #D3DEEF;
}

#footer_center {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
	height: 70px;
	text-align: left;
	background: #fff;;
	z-index: 4;
}

/* #footer styles */
#footer_left {
	left: 10px;
	width: 260px;
	position: relative;
	float: left;
	z-index: 5;
	vertical-align: bottom;
}

#footer_middle {
	display: none;
}

#footer_right {
	width: 200px;
	margin-right: 10px;
	position: relative;
	float: right;
	z-index: 5;
	vertical-align: bottom;
	text-align: right;
}

#footer_center p {
	color: #999;
	font-size: 80%;
	margin: 0;
	line-height: 14px;
	vertical-align: bottom;
}

#footer_center p img {
	display: none;
}

#footer_center p a.footer {
	color: #999;
	text-decoration: none;
}