/* overall style */
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	
}
/* container style */
#container{
	height: 100%;
	width: 950px;
	border-collapse: collapse;
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
}
#header {
	height: 148px;
	background-attachment: scroll;
	background-image: url(layout_img/header_img2010.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px none #000066;
}
#left {
	width: 230px;
	background-color: #FFFFCC;
	padding-top: 5px;
}
#footer {
	height: 50px;
	background-color: #FFFFCC;
	background-image: url(layout_img/footerORG_ditvoorst_en_driest.png);
	background-position: left bottom;
	border: 1px none #000066;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#iframe {
	height: 100%;
	width: 720px;
}

/* navigatie blocks */
#block_container {
	margin: 3em 0;
	padding:0 1em;
	width: 193px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

div.button {
	float: left;
	width: 193px; 
	height: 34px;
	margin: 0 3px 0 0;
	background: 0 url(layout_img/button.gif) no-repeat -34px;
}

div.button a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	font: bold 14px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	text-decoration: none;
	background: url(layout_img/button.gif) no-repeat left top;
}
div.button span {
	display: block;
	margin:0; 
	padding: 7px 0 0 13px;
}
div.button a:hover {
	background-image: none;
	color: #000066;
}
div.button a:active {
	color: black;
}
/* download blocks */
#downloads {
	margin: 3em 0;
	padding:0 1em;
	width: 193px;
}

div.downloads_button {
	float: left;
	width: 193px; 
	height: 24px;
	margin: 0 3px 0 0;
	background: 0 url(layout_img/downloads_button.gif) no-repeat -24px;
}

div.downloads_button a {
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	text-decoration: none;
	background: url(layout_img/downloads_button.gif) no-repeat left top;
}
div.downloads_button span {
	display: block;
	margin:0; 
	padding: 4px 0 0 30px;
}
div.downloads_button a:hover {
	background-image: none;
	color: #000066;
}
div.downloads_button a:active {
	color: black;
}
