/* POSITIONERING ELEMENTEN */

body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-image: url(images/sidebarbg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	letter-spacing: 0;
	}

#container {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}

#boven {
	width: 100%;
	height: 157px;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	height: 117px;
	}

#logo	{
	float:left;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 265px;
	height: 77px;
	}

#zoekdink {
	float:right;
	margin-top: 79px;
	margin-bottom: 16px;
	width: 200px;
	height: 20px;
	}

#midden {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	}

#inhoud	{
	width: 500px;
	padding: 40px 30px 130px 0px;
	float: left;
	}

#inhoud h1 {
	margin: 0px;
	}

#sidebar {
	width: 200px;
	padding: 40px 0px 50px 0px;
	float: right;
	}

#onder	{
	clear: both;
	height: 80px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: block;
	z-index: 999;
	}

#blaadje {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	height: 26px;
	padding-bottom: 0px;
	}

#footer	{
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	height: 54px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#linkerfooter {
	float: left;
	height: 54px;
	}

#linkerfooter p {
	margin: 0px;
	padding: 0px;
	}

#rechterfooter {
	float: right;
	height: 54px;
	}

#rechterfooter p {
	margin: 0px;
	padding: 0px;
	}





/* OPMAAK ELEMENTEN */

#boven	{
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	}

#logo a img {
	border: 0px;
	}

#sidebar {
	background-color: #f3f3f3;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	}

#onder	{
	background-image: url(images/onderbg.jpg);
	background-repeat: repeat-x;
	}





/* OPMAAK TEKST */

body	{
	font-family: Tahoma, sans-serif;
	color: #808080;
	}

#inhoud h1 {
	font-size: 13pt;
	color: #95bc0b;
	font-weight: normal;
	}

#inhoud p {
	font-size: 9pt;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	}

#inhoud p a {
	color: #b6b6b6;
	text-decoration: underline;
	}

#inhoud p a:hover {
	color: #b6b6b6;
	text-decoration: none;
	}

#footer {
	font-size: 9pt;
	color: #949494;
	}

#footer a {
	color: #a1a1a1;
	text-decoration: underline;
	}


#footer a:hover {
	color: #a1a1a1;
	text-decoration: none;
	}

#sidebar p.foto {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	text-align: center;
	}





/* ZOEKFORMULIER */

.tekstvak {
	border: 1px solid #c6e559 !important;
	background-color: #f2fbd0 !important;
	background-image: none !important;
	width: 141px !important;
	height: 16px !important;
	padding: 1px !important;
	position: relative !important;
	top: -5px !important;
	color: #96bd08 !important;
	font-family: Tahoma, sans-serif !important;
	}





/* OPMAAK MENU */

#menu	{
	margin: 0px auto 0px auto;
	width: 730px;
	height: 40px;
	padding: 0px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	}

#menu ul {
	position: relative;
	top: 10px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	}

#menu ul li {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#menu ul li a {
	margin: 0px;
	padding-right: 27px;
	padding-top: 0px;
	color: #808080;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(images/bolleke.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

#menu ul li a:hover {
	color: #95bc0b;
	background-image: url(images/bolleke.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

#menu ul li a.active {
	color: #95bc0b;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(images/bollekehover.png);
	background-repeat: no-repeat;
	background-position: left center;
	}





/* OPMAAK SIDEBARMENU */

#sidebar ul {
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #b3b3b3;
	}

#sidebar ul li {
	width: 200px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #b3b3b3;
	font-size: 9pt;
	}

#sidebar ul li a {
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 184px;
	height: 22px;
	color: #808080;
	background-color: #eaeaea;
	text-decoration: none;
	letter-spacing: -0.01em;
	}

#sidebar ul li a:hover {
	background-color: #dedede;
	}

#sidebar ul li a.active {
	background-color: #dedede;
	}