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

body {
	background-color:#4b0d08;	
}

* {
	margin:0px;
	padding:0px;
}

#container {
	margin:0px auto 15px auto;
	width:975px;
	background-color:#5a120c;
	border-left:1px solid #340a09;
	border-right:1px solid #340a09;
	border-bottom:1px solid #340a09;
}

.clearen {
	clear:both;
}

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

#logodiv {
	float:left;
	width:315px;
	height:243px;
	margin:0px 12px 0px 0px;
	background-color:#ffffff;
	background-image:url('../afbeeldingen/achtergrond_logo.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#logo {
	width:172px;
	height:145px;
	margin:50px 0px 0px 60px;
}

#logo img {
	border:0px;
}

#kopfoto {
	float:left;
	background-image:url('../afbeeldingen/foto_lambert.jpg');
	width:288px;
	height:243px;
	margin:0px 12px 0px 0px;
}

#naw {	
	float:left;
	background-image:url('../afbeeldingen/achtergrond_naw.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:348px;
	height:243px;
	margin:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:lighter;
	color:#f3f0ec;
}

#nawintern a.maillink {
	color:#ffffff;
	text-decoration:none;
}

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

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

#nawintern {
	height:190px;
	padding:20px 0px 0px 20px;
}

.groen {
	color:#92b37f;
}



.nawtitel {
	display:block;
	border-bottom:1px solid #7d3d24;
	padding:0px 0px 6px 0px;
	margin:0px 0px 6px 0px;
	width:240px;
}

.routebeschrijving {
	display:block;
	border-top:1px solid #7d3d24;
	border-bottom:1px solid #7d3d24;
	padding:2px 0px 4px 0px;
	margin:9px 0px 6px 0px;
	width:240px;
}

a.routelink {
	font-size:12px;
	color:#6bc297;
	text-decoration:none;
}

a.routelink:hover {
	font-size:12px;
	color:#6bc297;
	text-decoration:underline;
}

a.routelink:active {
	font-size:12px;
	color:#6bc297;
	text-decoration:none;
}

#talenbalk {
	height:28px;
	line-height:29px;
	background-color:#622a27;
	padding:0px 0px 0px 20px;
	font-size:11px;
	color:#fdbc6e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#taalvlaggen {
  position:absolute;
	margin:-22px 0px 0px 250px;
}

#taalvlaggen img {
	border:1px solid #4c0d09;
}

#gelebalk {
	height:12px;
	background-color:#fdbc6e;
}

#hoofdmenubalk {
	height:32px;
	line-height:32px;
	background-color:#804741;
	margin:3px 0px 3px 0px;
	padding:0px 20px 0px 20px;
}

#submenubalk {
	height:23px;
	line-height:23px;
	background-color:#4f0f0a;
	padding:0px 20px 0px 20px;
}

#inhoud {
	background-image:url('../afbeeldingen/achtergrond_inhoud.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:30px 150px 30px 150px;
}

#footer {
	height:23px;
	line-height:23px;
	background-color:#250505;
	text-align:center;
	color:#5a3911;
	font-size:11px;s
}


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

a.hoofdmenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ffffff;
	text-decoration:none;
}

a.hoofdmenu:hover {
	color: #ffffff;
	border-bottom:4px solid #fdbc6e;
}

a.hoofdmenu:active {
	color: #ffffff;
}



a.hoofdmenuactief {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ffffff;
	text-decoration:none;
	border-bottom:4px solid #fdbc6e;
}

a.hoofdmenuactief:hover {
	color: #ffffff;
	border-bottom:0px solid #fdbc6e;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	color: #ffffff;
	text-decoration:none;
	border-bottom:4px solid #fdbc6e;
}






.tussenstukhoofd {
	font-size:16px;
	color: #410d0a;
}

a.submenu {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #a26e69;
	text-decoration:none;
}

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

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


a.submenuactief {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #c5a3a0;
	text-decoration:underline;
}

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

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






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






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

html, body {
	height:100%;
}

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

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

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