HTML, BODY {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:0px;
	background-color: #9A6601;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000032;
}                 
A {
	color: #FFFFCC;
	font-size: 9pt;
	text-decoration: none;
}
H1 {
	margin: 0px 0px 10px 0px;
	font-size: 3.5em;
	color: #000066;
}

H2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.4em;
	color:#000066;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}
DIV.titel {
	font-size: 2.2em;
	color: #FFFFCC;
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 0px;
	width: 230px;
}

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


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

DIV.topblock  {
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	background-color: #CC9933;
}
DIV.topblock .innertube {
	position: absolute;
	top: 14px;
	left: 40px;
}
DIV.topblock .innertube2 {
	position: absolute;
	top: 20px;
	right: 30px;
}
DIV.mainblock {
	position: absolute;
	right:0px;
	top: 75px;
	left: 0px;
	width: 950px;
	bottom: 33px;
}
DIV.leftbar {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	width: 160px;
	background-color: #000032;
}
DIV.leftbar DIV.menu {
	margin:15px 0px 30px 0px;
}

DIV.contentblock {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 160px;
	width: 790px;
	overflow:auto;
	background-color: #CC9933;
}
DIV.content {
	position: absolute;
	left: 15px;
	top: 90px;
	bottom: 25px;
	width: 230px;
}
DIV.content2 {
	position: absolute;
	width: 230px;
	right: 275px;
	top: 15px;
	bottom: 15px;
}
DIV.content3 {
	position: absolute;
	width: 230px;
	top: 15px;
	right: 20px;
	bottom: 15px;
}
DIV.contact-content2 {
	position: absolute;
	top: 15px;
	right: 25px;
}


DIV.bottomblock {
	position: absolute;
	height: 33px;
	bottom: 0px;
	width: 950px;
	background-color: #CC9933;
}

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

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


DIV.menu A {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
DIV.menu A:HOVER  {
	color: #FFFFCC;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}
DIV.menu .active {
	color: #00CCFF;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}
DIV.submenu A  {
	font-size: 8pt;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	padding-left: 23px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
DIV.submenu A:HOVER  {
	color: #FFFFCC;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
DIV.submenu .active {
	color: #00CCFF;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
DIV.subsubmenu A  {
	font-size: 8pt;
	text-decoration: none;
	margin-bottom: 1px;
	display: block;
	padding-left: 30px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
DIV.subsubmenu A:HOVER  {
	color: #FFFFCC;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 16px 5px;
}
DIV.subsubmenu .active {
	color: #00CCFF;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 16px 5px;
}
DIV.footer A {
	color: #666666;
	text-decoration: none;
}
DIV.footer A:HOVER {
	text-decoration: underline;
}
DIV.ellencopy  A {
	font-size: 7pt;
	color: #CCCCCC;
	text-decoration: none;
}
DIV.ellencopy  A:HOVER {
	text-decoration: none;
	color: #999999;
}

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

