﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrond.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

#container {
	margin: 0 auto;
	width:975px;
}

.clearen {
	clear:both;
}

#kop {
	margin:8px 0px 0px 0px;
	border-bottom:10px solid #d7ddf0;
	height:99px;
	background-color:#ffffff;
}

#logo {
	margin:0 auto;
	width:360px;
	height:82px;
}

#logo img {
	border:0px;
}

#hoofdmenubalk {
	height:37px;
	line-height:37px;
	background-color:#00209a;
	padding:0px 110px 0px 110px;
	text-align:center;
}

#hoofdactief {
	display:inline-block;
	height:px;
	background-image:;
	background-position:left top;
	background-image: url('');
}



#inhoud {
	padding:30px 110px 50px 110px;
	background-image:url('../afbeeldingen/inhoud.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}


#footer {
	height:70px;
	background-image:url('../afbeeldingen/footer.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffffff;
}



/*-------------------------------------------------
menus
-------------------------------------------------*/

a.hoofdmenu {
	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-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: #67bb8b;
}

a.submenu {
	font-size:12px;
	color: #858585;
	text-decoration:none;
}

a.submenu:hover {
	color: #3366ff;
	text-decoration:underline;
}

a.submenu:active {
	color: #858585;
	text-decoration:none;
}

.tussenstuksub {
	font-size: 11px;
	color: #3366ff;
}






/*-------------------------------------------------
100% hoogte:
---------------------------------------------------

html, body {
	height:100%;
}

* html > #container {
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;

-------------------------------------------------*/
