/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
dl, dt, dd
{
	margin: 0; padding: 0;
}

p { margin-bottom: 1.2em; }
h2 {}
h3 {}
h4 {}
img { border: none; }
html { font: 62.5%/200% Verdana, Arial, Tahoma, sans-serif; overflow-y: scroll; }
body { font-size: 1.2em; }

div.wrapper { overflow: hidden; }

/*
################
#	LAYOUT	   #
################
*/

/* CONTAINER */

div#container {
	width: 882px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

/* Bovenste deel */

div#header {
	height: 177px;
	margin-bottom: 10px;
	background: url(/img/headtail/logo_header.gif) no-repeat 22px 0px;
}

div#header h1 {
	text-indent: -2000px;
}

div#header h1 a {
	display: block;
	width: 535px;
	height: 90px;
	padding-top: 47px;
}

/* inhoud container */

div#main_sub {
	background: url(/img/headtail/main_sub_bg.gif) repeat-y 180px 0px;
	margin-bottom: 10px;
}

/* Linker blok */

div#left {
	float: left;
	width: 180px;
}

/* Rechter blok */

div#right {
	float: right;
	width: 702px;
	overflow: hidden;
}

div#right h1#pagina_titel {
	background: #5AA932;
	padding: 10px 15px 6px;
	height: auto;
}

div#content {
	padding: 1em 0 0 113px;
	background: url(/img/headtail/witte_pijl.gif) no-repeat 0px 15px;
	min-height: 300px;
}

div#content table { display: block; }

div#content h2 img {
	float: none;
	margin-top: 25px;
}

div#content h3 {
	color: #2a3326;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

div#content p {
	color: #2a3326;
}

div#content_foto {
	margin-top: 36px;
	float: right
}

div#content_foto img {

}

div#welkom {
	height: 103px;
	background: url(/img/headtail/welkom.gif) no-repeat;
	padding-top: 34px;
	margin-bottom: 10px;
}

div#welkom img.welkomsttekst {
	display: block;
	margin: 0px 0px 0px 382px;
}

div#introtekst {
	overflow: hidden;
	background: #B0CCE2;
	margin-bottom: 10px;
}

div#introtekst p {
	width: 245px;
	padding-left: 82px;
	background: url(/img/headtail/witte_pijl.gif) no-repeat 0px 6px;
}

div#introtekst p.eerste {
	padding-top: 28px;
	background-position: 0px 34px;
}

div#introtekst img {
	float: right;
	display: block;
}

/* Footer */

div#footer {
	width: 882px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: right;
	color: #1c6daf;
	font-size: 11px;
	background: url(/img/headtail/footer_line.gif) no-repeat 22px 0px;
}

div#footer span {
	float: left;
	margin-left: 180px;
}

div#footer a {
	color: #1c6daf;
}

div#footer span a {
	text-decoration: none;
}

/*
####################
#	  LIJSTEN	   #
####################
*/

ul#menu li a {
	height: 32px;
	padding-top: 3px;
	padding-left: 45px;
	padding-right: 10px;
	display: block;
}

ul#menu li a.active,
ul#menu li a:hover {
	background: url(/img/headtail/menu_pijltje.gif) no-repeat;
}

ul#menu li a img.hover,
ul#menu li a:hover img.non_hover,
ul#menu li a.active img.non_hover {
	display: none;
}

ul#menu li a img.non_hover,
ul#menu li a:hover img.hover,
ul#menu li a.active img.hover {
	display: block;
}

ul#menu li ul.submenu {
	margin-bottom: 3px;
	list-style: none;
}

ul#menu li ul.submenu li a {
	font: 1em Arial, Verdana, Tahoma, sans-serif;
	text-decoration: none;
	width: 135px;
	color: #1c6daf;
	display: block;
	padding: 0px;
	margin-left: 45px;
	height: 25px;
}

ul#menu li ul.submenu li a:hover, ul#menu li ul.submenu li a.active {
	color: #ff0202;
	background: none;
}

div#content ul {
	margin-bottom: 20px;
}

div#content ul li {
	color: #2a3326;
	margin-left: 18px;
}


/*
####################
#	FORMULIEREN	   #
####################
*/
form.webbeheer-formulier fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form.webbeheer-formulier legend {
	display: none;
}

form.webbeheer-formulier ul.velden {
 	margin: 0;
	padding: 0;
	list-style: none;
}
form.webbeheer-formulier ul li {
	overflow: hidden;
	height: 1%;
	margin-bottom: .5em;
}
form.webbeheer-formulier ul li label {
	width: 180px;
	float: left;
}
form.webbeheer-formulier ul li input {
	float: left;
	margin: 0;
	padding: .1em .2em;
}
form.webbeheer-formulier ul li fieldset.radiogrouper {
	float: left;
}

form.webbeheer-formulier fieldset.radiogrouper div {
	overflow: hidden;
	height: 1%;
}

form.webbeheer-formulier ul li fieldset.radiogrouper label {
	width: auto;
}
