﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/


* {
margin:0px;
padding:0px;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}

body {
	background-image:url('../afbeeldingen/achtergrond_site.gif');
	background-position: center top;
	background-repeat:no-repeat;
}


.clearen {
	  clear:both;
}


body > #wrapper {height: auto; min-height: 100%;}

#container {padding-bottom: 49px;}  /* must be same height as the footer */

#container {
	margin:0 auto;
	width:975px;
}


#footer {position: relative;
	margin-top: -49px; /* negative value of footer height */
	height: 49px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





ul {
padding:0px 0px 0px 20px;
}









#kop {
	background-image:url('../afbeeldingen/kop.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

#bovenkant {
	background-image:url('../afbeeldingen/bovenkant.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	height:57px;
}
#logo {
	float:left;
	width:364px;
	height:193px;
}

#logo img {
	border:0px;
}

#kopfotos {
	float:right;
	background-image:url('../afbeeldingen/kpofoto/1.jpg');
	width:610px;
	height:193px;
	margin:0px 0px 0px 0px;
}
#extraaccent {
	height:30px;
	clear:both;
	padding:0px 0px 0px 0px;
}


#menubalk {
	float:left;
	background-color:#013e7d;
	width:223px;
	margin:0px 20px 0px 0px;
	padding:20px 0px 30px 30px;
	height:100%;
}
#inhoud {
	float:right;
	width:602px;
	padding:30px 50px 50px 50px;
}


#footer {
	background-image:url('../afbeeldingen/footer.gif');
	background-position:center top;
	background-repeat:no-repeat;
	border-top:1px solid #ffffff;
}

#infooter {
	margin:0 auto;
	width:965px;
	color:#ececec;
	font-size:9px;
	padding:0px 0px 0px 10px;
}

#infooter a {
	color:#ececec;
	text-decoration:none;
}

#infooter a:hover {
	color:#ececec;
	text-decoration:underline;
}

#infooter a:active {
	color:#ececec;
	text-decoration:none;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	display:block;
	margin:10px 0px 0px 0px;
}

a.hoofdmenu:hover {
	color: #ffffff;
	text-decoration:underline;
}

a.hoofdmenu:active {
	color: #ffffff;
	text-decoration:none;
}


a.hoofdmenuactief {
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	display:block;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

a.hoofdmenuactief:hover {
	color: #ffffff;
	text-decoration:underline;
}

a.hoofdmenuactief:active {
	color: #ffffff;
	text-decoration:none;
}



.tussenstukhoofd {
	font-size:14px;
	color: #3366ff;
}

a.submenu {
	font-size:12px;
	color: #b78814;
	text-decoration:none;
}

a.submenu:hover {
	color: #b78814;
	text-decoration:underline;
}

a.submenu:active {
	color: #b78814;
	text-decoration:none;
}
.submenustukje {
	color:#0c1c2b;
}


a.submenuactief {
	font-size:12px;
	color: #b78814;
	text-decoration:underline;
}

a.submenuactief:hover {
	color: #b78814;
	text-decoration:none;
}

a.submenuactief:active {
	color: #b78814;
	text-decoration:underline;
}



.tussenstuksub {
	font-size: 11px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
