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

HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:0px;
	background-color: #C89810;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
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.3em;
}
H2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	color:#8b4104;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}
/********************  styling elements ********************/ 


/******************** Styling/Structural elements Frontpage-specific ********************/

/******************** 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: -500px; /* half of width */
  width: 1000px;  
}


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

DIV.topblock  {
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	background-color: #2f3947;
}
DIV.mainblock {
	position: absolute;
	bottom: 28px;
	right:0px;
	top: 75px;
	left: 0px;
	width: 770px;
}
DIV.leftbar {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	width: 230px;
	background-color: #C0722F;
}
DIV.leftbar DIV.menu {
	margin:25px 0px 30px 0px ;
}

DIV.contentblock {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 230px;
	width: 540px;
	overflow:auto;
	background-color: #BCACA1;
	background-image: url(../images/back_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
DIV.content {
	position: absolute;
	left: 25px;
	top: 25px;
	bottom: 25px;
	width: 490px;
}
DIV.rightbar {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 230px;
	background-color: #C0722F;
	z-index: 2;

}
DIV.rightbar DIV.innertube{
	margin-top: 33px;
	text-align: center;
}
DIV.bottomblock {
	position: absolute;
	height: 28px;
	bottom: 0px;
	width: 1000px;
	z-index: 3;
	background-color: #2f3947;
}

DIV.footer {
	color: #EACDB5;
	height: 10px;
	font-size: 90%;
	text-align: center;
	margin-top:3px;
}
DIV.intronetcopy {
	height: 10px;
	bottom: 3px;
	text-align:right;
}

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


DIV.menu A {
	font-family: Arial, Helvetica, sans-serif;
	color: #EACDB5;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(../images/knop.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
}
DIV.menu A:HOVER  {
	color: #eee;
}
DIV.menu .active {
	color: #2F3947;
	background-image: url(../images/knop_down.jpg);
}

DIV.rightbar A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;
}
DIV.rightbar A:HOVER {
	text-decoration: underline;
}
DIV.footer A {
	color: #EACDB5;
	text-decoration: none;
}
DIV.footer A:HOVER {
	text-decoration: underline;
}
DIV.intronetcopy A {
	font-size: 7pt;
	color: #EACDB5;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #FF9933;
}

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

