/* algemeen */
.NoScreenDisplay {
    display:none;
    }
body{
	color: #333;
	padding: 0 0 20px 0;
	font: 70%/140% Verdana, Arial, Helvetica, sans-serif;
	background: #CDD8E4;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
hr {
	color:#CCC;
	height: 1px
	}
.anker {
	padding:2px;
	margin: 0;
	background-color: #F00;
	color: #FFF;
}
/* ----------------------------------------------------------------------------------------- */
/* subMenu : Rollover + HighLight ----------*/
#submenu a.subMenu2:link, a.subMenu2:visited {
	color:	#000;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	border-bottom: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
}
#submenu a.subMenu2:active, 
#submenu a.subMenu2:hover, 
#submenu a.subMenu2HL{
	color: #000;
	text-decoration: none;
	display: block;
	background: #CDD8E4;
	height: 20px;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	padding-right: 5px;
}
/* ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/* content links - OPGELET :WEL subclass omdat die kunnen bepalen in de modules!!*/
a.url:link, a.url:visited, a.url:active, a.ankerlijst:link, a.ankerlijst:visited,a.ankerlijst:active,
#inhoud a:link, #inhoud a:visited, #inhoud a:active{
	color: #333333;
	text-decoration: underline;
}
a.url:hover, a.ankerlijst:hover,
#inhoud a:hover{
	color: #333;
	text-decoration: none;
	background: #CDD8E4;
}
/* ----------------------------------------------------------------------------------------- */
/* beschrijving & positionering lagen*/
#hoofdmenu {
	position: absolute;
	z-index: 10;
	width: 1024px;
	left: 0px;
	top: 139px;
	color: #FFF;
	text-decoration: none;
	height: 36px;
}
#wrapper{
	margin: 0 auto;
	width:1024px;
	position:relative;
	z-index:2;
	height: auto;
	background-color: #FFF;
	}
#parent{
	position:relative;
	width: 1023px;
	margin: 0;
	padding: 0;
	text-align:left;
	vertical-align:top;
	}
#header {
	position:relative;
	top: 0;
	height: 139px;
	width: 1024px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	z-index:2;
	}
#inhoud {
	position: relative;
	width:738px;
	float:right;
	clear:none;
	display: block;
	text-align:left;
	vertical-align:top;
	z-index:9;
	padding: 22px 45px 60px;
	border-left: 1px solid #CCC;
	background: #FFF;
	top: 24px;
}
#submenu {
	left: 0;
	top: 100px;
	width: 194px;
	position: relative;
	z-index: 5;
	text-align: right;
	padding: 0;
	float: left;
	clear: none;
	vertical-align: top;
}
/* ----------------------------------------------------------------------------------------- */
/* opmaak modules */
h1 {
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px solid #CCDAD9;
	line-height: 130%;
	text-align: left;
	color: #7DA0C4;
	text-transform: uppercase;
}
h2, h3 {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left top;
}
.BeeldRechts {
	float: right;
	clear: none;
	margin: 0 0 10px 15px;
}
.IkoonLinks{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.BeeldLinks {
	float: left;
	clear: none;
	margin: 0 15px 10px 0;
}
.footer {
	border-top: 1px solid;
	width: 565px;
}
.box {
	padding: 0 2px;
	margin: 0 0 5px 0;
	display: block;
}
.pdfopmerking {
	padding: 1px 4px;
	margin: 0 0 0 5px;
	float: right;
	background-color: #C4D8E4;
	color:#333;
	}
/* vormgeving standaard + uitgebreid formulier ---------- */
input,textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	padding: 0 2px;
	margin: 0;;
}
.form {
	margin: 0 0 5px 0;
	padding: 2px;
	line-height: 190%;
}
.content{
	margin: 0 0 0 155px;
}
.content2{
	margin:0;
}
.label{
	margin: 0 5px 0 0;
	padding: 0;
	width: 150px;
	text-align:right;
	display: block;
	float:left;
	clear:left;
	line-height: 190%;
}
.easysite{
	font-size:10px;
	color:#CCC;
	line-height: 30px;
	padding-left: 8px;
	}
	
input.knop {
	background-color: #CDD8E4;
	color: #333;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	border-width: 0;
	cursor: pointer;
	margin: 5px 0 0 155px;
	padding: 2px;
}
/* 2 kolommen tekst + beeld ------------ */
table.portal {
	margin:10px 0;
	width:100%;
	}
table.portal .kolom1 {
	border-right: 1px solid #CCC;
	padding: 0 45px 0 0;
	vertical-align:top;
	width:50%;
	}
table.portal .kolom2 {
	padding: 0 0 0 45px;
	vertical-align:top;
	width:50%;
	}

