/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background:#133806 url(../gfx/pageback.gif) repeat-x left top;
	
	scrollbar-face-color: #ddd; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-shadow-color: #aaa; 
	scrollbar-3dlight-color: #aaa; 
	scrollbar-arrow-color:  #666; 
	scrollbar-track-color: #FFF; 
	scrollbar-darkshadow-color: #FFF;
	}
body, table, th, td, p, input, textarea, select {
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#133806;
	}
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 15px 0;
	}
	
a {color:#133806;}
a:hover {text-decoration:underline;}
h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:13px;}
h4 {}
h5 {}
h6 {}	
p {}
	
ol {}
ul {}
li {}
li li {}
label {
	
	}
.cB {
	clear:both;
	}
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:988px;
	min-height:100%;
	height:100%;
	text-align:left;
	background:#FFF url(../gfx/mainback.jpg) repeat-y left top;
	}
	/* mozilla hax \*/
html>body #container {
    height:auto;
	}
	/* mozilla hax */

/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	height:65px;
	background:#FFF url(../gfx/headback.jpg) repeat-y left top;
	}
div.header .logo {
	width:190px;
	_width:208px;
	float:left;
	padding:20px 0 0 18px;
	}
div.header .titel {
	width:400px;
	float:left;
	padding:20px 0 0 20px;
	}
/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/

div.navigatie {
	float:left;
	width:190px;
	_width:208px;
	}

div.navigatie .hoofdNav {
	border-left:18px solid #133806;
	}
div.navigatie .hoofdNav img {
	display:block;
	}
div.navigatie .hoofdNav a {
	display:block;
	}
div.navigatie .hoofdNav a:hover {}
div.navigatie .hoofdNav a.active {}

div.navigatie .subNav {}
div.navigatie .subNav a {
	display:block;
	text-decoration:none;
	color:#133806;
	padding:7px 0px 8px 30px;
	background:transparent url(../gfx/arrow_normal.gif) no-repeat left top;
	}
div.navigatie .subNav a:hover {
	background:transparent url(../gfx/arrow_over.gif) no-repeat left top;
	}
div.navigatie .subNav a.active {
	
	}
	

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:970px;
	clear:both;
	}
div#footer .footerText {
	text-align:right;
	padding:7px 10px 7px 0px;
	}
	div#footer .footerText a:hover {
	text-decoration:underline;
	}

/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.mainContent {
	margin:0px 400px 0 211px;
	padding:15px;
	_margin:0px 397px 0 208px; /* IE6 fix */
	line-height:1.4em;
	}

div.mainContent table.main{
	padding:0;
	margin:0;
	width:500px;
	}
div.mainContent table tr td li{
	padding:0;
	margin: 0 0 10px 0;
	}
div.mainContent table tr td li a{
	color:#133806;
	text-decoration:none;
	}
div.mainContent table tr td li a:hover{
	text-decoration:underline;
	}
table.details 
{
	margin-left: 3px;
	width: 210px;
	}			
td.left 
{
	vertical-align: top;
	width: 85px;
}
td.right
{
	vertical-align: top;
	width: 115px;
}
div.mainContent2 {
	margin:0px 100px 0 211px;
	padding:20px;
	_margin:0px 97px 0 208px; /* IE6 fix */
	line-height:1.4em;
	
	}
div.sidebar {
	float:right;
	width:380px;
	}
.sideKop {
	padding:10px;
	height:50px;
	background:#FFF url(../gfx/backKop.jpg) repeat-y left top;
	}
.linksSchilders {
	padding:10px;
	}
.linksSchilders a {
	display:block;
	padding-bottom:3px;
	text-decoration:none;
	color:#133806;
	
	}
.linksSchilders a:hover {}
.adres {
	margin:30px;
	position:absolute;
	bottom:0px;
	padding-top:20px;
	border-top:1px solid white;
	color:#133806;
	line-height:1.4em;
	}
	.adres a {
		color:#133806;
		text-decoration:none;
		}
	.adres a:hover {
		text-decoration:underline;
		}
		
/* ============================================================	*/ 
/* ========	OVERZICHT		  	===============================	*/
/* ============================================================	*/ 		
body.overzicht .sidebar {
	width:200px;
	}
body.overzicht #container {
	background:#FFF url(../gfx/mainback_wide.jpg) repeat-y left top;
	
	}
body.overzicht div.header {
	background:#FFF url(../gfx/headback_wide.jpg) repeat-y left top;
	}
body.overzicht div.mainContent {
	margin-right:220px;
	_margin-right:217px;
	}
body.overzicht div.mainContent p{margin:0; padding:0;}
body.overzicht .sidebar .schilders {
	
	}
.itemBlock {}
.itemBlock td {
	width:1%;
	font-size:11px;
	vertical-align:top;
	}
.itemBlock .img {
	padding:20px 20px 10px 0;
	vertical-align:bottom;
	}
.itemBlock .text {
	
	}
	.itemBlock .text i {
	color:#9E1010;
	font-style:normal;
	font-weight:bold;
	}
.itemBlock .nr {
	padding:10px 0 10px 0;
	font-weight:bold;
	border-bottom:2px solid #F4F7CE;
	}
.alfabet {
	margin:20px 0 50px 0;
	}
.alfabet a {
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	border:1px solid #FFF;
	padding:0x 0px 2x 0px;
	width:20px;
	color:#133806;
	}
.alfabet a:hover {
	border:1px solid #133806;
	
	}
/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

form {
		margin:0px;
		}
.formgrid {
		}
.formGrid td {
		}
.formGrid .nameCell {
	}
.formGrid .inputCell {
		}
input,
select {
	vertical-align:middle;
	}
input.typeText {
	color:#F00;
	font-weight:normal;
	border-top:1px solid #F00;
	border-right:1px solid #F00;
	border-bottom:1px solid #F00;
	border-left:1px solid #F00;
	}
.formGrid input.typeText {
	padding-left:5px;
	}
label {
	vertical-align:middle;
	}
select.select {
	
	}
textarea.textarea {
	
	}


img.image 
{
	padding: 10px 8px 10px 8px;
}
table.itemcontainer 
{
	width : 500px;
	margin-left:
}