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

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

html, body {
	background-color:#000000;
	background-image:url('../afbeeldingen/achtergrond_pagina.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	height: 100%;
}

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

#container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width:975px;
	background-image:url('../afbeeldingen/inhoudcontainer.jpg');;
	background-position:center top;
	background-repeat:repeat-y;
}

#header {
	background-image:url('../afbeeldingen/header.jpg');
	height:226px;
}

#hoofdmenubalk {
	background-image:url('../afbeeldingen/hoofdmenubalk.jpg');
	height:35px;
	line-height:35px;
	text-align:center;
}

#submenubalk {
	background-image:url('../afbeeldingen/submenubalk.jpg');
	height:23px;
	line-height:23px;
	text-align:center;
}

#inhoud {
	background-image:url('../afbeeldingen/inhoud.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding:20px 90px 50px 90px;
	margin:0px 0px 50px 0px;
}

#logo {
	position:absolute;
	margin:50px 0px 0px 50px;
}

#logo img {
	border:0px;
}

#footer {
	position:absolute;
	bottom:0px;
	text-align:center;
	margin:10px 100px 10px 100px;
	width:775px;
	border:0px;
	border-top:1px dotted #572a14;
	padding:5px 0px 0px 0px;
	color:#a78d80;
}

.clearen {
	clear:both;
}





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

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

a.hoofdmenu:hover {
	color: #d3c692;
	text-decoration:none;
}

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

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

a.submenu {
	font-size:13px;
	color: #e2cd82;
	text-decoration:none;
	
	font-weight:bold;	text-transform:lowercase;

}

a.submenu:hover {
	color: #dece90;
	text-decoration:none;
}

a.submenu:active {
	color: #bdac6e;
	text-decoration:none;
}
.tussenstuksub {
	font-size: 11px;
	color: #322b0f;
}

