/* algemeen */
.NoScreenDisplay {
    display:none;
    }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 70%;
	line-height: 130%
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	line-height: 130%
}
hr {
	color:#CCC;
	height: 1px
	}
/* ----------------------------------------------------------------------------------------- */
/* subMenu 2 : Rollover + HighLight ----------*/
#submenu a.subMenu2:link, #submenu a.subMenu2:visited {
	color: #666;
	text-decoration: none;
}
#submenu a.subMenu2:active, #submenu a.subMenu2:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #00346b;
}
#submenu a.subMenu2HL{
	color: #B9391A;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------- */
/* content links - OPGELET :WEL subclass omdat die kunnen bepalen in de modules!!*/
a.ankerlijst:link, a.ankerlijst:visited,
#inhoud a:link, #inhoud a:visited {
	color: #9B9B4F;
	text-decoration: underline;
}
#inhoud a:hover, #inhoud a:active{
	color: #FFF;
	text-decoration: none;
	background-color: #00346b;
}
/* ----------------------------------------------------------------------------------------- */
/* beschrijving & positionering lagen*/
#hoofdmenu {
	position: absolute;
	width: 750px;
	height: 17px;
	left: 203px;
	top: 80px;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#submenu {
	position: absolute;
	height: auto;
	width: 168px;
	left: 35px;
	top: 158px;
	padding: 5px 5px 5px 10px;
	z-index: 4;
}
#inhoud {
	position: absolute;
	left: 210px;
	top: 123px;
	margin: 0 0 20px;
	padding: 5px 15px;
	z-index: 5;
	width: 730px;
}
#taal {
	position:absolute;
	left:32px;
	top:24px;
	width:171px;
	height:73px;
	z-index:2;
}
#bg {
	top: 0;
	left: 0;
	position: absolute;
	height: 121px;
	width: 1005px;
	visibility: visible;
	z-index: 1;
}
/* ----------------------------------------------------------------------------------------- */
/* opmaak modules */
h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	line-height: 160%;
	text-transform: uppercase;
	background-image: url(bgtitel.gif);
	text-indent: 3pt;
}
h2, h3 {
	color: #00346b;
	font-size: 100%;
	line-height: 140%;
	letter-spacing: 0.2em;
	text-transform: none;
	font-weight: bold;
}
h3{
	margin:0 0 5px 0;
	}
.BeeldRechts {
	float: right;
	clear: none;
	margin: 0px 0px 10px 5px;
	border: 1px solid #ceca93;
}
.IkoonLinks{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}
.BeeldLinks {
	float: left;
	clear: none;
	margin: 0 5px 10px 0;
	border: 1px solid #ceca93;
}
.pdfopmerking {
	padding: 2px;
	margin: -5px 0 0 3px;
	float: right;
	background-color: #666;
	color: #FFF;
	}
.box {
	padding: 0;
	margin: 5px 0;
	display:block
	}
.anker {
	padding:2px;
	margin: 0;
	background-color: #F00;
	color: #FFF;
}
.footer {
	font-size: 90%;
	border-top: 1px solid #aeae60;
	color: #aeae60;
}
/* vormgeving standaard + uitgebreid formulier ---------- */
input,textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	text-align: left;
	padding: 0 2px;
	margin: 0;
}
.form {
	color: #666;
	margin: 0 0 5px 0;
	line-height: 190%;
}
.content{
	margin: 0 0 0 145px;
}
.content2{
	margin:0;
}
.label{
	margin: 0 5px 0 0;
	padding: 0;
	width: 140px;
	text-align:right;
	display: block;
	float:left;
	clear:left;
	line-height: 190%;
}
input.knop{
	color: #FFF;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	border-width: 0;
	cursor: pointer;
	margin: 5px 0 0 145px;
	padding: 2px;
	font-weight: bold;
	background: #336;
}
/* ----------------------------------------------------------------------------------------- */
/* footer links - OPGELET :WEL subclass omdat die kunnen bepalen in de modules!!*/
a.footermail:link {
	color: #7c7c7c;
	text-decoration: underline;
}
a.footermail:active, a.footermail:visited {
	color: #7c7c7c;
	text-decoration: none;
}
a.footermail:hover {
	color: #993300;
	text-decoration: none;
	background-color: #FFF;
}
/* 2 kolommen tekst + beeld ------------ */
table.portal {
	margin:10px 0;
	width:100%;
	}
table.portal .kolom1 {
	border-right: 1px solid #CCC;
	padding: 0 30px 0 0;
	vertical-align:top;
	width:50%;
	}
table.portal .kolom2 {
	padding: 0 0 0 30px;
	vertical-align:top;
	width:50%;
	}
/* klussen  */
.klustitel {
	color: #00346b;
	font-weight: bold;
	margin-bottom: 0px;
}
