/******************** Global styling elements ********************/

HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #d3be01;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA, A {
  color: #000000;
}
H1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}

/********************  styling elements ********************/

DIV.topblock DIV.submenu TD{
	border-right:solid 1px #003c79;
	padding:0px 10px;
}
DIV.inloggen H1{
	margin: 0px 0px 5px 0px;
	color:#FFFFFF;
}
DIV.inloggen FORM{
	margin:0px;
}
DIV.inloggen INPUT{
	border:0px;
	margin: 2px 0px;
}
DIV.inloggen TD{
	color:#FFFFFF;
	padding-right:10px;
}
/******************** Styling/Structural elements Frontpage-specific ********************/
TD.kol_left_1 {
	width: 300px;
	background-color:#4a4a69;
	height:300px;
	vertical-align: top;
}
TD.kol_left_2 {
	background-color:#2e8dc4;
	height:300px;
	vertical-align: top;
}
TD.kol_mid {
	width: 320px;
	background-color:#fff;
	text-align:center;
}
TD.kol_mid DIV{
	text-align:left;
	margin: 20px;
	font-size:0.9em;
}
TD.kol_right_1 {
	background-color:#db5411;
	vertical-align: middle;
	height:300px;
	padding-left:40px;
}
TD.kol_right_2 {
	background-color:#6c8d09;
	height:300px;
	width: 300px;
	vertical-align: top;
}

DIV.hoofdmenu_home {
	padding: 40px;
	}
/******************** Structural elements ALGEMEEN ********************/

DIV.positioner { /* anchor point to position content */
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  width: 1px;
  overflow: visible;
}
DIV.container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -460px; /* half of width */
  width: 920px;
}


/******************** Structural elements [vervolgpaginas] ********************/

DIV.topblock  {
	height: 124px;
	position: absolute;
	width: 920px;
}
DIV.topblock DIV.submenu {
	position: absolute;
	left: 225px;
	bottom:0px;
}
DIV.topblock DIV.inloggen {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 124px;
	color: #FFFFFF;
}
DIV.topblock DIV.inloggen DIV.innertube{
	margin: 15px 0px 15px 10px;
}
DIV.mainblock {
	position: absolute;
	bottom: 30px;
	width: 920px;
	top: 124px;
	left: 0px;
}
DIV.leftbar {
	position: absolute;
	bottom: 0px;
	width: 240px;
	top: 0px;
	left: 0px;
	background-image: url(../images/back_leftbar.gif);
	background-repeat: repeat-y;
	background-position: right;
}
DIV.leftbar DIV.hoofdmenu_1 {
	margin: 20px 0px 30px 0px ;
}
DIV.leftbar DIV.hoofdmenu_2 {
	margin: 0px;
	padding: 10px 0px;
	background-image: url(../images/back_hoofdmenu2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
DIV.contentblock {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 240px;
	right: 0px;
	overflow: auto;
}

TD.content {
	width: 460px;
}
TD.rightbar {
	color: #FFFFFF;
}
TD.content DIV.innertube, TD.rightbar DIV.innertube {
	margin: 20px 10px;
}
DIV.bottomblock {
	position: absolute;
	height: 32px;
	bottom: 0px;
	width: 920px;
}
DIV.footer {
	margin-top: 3px;
	height: 15px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}
DIV.intronetcopy {
	height: 17px;
	text-align: right;
	background-color: #4a4a69;
	padding-right: 5px;
}

/******************** Menu and navigation ********************/

DIV.hoofdmenu_home A{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	font-size:1.1em;
}
DIV.hoofdmenu_home A:HOVER {
	color: #f4dc0a;
}
DIV.topblock DIV.submenu A {
	color: #003c79;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
}
DIV.topblock DIV.submenu A:HOVER {
	color: #f4dc0a;
}
DIV.topblock DIV.submenu A.current {
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
}
DIV.leftbar DIV.hoofdmenu_1 A {
	margin-left: 15px;
	margin-bottom: 3px;
	display: block;
	color: #003c79;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}
DIV.leftbar DIV.hoofdmenu_1 A:HOVER {
	color: #f4dc0a;
}
DIV.leftbar DIV.hoofdmenu_1 .current {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
}
DIV.leftbar DIV.hoofdmenu_2 A{
	margin-left: 15px;
	margin-bottom: 3px;
	display: block;
	color: #c1bed1;
	text-decoration: none;
	padding-top: 3px;
}
DIV.leftbar DIV.hoofdmenu_2 A:HOVER {
	color: #f4dc0a;
}
DIV.leftbar DIV.hoofdmenu_2 .current {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/pijl_5.gif);
	color: #FFFFFF;
}
TD.rightbar A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;
}
TD.rightbar A:HOVER {
	text-decoration: underline;
}
DIV.footer A {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.footer A:HOVER {
	text-decoration: underline;
}
DIV.intronetcopy A {
	font-size: 7pt;
	color: #BABABC;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #137AC7;
}

/******************** [speciaal ] ********************/

