﻿@charset "utf-8";

/***************************** GLOBAL RESET ***********************************/
body,html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color:#f9f9f9;
}
body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica;
}
a img{
	margin-left:7px;
	margin-bottom:17px;
	text-decoration: none;
	background-color:#eee;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:3px solid #ededed;
	border-bottom:2px solid #ededed;	
}
hr{
	border: 0;
	margin-top:20px;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
div#main_content_wrapper p{
	float:left;
	margin:10px 10px 10px 10px;
}
.image_description{
	margin:10px 10px 10px 5px;
	display:block;
	
}
.home{
	/*height:100%;*/
	min-height:140px;
}
h1,h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-weight: normal;
    color: #000;
}
h1{
	font-weight: bold;
	margin:0 0 0 20px;
	line-height:30px;
	text-decoration:none;
}
h2,h3,h4,h5,h6{
	font-weight: bold;
}
#pagetitle p{
	margin:0 0 0 20px;
	text-decoration:underline;
}
p{
	margin:0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 0px;
	margin: 0px;
	color:#000;
}

/* Form field text-scaling */
html, input, select, textarea,fieldset {
	font-family: Garamond,Times,'Times new Roman',serif;
    font-size: 100%;
}
a:focus, img a:focus
{
	outline: none;
}

/********************************* TYPOGRAPHY **********************************/

body {
	font-family:  Garamond,Times,'Times new Roman',serif;
    font-size: 12px;
    line-height: 1.2em;
    color: #58595B;
}

a {
    font-family:  Garamond,Times,'Times new Roman',serif;
    color: #58595B;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

a:hover, a:focus {
	color: #000;
    text-decoration: underline;
}


h2 {
	font-size: 17px;
	margin-left:10px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
strong {
	color: #000;
}

/********************************* LAYOUT *************************************/

div#body_wrapper {
	position: relative;
  	margin: 0;
  	padding: 0px 0px 0px 228px;
    height: auto;
}
#pagetitle{
	position:relative;float:none;clear:both;display:block;width:100%;margin:30px 10px 10px 0;
}
div#nav_area_wrapper {
	position: fixed;
    left: 0;
	border-right:1px solid #ededed;
    height: 100%;
    width: 228px;
    background-color: #fff;
	overflow:auto;
}
div#copyright{
	position:relative;
	float:left;
	font-family: Arial, Helvetica;
    color: #ccc;
	font-size:9px;
	margin:40px 0 0 20px;
}
div#copyright a{
	font-family: Arial, Helvetica;
	color: #ccc;
	font-size:9px;
}
div#credit img{
	background-color:#fff;
	border:none;
	width:22px;
	height:22px;
}
div#logo_wrapper {
	margin: 0 0 25px 20px;
	padding:0;
	height: 155px;
	width:208px;
}
div#logo_wrapper img{
	margin:20px 0 0 0;
	padding:0;
}
div#nav_wrapper {
	margin-left:20px;
}
div#nav_wrapper ul.menu {
	margin: 0;
}
div#nav_wrapper ul.menu li {
	margin: 0;
    padding: 0px 10px 4px 0;	
}
.mainmenu{
	font-weight: bold;
}
div#main_content_area_wrapper {
	position: relative;
    float: left;
    margin:0;
    height: auto;
	min-height:820px;
    width: 99%;/*to have a margin -right*/
    overflow: hidden;
}
div#header_area_wrapper {
	position: relative;
    width: 100%;
    height: 105px;
    padding-top: 0;
}
div#header_area_wrapper div#page_title_wrapper {
	position: relative;
    float: left;
}
#header{
	width:100%;
	height:100%;
	padding:2px 2px 2px 2px;
	font-family:Arial,Helvetica;
	/*background-color:#fff;
	border-bottom:1px solid #efefef;*/
}
.top-nav{float:left;margin:10px 30px 10px 0;font-size:11px;font-weight:bold;}
.top-nav a{color:#999;}
#header p.headerimg{
	margin:10px 0 0 15px;
	float:left;
	font-size:42px;
	color:#888;
	font-weight:normal;
}
#header p{margin:2px 0 0 30px;}
.headerimg{
	vertical-align:bottom;
	float:left;
}
h1{
	margin:10px 0 0 30px;
}
div#address{
	position: relative;
    float: left;
    margin:100px 0 0 0;
}
div#contact_info{
	/*position: absolute;
    float: left;*/
	
    margin:0 0 0 30px;
	font-weight:bold;
}
div#contact_info ul{float:left;}
div#contact_info p{
	font-family:Arial,helvetica;
	float:left;
}
div#curriculum{
	position: relative;
    float: left; 
    margin:30px 0 0 0;
}
div#main_content_wrapper {
	position: relative;
    width: inherit;
    margin-left: 14px;
	margin-right:10px;
	margin-top:20px;
    height: auto;
    padding: 0;
}
.contact_info_address{
	position:relative;
	float:left;
	padding:5px;
	border:1px dashed;
	margin-bottom:10px;
}
fieldset{
	border:1px solid #ccc;
}
.space{display:block; clear:both;}
.clearfix{
	display:block;
	clear:both;
	margin-top:50px;
}
.clearfix h2{
margin-top:50px;
}
legend{
	margin-left:10px;
	border:1px solid #ccc;
	font-family:Arial,Helvetica;
	font-size:11px;
	color:#999;
}
div#aanbieding{
	width:60%;
	background-color:#fff;
}
div#laatste{
	width:60%;
	background-color:#fff;
}

