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

HTML, BODY {
	width: 100%;
	height: 100%;
	margin:0px;
	background-color: #eeeeee;
	background-image: url(../images/backbrowser.jpg);
	background-position: center top;
	background-repeat: repeat;
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}                 
BODY, TR, TD, INPUT, SELECT, TEXTAREA, A {
  color: #000000;
}

H1 {
	margin: 0px 0px 15px 0px;
	/*font-size: 1.6em;*/
	font-size: 22px;
	line-height: 1.2em;	
	font-weight:normal;
}
H2 {
	margin: px 0px 5px 0px;
	font-size: 15px;
	font-weight:normal;
	line-height: 1.2em;	
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}
p {
  margin: 0;
}
/********************  styling elements ********************/ 

INPUT.verzenden{
	margin-top:5px;
	
	color: #000;
	letter-spacing: 1px;
	background-color: #e3ae67;
	border: 1px solid #e3ae67;
}
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:  50%;
  /*bottom: 0px;*/
  left: 50%;        
  width: 1px;
  overflow: visible;
}
DIV.container {
  position: absolute;
  top:-295px;
  /*bottom: 0px;*/
  left: -455px; /* half of width */
  width: 910px;
  height:590px;
}


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

DIV.topblock  {
	position: absolute;	
	height: 150px;
	top: 0px;
	left: 0px;
	width: 910px;
}
IMG.vitruvius {
	position: absolute;	
	top: 30px;
	left: 40px;
	}
IMG.logo {
	position: absolute;	
	top: 50px;
	right: 40px;
	}

DIV.mainblock {
	position: absolute;
	right:0px;
	top: 150px;
	left: 0px;
	width: 910px;
	height: 480px;

}
DIV.rightbar {
	position: absolute;
	right:0px;
	height: 480px;
	width: 330px;
	overflow:hidden;
}
DIV.menu {
	margin:0px 40px 0px 70px;
}
DIV.leftbar {
	position: absolute;
	left:0px;
	width: 580px;
	height: 440px;
}

DIV.contentblock {
	position: absolute;
	left:75px;
	top:20px;
	width: 525px;
	height: 350px;
	overflow: auto;
}
DIV.contentblock DIV.innertube {
	margin: 0px 45px 0px 0px;
	text-align: justify;
	line-height:170%;
	padding-bottom:30px;
}
DIV.bottomblock {
	position: absolute;
	right:0px;
	bottom:30px;
	width: 530px;
}
DIV.footer {
}

DIV.intronetcopy {
	height: 15px;
	padding-top: 5px;
	text-align:right;

}

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


DIV.menu A {
	font-size:11px;
	display: block;
	margin:0px 100px 2px 0px;
	padding: 2px 0px 2px 10px;
	letter-spacing: 1px;
}
DIV.menu A.normal {
	text-decoration: none;
	color: #FFF;
	background-color:#4e4635;
}
DIV.menu A.normal:HOVER    {
	color: #FFF;
	background-color:#4e4635;
	text-decoration: none;
	padding-left:38px;
	background-image: url(../images/pijl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
DIV.menu A.active, DIV.menu 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.menu A.open, DIV.menu A.open:HOVER   {
	background-color:#e3ae67;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:left top;
	color: #000;
}
DIV.submenu A.normal {
	background-color:#e3ae67;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:left top;
	color: #000;
}

DIV.submenu A:HOVER, DIV.submenu A.active, DIV.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.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;
}

