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

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

#wrapper {
	background-image:url('../afbeeldingen/wrappers/willekeurig.php');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 0px 100px 0px;
}

#container {
	margin: 0 auto;
	width:975px;	

}

.clearen {
	clear:both;
}

#kop {
	
}

#logo {
}

#logo img {
	border:0px;
}

#naw {
	margin:30px 0px 0px 800px;
	text-align:right;
	position:absolute;
	color:#434900;
	line-height:20px;
}

#naw a {
	color:#434900;
	text-decoration:none;
}

#hoofdmenubalk {
	height:34px;
	line-height:34px;
	background-image:url('../afbeeldingen/achtergrond_hoofdmenu.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 50px
}

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

#tussenstuk {
	background-image:url('../afbeeldingen/achtergrond_tussenstuk.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:15px;
}

#content {
	margin:0px 0px 30px 0px;
}

#inhoud {
	margin:0px 0px 0px 120px;
	padding:40px 40px 30px 40px;
	float:left;
	width:533px;
	background-image:url('../afbeeldingen/achtergrond_inhoud-trans.png');
	background-position:left top;
	background-repeat:repeat;	
}

#submenu{
	float:right;
	width:167px;
	padding:0px 0px 40px 0px;
	margin:0px 47px 0px 0px;
	background-color:#a4af30;
}

#submenubalk {
	text-align:center;
}

#tafeltje {
	margin:20px 0px 0px -50px;
	width:270px;
	height:167px;
	position:absolute;
	background-image:url('../afbeeldingen/tafeltje-trans.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}

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

a.hoofdmenu {
	font-size: 15px;
	color: #434900;
	text-decoration:none;
	font-weight:bold;
}

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

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








a.hoofdmenuactief {
	font-size: 15px;
	font-weight:bold;
	color:#fb6721;
	text-decoration:none;
}

a.hoofdmenuactief:hover {
	font-weight:bold;
	color:#fb6721;
	text-decoration:none;
}

a.hoofdmenuactief:active {
	font-weight:bold;
	color:#fb6721;
	text-decoration:none;
}











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

a.submenu {
	font-size:13px;
	color: #434900;
	text-decoration:none;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}

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

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

a.submenuactief {
	font-size:12px;
	color: #434900;
	text-decoration:none;
	display:block;
	font-weight:bold;
	text-decoration:underline;
	
	margin:0px 0px 10px 0px;
}

a.submenuactief:hover {
	color: #434900;
	text-decoration:none;
}

a.submenuactief:active {
	color: #434900;
	text-decoration:underline;
}








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






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

html, body {
	height:100%;
}

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

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

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