HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:0px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url('../img/bg2.jpg');
	background-color: bcbebd;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}                 
BODY, TR, TD, INPUT, SELECT, TEXTAREA, A {
	color: #FFFFFF;
	text-decoration: none;
}
H1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
}
H2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	color:#666666;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}          
P {
  margin: 0;
}
/********************  styling elements ********************/ 

IMG { border-color: #FFF; }

/******************** 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: 100px;
	left: -457px; /* half of width */
	width: 915px;
	background-image: url('../img/bg.jpg');
	height: 515px;
}
                               

/******************** Structural elements [vervolgpaginas] ********************/

DIV.topblock  {
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 915px;
}
DIV.talen  {
	height: 20px;
	position: absolute;
	top: 10px;
	right: 33px;
	width: 100px;
	z-index:100;
	text-align:right;
}
DIV.mainblock {
	position: absolute;
	right:0px;
	top: 100px;
	height: 387px;
	left: 0px;
}
DIV.leftbar-onder, DIV.leftbar-boven {
	position: absolute;
	top: 10px;
	height: 367px;
	left: 10px;
	width: 190px;
	overflow: auto;
}
DIV.leftbar-onder {
	opacity: .60;
	filter: alpha(opacity=60);
	background-color: #CC0000;
}

DIV.menu {
	margin: 12px 0px;
}

DIV.contentblock-boven, DIV.contentblock-onder {
	position: absolute;
	top: 10px;
	height: 367px;
	left: 210px;
	width: 679px;
	overflow: auto;
}
DIV.contentblock-onder {
	opacity: .90;
	filter: alpha(opacity=90);
	background-color:#333332;
}



DIV.contentblock-li {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 300px;
}
DIV.contentblock-re {
	position: absolute;
	top: 33px;
	right: 25px;
	width: 300px;
}

DIV.bottomblock {
	position: absolute;
	left: 0px;
	width: 915px;
	top: 485px;
}

DIV.footer {
	color: #FFFFFF;
	font-size: 90%;
	margin-left: 10px;
}
DIV.intronetcopy {
  margin-top: 6px;
	text-align:right;
	margin-right: 10px;
}


/******************** Structural elements [werk] ********************/

TABLE.werk {
  margin: 15px 0 15px 25px;  
}                
TABLE.werk TD.thumb {
  padding: 0 25px 15px 0;
}
DIV.werknav {
  position: absolute;
  font-size: 90%;
}                    
DIV.werkcontent {
  position: absolute;     
  overflow: auto;
  top: 30px;
  width: 300px;
  height: 300px;
}

/******************** Menu and navigation ********************/

DIV.menu A {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
}
DIV.menu A:HOVER  {
	color: #999;
}
DIV.menu .active {
	background-color: #D4D4D4;
	color: #EA302A;
	font-weight: bold;

}
DIV.intronetcopy A {
	font-size: 7pt;
	color: #CCC;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	color: #F93;
}

