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

HTML, BODY {
	/*width: 100%;
	height: 100%;*/
	margin:0px;
	background-color: #3d3f43;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA, A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ecedee;
}                 
INPUT, SELECT, TEXTAREA{
	color: #000;
}

H1 {
	margin: 0px 0px 15px 0px;
	font-size: 130%;
	color:#fff;
	font-weight: bolder;
}
H2 {
	margin: 0px 0px 15px 0px;
	font-size: 150%;
	font-weight: bolder;
	color:#3d3f43;
	font-style: italic;
}
H3 {
	margin: 0px 0px 15px 0px;
	font-size: 115%;
	font-weight: bolder;
	color:#3d3f43;
	font-style: italic;
	line-height:130%;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size:80%;
	font-weight: normal;
}

SPAN.paars {
	color: #b57aa0;
	}
	
SPAN.rood {
	color: #dc412d;
	}
SPAN.grijs {
	color: #3d3f43;
	}
p {
  margin: 0;
}
/********************  styling elements ********************/ 

INPUT.verzenden{
	font-weight: bold;
	color: #FFF1EB;
	letter-spacing: 1px;
	background-color: #EF4B23;
	border: 2px solid #EF4B23;
}
INPUT{
	margin-bottom:5px;
}

UL LI {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

/******************** 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:20px;
  /*bottom: 0px;*/
  left: -455px; /* half of width */
  width: 920px;
  /*height:595px;*/
}


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

DIV.topblock  {
	position: absolute;	
	height: 310px;
	top: 0px;
	left: 0px;
	width: 920px;
}


DIV.mainblock {
	position: absolute;
	right:0px;
	top: 310px;
	left: 0px;
	width: 920px;
	background-color:#696a6d;

}
DIV.menu {
	background-color:#4d4e53;
	margin: 5px 20px;
	}
DIV.leftbar {
	/*position: absolute;
	left:0px;*/
	width: 760px;
}
DIV.content {
	margin: 30px 0px 40px 50px;
	width:600px;
	line-height:160%;
	text-align:justify;
}

DIV.rightbar {
	position: absolute;
	top:0px;
	right:0px;
	width: 160px;
}
DIV.bottomblock {
	background-color: #3d3f43;
	}
DIV.intronetcopy {
	height: 15px;
	padding-top: 5px;
	text-align:right;

}

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

TABLE.menu {
	margin: 15px 20px 10px 20px;
}
TABLE.submenu {
	margin: 0px 20px 0px 20px;
	border-top: 1px solid #696a6d;
	border-left: 1px solid #696a6d;
	border-right: 1px solid #696a6d;
}
TABLE.submenu TD{
	padding: 5px;
}
TABLE.menu TD{
	padding-right: 15px;
}
TABLE.menu TD A, TABLE.submenu TD A {
	font-size:85%;
	text-decoration: none;
	font-weight:bold;
}
TD.normal A {
	color: #9a9b9d;
}
TD.normal A:HOVER    {
	color: #eee;
}
TD.menu A.active, TD.menu A.active:HOVER, TD.menu A.open, TD.menu A.open:HOVER    {
	color: #fff;
}

submenu A.normal {
	background-color:#e3ae67;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:left top;
	color: #000;
}

submenu A:HOVER, submenu A.active, submenu  A.active:HOVER  {
	background-color:#e3ae67;
	text-decoration: none;
	padding-left:38px;
	background-image: url(../images/pijl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000;
}



DIV.intronetcopy A {
	font-size: 65%;
	color: #696a6d;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #eee;
}
