body {
	font: 0.7em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background: #33A4D3;
	padding: 0;
	margin: 10px 0;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #A9D333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #A9D333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #A9D333;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}
* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
div#super_wrapper {
	width: 770px;
	padding: 0;
	margin: 0 auto;
	background: transparent url("../images/bg-super_wrapper.gif") repeat-y top left;
}
div#wrapper {
	width: 750px;
	padding: 0 10px;
	background: transparent url("../images/bg-header.gif") no-repeat top left;
}
div#header {
	background: transparent;
	height: 150px;
	border-bottom: 1px solid Black;
	padding-top: 10px;
}
div#logo {
	float: left;
}
div#logo img {
	margin: 10px 0 0 25px;
}
div#header_image {
	margin-left: 200px;
}
div#header_image img {
margin-top: 5px;
}
div#navigation_wrapper {
	padding: 0 10px 10px 10px;
	width: 180px;
	float: left;
}
div#main_navigation {
	background: #A9D333 url("../images/bg-navigation-top-left.gif") no-repeat top left;
	padding: 0 0;
	text-transform: uppercase;
}
div#main_navigation ul {
	background: url("../images/bg-navigation-top-right.gif") no-repeat top right;
	padding: 10px 0;
	list-style-type: none;
	font-weight: bold;
	color: Black;
}
div#main_navigation div.bottom_left {
	height: 10px;
	font-size: 1px;
	background: url("../images/bg-navigation-bottom-left.gif") no-repeat bottom left;
}
div#main_navigation div.bottom_right {
	height: 10px;
	font-size: 1px;
	background: url("../images/bg-navigation-bottom-right.gif") no-repeat bottom right;
}
div#main_navigation ul ul {
	background: none;
	padding: 0;
}
div#main_navigation a {
	display: block;
	text-decoration: none;
	color: Black;
}
div#main_navigation ul ul {
	font-size: 0.8em;
	font-size: 10px;
	font-weight: normal;
/*	margin-top: 3px;*/
}
div#main_navigation a:hover, div#main_navigation a:focus, div#main_navigation li.active a {
	background: White;
	color: Black;
}
div#main_navigation li {
/*	margin-bottom: 3px;*/
}
div#main_navigation li a {
margin:0px;
padding:0px;
height:20px;
	padding: 4px;
}
div#main_navigation li li a {
margin:0px;
padding:0px;
height:20px;
	padding-left: 15px;
}
div#content_wrapper {
	padding: 0;
	margin: 10px 0;
	background: url("../images/bg-wrapper.gif") no-repeat 250px 120px;
}
div#content {
	float: left;
	background: transparent;
	border-left: 1px dashed #9B9B9B;
	border-right: 1px dashed #9B9B9B;
/*	margin: 0 160px 0 200px;*/
	padding: 0 10px 10px 10px;
	height: 300px;
	overflow:auto;
	overflow-x:hidden;
	
	width: 500px;
	margin-bottom: 10px;
	
	
	
}



#content ul
{

margin-left:20px;
}



div#extra_column {
/*	width: 180px;*/
	padding: 0;
	float: left;
	min-height: 510px;
	position: relative;
	width: 10px;
	margin-left: -20px;
}
div#footer {
	padding-left:20px;
	color: #5A5B5B;
	background: transparent;
	height:20px;
	border-color: Black;
	border-style: solid;
	border-width: 1px 0 1px 0;
	text-align: center;
	font-size: 0.9em;
	font-size: 10px;;
	clear: both;
	width:725px;
}
div#footer_round {
	background: url("../images/bg-footer.gif") no-repeat bottom left;
	height: 20px;
}
div#footer a {
	color: #5A5B5B;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 15px;
}
div#footer a:hover, div#footer a:focus, div#footer a.active {
	text-decoration: none;
	color: #0073BB;
}
div.blokjes_container {
	position: absolute;
	float: left;
}
div.blokje {
	width: 160px;
	min-height: 140px;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 0.9em;
	font-size:11px;
	border: 1px solid Black;
	position: relative;
	left: 30px;
}
div.blokje h1 {
	font-size: 1.3em;
	font-size: 12px;
	color: #0073BB;
}
div.groen {
	background: #A9D333;
}
div.blauw {
	background: #80C4E1;
}
div.oranje {
	background: #F5DEB3;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	color: #0073BB;
	line-height: 1.2;
}
h1 {
	font-size: 1.3em;
	font-size: 12px;
	
}
h2 {
	font-size: 1.2em;
	font-size: 11px;
}
h3 {
	font-size: 1.1em;
	font-size: 10px;
}
p {
	margin-bottom: 0.5em;
	
}
a {
	color: #0073BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
span.blauw {
	color: #0073BB;
}

div#footer ul {
	list-style-type: none;
}
div#footer li {
	float: left;
	padding: 0 1em;
}
div#footer li.first {
	border-left: 0;
	padding-left: 0;
}
div#footer li a {
	text-decoration: none;
}

li a.active{
background-color:#ffffff;
}
