body
{
	background-color: #EEEEEE;
}

.H1
{
	height: 30px;
}

#topbar .left, #topbar .right
{
	background-image: url(img2/topbar_bg.jpg);
}

#topbar .middle
{
	background-color: #EDEDED;
	background-image: url(img2/header_bg.jpg);
	width: 737px;
}

#menubar .left, #menubar .right
{
	background-color: #668B3D;
}

#mainmenu
{
	width: 737px;
	background-image: url(img2/mainmenu_bg.jpg);
	line-height: 25px;
	color: #668B3E;
	font-weight: bold;
	text-align: left; 
}
#mainmenu a
{
	color: #668B3E;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
}

#middlebar
{
	background-color: white;
}

#mainpanel
{
	text-align:left; 
	margin: 0px auto;
	padding-bottom: 20px;
}

#mainpanel .content
{
	width: 500px;
	background-color: #white;
}

#contentpanel 
{
	margin: 10px;
	font-size: 12px;
	text-align: justify;
	width: 530px;
}

#rightpanel
{
	float: right;
	width: 186px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
}

#rightpanel .header 
{
	background-color: #688D3F;
	padding: 3px;
	padding-left: 10px;
}

#rightpanel .menu ul
{
	margin: 10px;
	padding: 0px;
	margin-left: 26px;
	list-style-position: outside;
	list-style-image: url(img/dotIcon.gif);
}

#rightpanel .menu a
{
	color: black;
}
#rightpanel .menu a:hover
{
	color: #688D3F;
	text-decoration: none;
}

#bottombar
{
	margin: 10px auto;
	color: white;
	background-image: url(img2/bottombar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#bottombar .middle
{
	background-color: #668B3D;
}

#bottombar a
{
	color: white;
}

#bottombar a:hover
{
	color: white;
	text-decoration: none;
}


#bottombar .left
{
	float: left;
	width: 380px;
	text-align: left;
	margin: 16px;
}

#bottombar .right
{
	float: right;
	width: 280px;
	text-align: right;
	margin: 16px;
}


h3
{
	background-color: #96A82E;
	padding: 0px;
	padding-left: 10px;
	color: white;
	margin: 0px;
	margin-top: 10px;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
}

a
{
	color: black;
}
a:hover
{
	text-decoration: none;
	color: #668B3E;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
}


#loginmenu
{
	background-color: #96A82E;
	position: absolute;
	display: block;
	margin: 0px;
	margin-left: 560px;
	margin-top: 25px;
	padding: 0px;
	width: 178px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	display: none;
}

#loginmenu a
{
	margin-left: 16px;
	margin-right: 16px;
	line-height: 19px;
	color: white;
}

#loginmenu li.mouseOut
{
	background-color: #96A82E;
}

#loginmenu li.mouseOver
{
	background-color: #A6B83E;
}

.formbutton {
	border: 0px;
	background: url(images/bg_submit.gif) no-repeat;
	width: 70px !important;
	height: 18px;
	padding-bottom: 2px;
	margin-top: 5px;
	color: #FFFFFF;
}

@charset "UTF-8";
/* CSS Document */

body {
	background: #707070 url(images/bg_pattern.gif);
	margin: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 820px;
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
}

#wrapper-corners-top {
	width: 840px;
	margin: 20px auto 0 auto;
}

#wrapper-corners-bottom {
	width: 840px;
	margin: 0 auto 0 auto;
}

/* ----------------- HEADER ----------------- */

#header {
	width: 820px;
	background: #000000;
}

#topmenu {
	background: url(images/bg_topmenu.gif) no-repeat;
	color: #455e15;
	height: 18px;
	padding: 4px 6px 0 6px;
	width: 808px;
	margin-bottom: 1px;
}

#topmenu a{
	color: #FFFFFF;
	text-decoration: none;
}

#topmenu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* ----------------- MIDDLE ----------------- */

#middle {
	width: 820px;
	padding: 10px 0 10px 0;
	overflow: hidden;
}

/* ----------------- TEXT ----------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #d08b20;
}

h3
{
	background-color: #516b1f;
	border-left: 4px solid #cb8431;
	padding: 0 0 0 8px;
	color: white;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}

h4
{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

p, .editable  {
	color: #636363;
	line-height: 18px;
	margin: 0;
}

/* ----------------- LEFT ----------------- */

#left {
	width: 195px;
	padding-left: 5px;
	float: left;
}

/* MENU */

div#menu {
	width: 158px;
	margin-bottom: 20px;
}

div#menu a {
	color: #516b1f;
	text-decoration: none;
}

div#menu a:hover {
	color: #b66400;
	text-decoration: underline;
}

ul#menu {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul#menu li {
	margin-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
	list-style-type: none;
	padding-bottom: 3px;
}

/* NIEUWSBRIEF */

div#nieuwsbrief {
	width: 158px;
	margin-bottom: 20px;
}

.textbox {
	border: 1px solid #acacac;
	width: 139px;
	background-color: #d7d7d7;
}

.combobox {
	border: 1px solid #acacac;
	width: 139px;
	background-color: #d7d7d7;
	padding: 1px;
}

.label {
	display: block;
	margin-top: 5px;
	color: #636363;
	width: 160px;
}

/* ZOEK EEN KIND */

div#zoek {
	width: 158px;
	margin-bottom: 20px;
}

span.zoek-text{
	display: block;
	margin-top: 5px;
	color: #636363;
}

/* ----------------- RIGHT ----------------- */

#right {
	width: 620px;
	float: right;
}

/* ----------------- FOOTER ----------------- */

#footer {
	width: 712px;
	background: #aa681a url(images/bg_footer.gif) no-repeat;
	clear: both;
	text-align: center;
	color: #6b4811;
	padding-top: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	margin: 2px 0 0 0;
	color: #FFFFFF;
}

.button
{
	background-image: url(img/verzenden_bt.gif);
	border-style: none;
	height: 19px;
	width: 114px;
	font-size: 11px;
	color: white;
}



a img
{
	border: none;
}

.error
{
	color: #990000;
	font-style: italic;
}
