/* Algemene lay-out */

html, body {
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.thetable {
	position: relative;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	border-spacing: 0; /* required by Opera 6 */
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* hide this from opera6 */
head:first-child+body div.thetable {height: 100%;}

.tablerow {
	display: table-row;
}

.tablecell	{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0;
	padding-top: 130px;
	padding-bottom: 130px;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}

/* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one {
	width: 186px;
	position: relative;
	z-index: 5;
	background-image: url(../img/linkerkolom.gif);
	background-repeat: repeat-y;
}
.two {
	width: auto;
	position: relative;
	/* background-color: White; */
	overflow-x: auto;
	z-index: 4;
}
.three {
	width: 150px;
   position: relative;
	background-image: url(../img/rechterkolom.gif);
	background-repeat: repeat-y;
	z-index: 3;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	background: White;
	width: 100%;
	z-index: 10;
}

#footer {
	clear: both;
	position: relative;
	height: 130px;
	background: White;
	margin-top: -130px;
	margin-bottom: 130px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
	z-index: 15;
}

/* hide this from opera6 */
head:first-child+body div#footer {margin-bottom: 0;}

.inhoud {
	text-align: left;
	vertical-align: top;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	/* background-color: White; */
}
p.inhoud, tr.inhoud, td.inhoud {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}


/* Achtergronden */
.titel_vl {
	background-image: url(../img/titel_v1.gif);
	background-repeat: repeat-x;
}
.titel_vr {
	background-image: url(../img/titel_v2.gif);
	background-repeat: repeat-x;
}
.v2 {
	background-image: url(../img/bg_v2.gif);
	background-repeat: repeat-x;
}
.v3 {
	background-image: url(../img/bg_v3.gif);
	background-repeat: repeat-x;
}
.v5 {
	background-image: url(../img/bg_v5.gif);
	background-repeat: repeat-x;
}
.links {
	background-image: url(../img/links.gif);
	background-repeat: repeat-y;
}
.linksschaduw {
	background-image: url(../img/schaduw_r.gif);
	background-repeat: repeat-y;
}
.rechts {
	background-image: url(../img/rechts.gif);
	background-repeat: no-repeat;
}
.linksonder {
	background-image: url(../img/links4.gif);
}
.linksboven {
	background-image: url(../img/logo2.gif);
}

/*navigatie lay-out */
/*-------------------------------*/
/* navigatie level 1             */
/*-------------------------------*/
#nav {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -2px;
	line-height: 22px;
}
#nav li {
	display: inline;
	list-style-type: none;

}
#nav a, #nav a:link, #nav a:visited {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #878889;
	font-family: Tahoma;
	/* border-right-color: #424142;
	border-right-style: dashed;
	border-right-width: 1px; */
}
#nav a:hover, #nav a:link.active, #nav a:visited.active {
	color: Black;
}
#nav li.active {
	color: #000;
}

/*-------------------------------*/
/* navigatie level 2 en 3        */
/*-------------------------------*/
ul#nav2box {
	float: left;
	/* width: 100%; */
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma;
}
ul#nav2box li {
	list-style: none;
	line-height: 14px;
	padding: 2px 0px 4px 3px;
}
/* navigatieknoppen */
ul#nav2box a, ul#nav2box span {
	/* font color en background color van niet-actieve knoppen */
	text-decoration: none; 
	color: #878889;
}
ul#nav2box a:hover, ul#nav2box span {
	/* font color en background color van actieve knoppen */
	color: Black;
}

/*-------------------------------*/
/* Bijkomende navigatie          */
/*-------------------------------*/

/* Breadcrumbs */
div#breadcrumb {
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 10px;
	color: White;
}
div#breadcrumb a {
	color: #E7EBEF;
	text-decoration: underline;
}
div#breadcrumb a:hover {
	color: White;
	text-decoration: none;
}

/* Tekstlinks met kader */
#xnav {
	text-align: right;
	padding-right: 8px;
	vertical-align: middle;
	margin-top: 4px;
	line-height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	font-variant: small-caps;
}
#xnav a {
	color: #878889;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	margin-left: 5px;
	border: 1px solid #878889;
}
#xnav a:hover {
	color: White;
	background-color: #C6CBCE;
}

/* linkerlinks */
#lo_nav {
	line-height: 20px;
	margin-top: -2px;
	text-align: right; 
	margin-right: 15px;
}
#lo_nav a {
	float: right;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #878889;
	padding: 0px 8px 0px 8px;
}
#lo_nav a:hover {
	text-decoration: none;
	color: Blue;
}


/* Lay-out overige elementen */

.kader {
	background-color: #EEEEF4;
	border: 1px solid #005594;
	padding: -10px 2px 2px 2px;
	margin: 0;
}

.kadertitel {
	float: left;
	display: block;
	border: 1px solid Black;
	background-color: #DEDFE7;
	position: relative;
	margin-top: -11px;
	margin-left: 4px;
	padding: 0px 8px 2px 8px;
	line-height: 16px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #005594;
}

.datum {
	font-size: 11px;
	color: White;
	padding-right: 10px;
	vertical-align: middle;
	margin-top: -14px;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.nieuwsloper {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
.lastchange {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* organogrammen */
td.lb {
	border-left: 1px solid #424142;
	border-top: 1px solid #424142;
}
td.rb {
	border-right: 1px solid #424142;
	border-top: 1px solid #424142;
}
td.lo {
	border-left: 1px solid #424142;
	border-bottom: 1px solid #424142;
}
td.ro {
	border-right: 1px solid #424142;
	border-bottom: 1px solid #424142;
}
td.hb {
	border-top: 1px solid #424142;
}
td.ho {
	border-bottom: 1px solid #424142;
}
td.vl {
	border-left: 1px solid #424142;
}
td.vr {
	border-right: 1px solid #424142;
}
td.cel {
	border: 1px solid #424142;
}

.ezelsoor {
	background-image: url(../img/ezelsoor.gif);
	border-left: 1px solid #848A8C;
	border-top: 1px solid #848A8C;
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* HTML-tags */
p, td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	line-height: 20px;
}

h1{
	color: #424142;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2{
	color: #424142;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3{
	color: #424142;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h4{
	color: #424142;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h5{
	color: #424142;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #424142;
	background-color: #EEEEF4;
	margin: 2px;
}
.button, .savebutton, .backbutton {
	background-color: #424142;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px outset;
	color: White;
}
fieldset {
	border: 1px solid #E7E7ED;
	padding: 4px;
}

legend {
	color: #005594;
	padding: 2px 6px;
	font-weight: bold;
} 


a, a:link, a:visited {
	font-family: inherit;
	color: Blue;
	text-decoration: none;
}
a:hover, a:active {
	font-family: inherit;
	color: Blue;
	font-size: inherit;
	text-decoration: underline;
}

li {
	list-style-image: url(../img/bullet.gif);
}
hr {
	height: 1px;
}
