html {
	background:url(../gfx/site/achtergrond_repeat.gif);
	height:100%;
}
body {
	background:url(../gfx/site/achtergrond.gif) repeat-y center;
	min-height:100%;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
* {
	margin:0;
	padding:0;
}
a img {border:0;}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Verdana;
	color: 				#000000;
	font-size: 			12px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 		inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {	
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;	
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

/* Container */
div#container {
	width:955px;	
	margin:0 auto;		
}

/* Header */
div#header {
	background:url(../gfx/site/header.gif) no-repeat right 74px;
	width:925px;
	padding:0 15px;
}
div#header ul {
	height:50px;
	padding:45px 0 0 0;
	text-align:right;
}
div#header li {
	display:inline;
	line-height:normal;
	font-size:12pt;
}
div#header li a {
	padding:0 0 0 10px;
	color:#707070;
	text-decoration:none;
}
div#header li.active a, div#header li a:hover {color:#cb6628;}
/* /Header */

/* Body */
div#body_border {background:url(../gfx/site/border_y.gif) repeat-y 597px 0;}
div#body {
	background:url(../gfx/site/body.gif) no-repeat top;
	width:955px;
	margin:0 0 10px 0px;	
	padding:30px 0 10px 0;
}
h1 {
	line-height:normal;
	margin:0 0 12px 0;
	font-size:14pt;
	color:#cb6628;
	font-weight:normal;
}
h1.padding {padding:0 0 0 15px;}
div#content_full {
	width:	925px;
	padding:0px 15px 0px 15px;
}
div#content {
	float:left;
	padding:0 50px 0 15px;
	width:550px;
}
div#content img.right {
	float:right;
	padding:0 0 15px 15px;
}
div#kolom {
	float:left;
	width:330px;
	padding:0 10px 0 0;	
}
div#kolom li, ul#index li {
	background:url(../gfx/site/kolom_li.gif) no-repeat left 5px;
	line-height:120%;
	padding:0 0 18px 28px;
	list-style:none;
	color:#cb6628;
	font-size:8pt;
}
div#kolom li b, ul#kolom li b {display:block;}
div#kolom li a, ul#index li a {
	display:block;
	color:#cb6628;
	text-decoration:none;
}
div#kolom li a:hover, ul#index li a:hover {color:#707070;}
div.kolom {
	float:left;
	padding:0 10px 0 15px;
	width:452px;
}
/* /Body */

/* Footer */
div#footer {
	background:url(../gfx/site/border_x.gif) repeat-x top;
	width:940px;
	line-height:26px;
	padding:0 0 0 15px;
	color:#a8a8a8;
	font-size:8pt;
}
div#footer li {
	display:inline;
	padding:0 5px 0 0;
}
div#footer li a {
	padding:0 10px 0 0;
	color:#a8a8a8;
	text-decoration:none;
}
/* /Footer */