/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background: url(images/bg.png) top repeat-x #fcfdf5;
	font-family:Arial;
	font-size:12px;
	color:#137e51;
}
hr {
	color: #137E51;
}
div#container {
	width:860px;
	background: url(images/header.png) top no-repeat;
}
div#wrapper {
	width:860px;
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y left;
	behavior: url("iepngfix.htc");
}
div#footer_container {
	width:624px;
	height:55px;
	margin:0 auto;
	padding:0 0 0 236px;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#137e51; text-decoration:underline;}
a:hover {text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:614px;
	height:220px;
	padding:0 21px 0 225px;
}
a#login {
	float:right;
	display:block;
	width:114px;
	height:21px;
	background: url(images/inloggen.png);
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:23px 0 0 0;
}
div#menutop {
	width:455px;
	float:left;
	height:32px;
	padding:26px 0 0 10px;;
}
div.menutop_item_on {
	height:32px;
	background: url(images/menutop_bg.png);
	float:left;
	margin:0 20px;
}
div.menutop_left {
	height:32px;
	background: url(images/menutop_left.png) left top no-repeat;
}
div.menutop_right {
	height:32px;
	background: url(images/menutop_right.png) right top no-repeat;
}
div.menutop_item_on a {
	display:block;
	color:#fff;
	font-weight:bold;
	padding:9px 14px 0 14px;
	text-decoration:none;
	height:23px;
}
div.menutop_item {
	height:32px;
	float:left;
	margin:0 20px;
}
div.menutop_item a {
	color:#137e51;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:23px;
	padding:9px 0 0 0;
}
/* /Header */
/* Content */
div#content {
	width:860px;
}
div#left {
	width:223px;
	float:left;
	padding:0 0 0 15px;
}
div#menu {
	width:223px;
	background: url(images/menu_bg.png) repeat-y;
}
div#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:223px;
}
div#menu ul li {
	padding:0;
	width:223px;
	height:23px;
}
div#menu ul li a {
	display:block;
	width:200px;
	height:19px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0 0 23px;
}
div#menu ul li a:hover {
		background:#bad40b;
		color:#137e51;
}
div#menu ul li.submenu {
	height:auto;
	padding:0 0 0 40px;
	line-height:22px;
	width:183px;
}
div#menu ul li.submenu a {
	font-size:11px;
	font-weight:normal;
	display:inline;
	padding:0;
}
div#menu ul li.submenu a:hover {text-decoration:underline; background:none; color:#fff;}
div#menu_onder {
	text-align:right;
	padding:10px 10px 0 15px;
}
div#menu_foot {
	width:223px;
	height:18px;
	behavior: url("iepngfix.htc");
	background: url(images/menu_foot.png);
}
div#right {
	float:right;
	width:587px;
	padding:90px 20px 0 15px;
	line-height:20px;
}
div#right p {
	margin:0;
	padding:5px 0;
}
/* /Content */
/* Footer */
div#footer {
	width:624px;
	height:28px;
	background: url(images/footer.png);
	text-align:center;
	behavior: url("iepngfix.htc");
	color:#fff;
	padding:27px 0 0 0;
}
div#footer a {
	color:#fff;
	text-decoration:underline;
}
div#footer a:hover {text-decoration:none;}
/* /Footer */
/* Tekst Opmaak */
h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
/* /Tekst Opmaak */


.formulieritem{

}
.formulieritem label {
	width: 150px;
	float:left;
}
.formulierbottom {
	text-align:right;
}
.formulierbottom label {
	width: 150px;
	float:left;
	text-align:left;
}
input[type=text] {
	width:400px;
	padding:2px;
	border:1px solid #137E51;
	margin:2px;
}
input[type=password] {
	width:400px;
	padding:2px;
	border:1px solid #137E51;
	margin:2px;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #137E51;
	margin:2px;	
}
input[type=submit]{
	padding:2px;
	border:1px solid #137E51;
	margin:2px;
}


.overzichttable {
	width:550px;
}
.overzichttable th {
	text-align:left;
	background-color:#137E51;
	color:#ffffff;
	padding:3px;
	border:1px solid #BAD40B;
}
.overzichttable td {
	text-align:left;
	padding:3px;
	border:1px solid #BAD40B;
}
.overzichttable #break td {
	border:1px solid white;
	height:10px;
	padding:0px;
	margin:0px;
}
.overzichttable a {
	text-decoration: none;
}
.overzichttable a:hover  {
	text-decoration: underline;
}
.overzichttable #navigatie td {
	text-align:right;
	border:1px solid white;
	text-decoration:none;
}