/* algemeen */
.NoScreenDisplay {
    display:none;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #636563;
	font-size: 70%;
	line-height: 140%;
	padding: 0 25px;
}
td{
	font-size: 100%;
}
hr {
	color:#CCC;
	height: 1px
	}
.anker {
	padding:2px;
	margin: 0;
	background-color: #F00;
	color: #FFF;
	margin-left: 25px
}
/* ----------------------------------------------------------------------------------------- */
/* subMenu 2 : Rollover + HighLight ----------*/
#submenu a.subMenu2:link, a.subMenu2:visited, a.subMenu2:active {
	color: #000;
	font-size: 100%;
	text-decoration: underline;
}
#submenu a.subMenu2:hover{
	color: #FFF;
	text-decoration: underline;
	background-color: #b5b6b5;
}
#submenu a.subMenu2HL {
	color: #FFF;
	text-decoration: underline;
	background-color: #b5b6b5;
}
/* ----------------------------------------------------------------------------------------- */
/* content links - OPGELET :WEL subclass omdat die kunnen bepalen in de modules!!*/
a.url:link, a.url:visited,a.ankerlijst:link, a.ankerlijst:visited,
#inhoud a:link, #inhoud a:visited {
	color: #333;
	text-decoration: underline;
}
a.url:hover, a.url:active,a.ankerlijst:hover, a.ankerlijst:active,
#inhoud a:active, #inhoud a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #B5B6B5;
}
/* layers-----------------------------------------------------------------------------------*/
#hoofdmenu {
	position: absolute;
	z-index: 2;
	height: 1076px;
	width: 142px;
	left: 16px;
	top: 195px;
	color: #FFF;
}
#header {
	width: 957px;
	height: 184px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}
#inhoud {
	position: absolute;
	z-index: 4;
	width: 794px;
	left: 181px;
	top: 166px;
	background-image: url(wit.gif);
	height: auto;
	background-color: #FFF;
	padding: 0;
}
#submenu {
	height: 115px;
	left: 0;
	top: 223px;
	position: absolute;
	z-index: 5;
	width: 181px;
	text-align: left;
}
#menubeeldrechts {
	width: 143px;
	height: 37px;
	left: 849px;
	top: 0;
	position: absolute;
	z-index: 6;
}
/* ----------------------------------------------------------------------------------------- */
/* opmaak modules */
h1 {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dashed;
	line-height: 150%;
	text-align: left;
	color: #000;
	margin: 0 25px 3px 25px;
	letter-spacing: 0.1em;
}
h2, h3 {
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted;
	margin: 0 25px 3px 25px;
}
h3{
	margin:0 0 5px 0
	}
p {
	padding: 0 25px;
}
.BeeldRechts {
	float: right;
	clear: none;
	margin: 0 25px 10px 10px;
}
.IkoonLinks{
	float: left;
	clear: none;
	margin: 0 5px 0 25px;
	padding: 0;
}
.BeeldLinks {
	float: left;
	clear: none;
	margin: 0 10px 10px 25px;
}
.footer {
	border-top: 1px dotted;
	width: auto;
	letter-spacing: 0.1em;
	height: 20px;
	margin: 10px 25px 5px 25px;
}
.pdfopmerking {
	color: #FFF;
	padding: 1px 4px;
	margin: 0 25px 0 5px;
	clear: none;
	float: right;
	background-color: #FF7129;
}
.box {
	padding: 0 3px;
	margin: 0 0 5px 25px;
	display:block;
	width:620px;
}
.footerbalk {
	width: auto;
	background-color: #B5B6B5;
	margin: 0;
	padding: 0;
	height: 20px;
	}
.SplashLinks {
	clear: none;
	float: left;
	left: 0;
	top: 0;
	position:absolute
}
/* vormgeving standaard + uitgebreid formulier ---------- */
input,textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #636563;
	font-size: 100%;
	text-align: left;
	padding: 0 2px;	
	margin: 0;
}
.form {
	margin: 0 25px 5px 25px;
	line-height: 190%;
}
.content{
	margin: 0 0 0 125px;
}
.content2{
	margin:0;
}
.label{
	margin: 0 5px 0 0;
	padding: 0;
	width: 100px;
	text-align:right;
	display: block;
	float:left;
	clear:left;
	line-height: 190%;
}
input.knop {
	background-color: #FF7129;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	border-width: 0;
	cursor: pointer;
	margin: 5px 0 0 105px;
	padding: 2px;
}
/* 2 kolommen tekst + beeld ------------ */
table.portal {
	margin:10px 0;
	width:100%;
	}
table.portal .kolom1 {
	border-right: 1px solid #CCC;
	padding: 0 20px 0 0;
	vertical-align:top;
	width:50%;
	}
table.portal .kolom2 {
	padding: 0 0 0 20px;
	vertical-align:top;
	width:50%;
	}