﻿/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {
	
}

body {
	margin:0px;
	padding:0px;
	background-image:url('../afbeeldingen/achtergrond_pagina.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

.clearen {
	clear:both;
}


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


#kop_boven {
	background-image:url('../afbeeldingen/kop_boven.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:11px;
	margin:10px 0px 0px 0px;
}

#kop_midden {
	background-image:url('../afbeeldingen/kop_midden.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	height:227px;
}

#kop_onder {
	background-image:url('../afbeeldingen/kop_onder.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:11px;

}
#logo {
	position:absolute;
	margin:1px 0px 0px 20px;
	width:287px;
	height:133px;
}

#logo img {
	border:0px;
}

#kopfoto {
	position:absolute;
	margin:5px 0px 0px 375px;
	width:484px;
	height:122px;
	border:4px solid #a6a9ab;
	background-image:url('../afbeeldingen/kopfotos/willekeurig.php');
	background-position:left top;
	background-repeat:no-repeat;
}
#hoofdmenubalk {
	position:absolute;
	width:913px;
	height:45px;
	line-height:45px;
	margin:145px 0px 0px -20px;
	background-image:url('../afbeeldingen/hoofdmenubalk.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 20px 0px 40px;
}
#submenubalk {
	position:absolute;
	width:898px;
	height:33px;
	line-height:33px;
	margin:194px 0px 0px -13px;
	background-image:url('../afbeeldingen/submenubalk.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 20px 0px 40px;
}
#inhoud_boven {
	background-image:url('../afbeeldingen/inhoud_boven.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:9px;
	margin:5px 0px 0px 0px;
}
#inhoud_midden {
	background-image:url('../afbeeldingen/inhoud_midden.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	padding:35px 100px 35px 100px;
}
#inhoud_onder {
	background-image:url('../afbeeldingen/inhoud_onder.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:9px;
	margin:0px 0px 0px 0px;
}

#footer {
	background-image:url('../afbeeldingen/footer.jpg');
	background-repeat:no-repeat;
	height:144px;
	margin:10px 0px 10px 0px;
	padding:30px 0px 0px 83px;
	line-height:normal;
}

.nawgegevens {
	margin:10px 0px 0px 20px;
	float:left;
	width:225px;
	font-size:11px;
}
.vestiging {
	font-size:12px;
	font-weight:bold;
	color:#e61c23;
	margin:8px 0px 7px 0px;
}
.soorten {
	float:left;
	width:90px;
}
.gegevens {
	float:left;
	width:135px;
}

#logos {
float:left;
	padding:0px 0px 0px 70px;
}


img {
	border:0px !important;
}

#inhoud_midden img {
	border:3px solid #a5a5a5 !important;
}


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

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

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

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

a.hoofdmenuactief {
	font-size: 12px;
	color: #e3e3e3;
	text-decoration:none;
	font-weight:bold;
	padding:7px 0px 7px 0px;
	border-bottom:4px solid #9b0b10;
}

a.hoofdmenuactief:hover {
	color: #e3e3e3;
	text-decoration:none;
}

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

.tussenstukhoofd {
	font-size:12px;
	color: #9b0b10;
}

a.submenu {
	font-size:11px;
	color: #70777c;
	text-decoration:none;
}

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

a.submenu:active {
	color: #70777c;
	text-decoration:none;
}

a.submenuactief {
	font-size:11px;
	color: #70777c;
	text-decoration:none;
	font-weight:bold;
}

a.submenuactief:hover {
	color: #70777c;
	text-decoration:underline;
}

a.submenuactief:active {
	color: #70777c;
	text-decoration:none;
}

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






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

html, body {
	height:100%;
}

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

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

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

