@import url(styles.css);
@import url(menu.css);
@import url(forms.css);

div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
	text-align:left;
	font-size: 62.5%;
	border-top: 4px solid #39bcce;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
#main {
	margin-left: auto;
    	margin-bottom:-100px;
	margin-right: auto;
	background: #fff;
	height:100%;
	min-height:100%;
}
body>div#main {
	height: auto;
	min-height: 100%;
}
#main,#menu,#menu2 {
	width:942px;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-size: 1.2em;
}

#header {
	height: 110px;
	padding: 25px 0 0 25px;
	font-size: 0.9em;
	line-height: 18px;
	color: #999;
}
#logo {
	float:left;
}
#adres {
	float: right;
}

#homeblok {
	width: 942px;
	height: 277px;
	background-image: url(../images/home_background.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
}
#uitleg {
	float: left;
	padding: 120px 0 0 200px; 
	width: 450px;
}
#flash {
	float: right;
}

#recentnieuws {
	margin-left: 200px;
	border-top: 6px solid #497278;
	padding: 6px 0 0 0;
	float: left;
	width: 472px;
	line-height: 1.4em;
}	
#snelkoppelingen {
	border-top: 6px solid #39bcce;
	border-left: 1px solid #fff;
	padding: 6px 0 0 0;
	float: left;
	width: 269px;
	line-height: 1.4em;
}


#cleaner{
	clear: both;
	height:100px;
}

#footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 942px;
	height: 51px;
	border-bottom: 5px solid #497278;
	text-align: right;
	padding-top: 40px;
}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	color: #aaa;
}

#submenu {
	float: left;
	padding: 16px 0 0 25px;
	width: 235px;
}
#maincontent {
	float: right;
	width: 635px;
	background-image: url(../images/content_background.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 45px;
}
#breadcrumbs {
	font-size: 10px;
	padding-bottom: 7px;
}
#breadcrumbs a, #breadcrumbs a:active, #breadcrumbs a:hover, #breadcrumbs a:visited {
	color: #497278;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs a:hover {
	color: #39bcce;
}







a, a:hover, a:active, a:visited {
	color: #497278;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #39bcce;
}





/* CLEARFIX */
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.clearfix { *height: 1%; }
