html, body {
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF4CD;
	color: #003366;
}

#mainContainer {
	width: 979px;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	margin: 0 auto;
}

/***********************************************************************/
/*                       LINK EIGENSCHAPPEN                            */
/***********************************************************************/

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #336699;
}

a.btnAgrarisch {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/pijl_witbruin.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.btnAgrarisch:hover {
	text-decoration: underline;
}

a.btnGroen {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/pijl_witgroen.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.btnGroen:hover {
	text-decoration: underline;
}

a.btnBruinDefault {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/pijl_bruindefault.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.btnBruinDefault:hover {
	text-decoration: underline;
}

a.btnGroenDefault {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/pijl_groendefault.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.btnGroenDefault:hover {
	text-decoration: underline;
}

a.btnGeelDefault {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/pijl_geeldefault.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.btnGeelDefault:hover {
	text-decoration: underline;
}

a.history {
	color: #FFFFFF;
	text-transform: lowercase;
}

a:hover.history {
	color: #FFFFFF;
	text-transform: lowercase;
}

/***********************************************************************/
/*                       FORM EIGENSCHAPPEN                            */
/***********************************************************************/

div.formulier {
	background-color: #FFF4CD;
	border: solid 1px #FFD61A;
	padding: 14px 8px 14px 8px;
}

div.formulier div.error_message li {
	color: red;
}

input {
	color: #003366;
}

input.btn {
	border: solid 2px #7F99B2;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

select {
	color: #003366;
}

table.formulier {
}

table.formulier td.label {
	padding-right: 8px;
}

span.verplicht {
	color: red;
}

table.formulier td.input {
	
}

/***********************************************************************/
/*                       FLASH                                         */
/***********************************************************************/
	


/***********************************************************************/
/*                       CONTENT					                             */
/***********************************************************************/

#contentLeft {
	vertical-align: top;
	width: 146px;
	background-color: #D9E1E8;
}

#contentLeft #headerLeft {
	height: 23px;
	background-color: #003366;
}

#contentLeft #naw {
	padding: 8px;
}

#contentMain {
	vertical-align: top;
	width: 621px;
	background-color: #FFFFFF;
}

#contentMain #historyBar {
	height: 19px;
	padding-left: 8px;
	padding-top: 4px;
	background-color: #003366;
	color: #FFFFFF;
	text-transform: lowercase;
}

#contentMain h2 {
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 8px;
	margin-top: 15px;
}

#contentMain #body {
	padding: 0px 8px 10px 8px;
}

#contentRight {
	vertical-align: top;
	width: 210px;
}

#contentRight div.text {
	padding: 8px;
}


/*** nothing ***/

td.nothing {
	width: 1px;
	background-color: #FFFFFF;
}

/*** MISC ***/

div.titelLichtBlauw {
	height: 19px;
	padding-left: 8px;
	padding-top: 4px;
	background-color: #97ACC1;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}

div.titelDonkerGeel {
	height: 19px;
	padding-left: 8px;
	padding-top: 4px;
	background-color: #FFD61A;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}

div.titelLichtGeel {
	height: 19px;
	padding-left: 8px;
	padding-top: 4px;
	background-color: #FFE993;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}

/*** sitemap elementen ***/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;
}