﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html { overflow: -moz-scrollbars-vertical; }




* {margin:0;padding:0;} 

/* 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_pagina.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
	background-image:url('../afbeeldingen/achtergrond.gif');
	background-position:center top;
	background-repeat:no-repeat;
}

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

#container {
	margin:0 auto;
	width:975px;
	background-image:url('../afbeeldingen/achtergrond.gif');
	background-position:left top;
	background-repeat:no-repeat;
}


#footer {
	position: relative;
	margin-top: -194px; /* negative value of footer height */
	height: 194px;
	clear:both;
	background-image:url('../afbeeldingen/footer.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
}

#social {
	width:895px;
	margin:0 auto;
	text-align:right;
	padding:0px 40px 0px 40px;
	height:60px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#talenbalk {
height:30px;
line-height:30px;
padding:0px 0px 0px 0px;
text-align:right;
}
#talenbalk img {
border:0px;
}

#social img {
	border:0px;
}

#infooter {
	width:895px;
	margin:0 auto;
	height:114px;
	padding:20px 40px 0px 40px;
	color:#6f7278;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
} 

/* 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 */






.clearen {
	clear:both;
}

.clearen {
	clear:both;
}

#kop {
	height:224px;
	margin:0px 0px 0px 0px;
}

#logo {
	width:279px;
	height:163px;
	float:right;
}

#logo img {
	border:0px;
}

#slogan {
	background-image:url('../afbeeldingen/slogan.jpg');
	width:619px;
	height:163px;
	float:left;
}

#hoofdmenubalk {
	height:31px;
	line-height:31px;
	margin:0px 0px 1px 0px;
	padding:0px 40px 0px 40px;
}

#hoofdactief {
	display:inline-block;
	height:31px;
	background-image:url('../afbeeldingen/hoofdmenuactief.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

#subactief {
	display:inline-block;
	height:29px;
	background-image:url('../afbeeldingen/submenuactief.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}


#submenubalk {
	height:29px;
	line-height:29px;
	padding:0px 40px 0px 40px;

}



#inhoud {
	padding:0px 40px 40px 40px;
}


#banner {
	width:975px;
	height:171px;
	margin:0px 0px 50px 0px;
}


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

a.hoofdmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration:none;
}

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

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

a.hoofdmenuactief {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

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

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







.tussenstukhoofd {
	font-size:14px;
	color: #84868c;
}

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

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

a.submenu:active {
	color: #32363f;
	text-decoration:none;
}


a.submenuactief {
	font-size:12px;
	color: #32363f;
	text-decoration:none;
	font-weight:bold;
}

a.submenuactief:hover {
	color: #32363f;
	text-decoration:underline;
}

a.submenuactief:active {
	color: #32363f;
	text-decoration:none;
}





.tussenstuksub {
	font-size: 11px;
	color: #84868c;
}






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

html, body {
	height:100%;
}

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

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

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

