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

HTML, BODY {
	width: 100%;
	height: 100%;
	margin:0px;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}                 
BODY, TR, TD, INPUT, SELECT, TEXTAREA, A {
	color: #666666;
}
/*.link {
	text-decoration: underline;
}*/
A.verzenden {
	font-weight:bold;

}
INPUT {
	border: 1px solid #666666;
}
FORM TABLE {
	margin: 100px 0px 0px 30px;
}
H1 {
	margin: 0px 0px 15px 0px;
	font-size: 1.4em;
	color:#3699BA;
	/*font-weight: normal;*/
	letter-spacing: 1px;
	line-height: 1.3em;
}
H2 {
	margin: 15px 0px 3px 0px;
	font-size: 1.2em;
	color:#3699BA;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}
p {
  margin: 0;
}
/********************  styling elements ********************/ 
/******************** 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: -390px; /* half of width */
	width: 790px;
}
/******************** Structural elements [vervolgpaginas] ********************/

DIV.topblock  {
	position: absolute;
	height: 96px;
	top: 0px;
	left: 0px;
	width: 790px;
	padding-top:0px;

}
DIV.talen {
	position: absolute;
	/*width: 40px;*/
	top: 80px;
	right: 0px;
	font-size: 9px;
}

DIV.mainblock {
	position: absolute;
	right:0px;
	top: 96px;
	left: 0px;
	width: 790px;
}
TD.leftbar-vervolg {
	vertical-align: top;
	background-color: #f3f3f3;
	width: 550px;
	height: 490px;
}
DIV.leftbar-shop {
	background-color: #f3f3f3;
	background-position: top;
}

TD.contentblock-vervolg {
	/*vertical-align: top;*/
	background-color: #f3f3f3;
	width: 240px;

}
TD.contentblock-shop {
	background-color: #f3f3f3;
	width: 470px;

}

TD.contentblock-vervolg  DIV.content {
	line-height: 15px;
	text-align: right;
	/*padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 70px;*/
	padding: 0px 15px 15px 30px;
}
TD.contentblock-shop   DIV.content {
	line-height: 15px;
	margin: 10px;
}

/*TD.bottomblock {
	width: 790px;
	padding-top: 5px;
	vertical-align: top;

}*/
.active {
	color: #333333;
	font-weight: bold;
}
.normal {
	color: #999999;
}


DIV.footer {
	height: 21px;
	font-size: 90%;
	text-align: right;
	margin-right: 25px;

}
DIV.intronetcopy {
	height: 13px;
	padding-top: 20px;
	text-align:right;

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

TABLE.menu, TABLE.submenu  {
	margin-top:5px;
}
TABLE.menu td, TABLE.submenu td {
	padding:0px 5px;
	border-right: 1px solid #b2b3b5;
}
TABLE.menu A {
	color: #b2b3b5;
	text-decoration: none;
}
TABLE.menu A:HOVER  {
	color: #4d4d4f;
	text-decoration: none;
}
TABLE.menu TD.active A, TABLE.menu TD.active A:HOVER, TABLE.menu TD.open A, TABLE.menu TD.open A:HOVER   {
	font-weight:bold;
	color: #4d4d4f;
	text-decoration: none;
}


TABLE.submenu A {
	color: #b2b3b5;
	text-decoration: none;
}

TABLE.submenu A:HOVER  {
	color: #4d4d4f;
	text-decoration: none;

}

TABLE.submenu TD.active A, TABLE.submenu  TD.active A:HOVER {
	font-weight:bold;
	color: #4d4d4f;
	text-decoration: none;
	}
	
TABLE.paginanav {
	margin-top:5px;
}
TABLE.paginanav A {
	margin-top:5px;
	text-decoration: none;
}
/*DIV.footer A {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.footer A:HOVER {
	text-decoration: underline;
}*/	
DIV.intronetcopy A {
	font-size: 7pt;
	color: #b2b3b5;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #FF9933;
}
