/******************** Global styling elements ********************/

HTML, BODY {
	background-color: #1a2732;
	margin:0px;
	/*background-image: url(../images/back_body.gif);
	background-repeat: repeat;*/
}
BODY, TR, TD, INPUT, SELECT, TEXTAREA {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}                 

A {
	color: #000;
}

H1 {
	margin: 0px 0px 15px 0px;
	font-size: 140%;
}
H2{
	margin: 15px 0px 5px 0px;
	font-size: 120%;
}
H6 {
	margin: 0px 0px 5px 0px;
	font-size: 0.8em;
	font-weight: normal;
}

INPUT.radio{
	border-style: none;
}
INPUT.button{
	font-weight: bold;
	color: #000;
	background-color: #dfe5e6;
	border:1px solid #a5aeb7;
	padding:3px ;
}
INPUT, SELECT, TEXTAREA{
	margin-bottom:5px;
	border:1px solid #a5aeb7;
}

UL LI {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin-bottom:10px;
}
FORM {
	margin-left:20px;
	}
/********************  styling elements ********************/ 

/******************** Styling/Structural elements Frontpage-specific ********************/


/******************** Styling/Structural elements [vervolgpaginas] ********************/
#topblock {
	height:110px;
	background-color:#394a5a;
	background-image: url(../images/topblock.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topblock IMG.logo {
	margin:30px 10px 10px 40px;

}
#topblock IMG.simon {
	position: relative;
	top: 10px;
	left: 50px;
}
#mainblock {
	background-color:#fff;
	background-image: url(../images/back_mainblock.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:450px;
	height:auto !important; /* voor moderne Browser */
	height:450px; /*voor IE6 */
}
#mainblock_2 {
	background-color:#fff;
	background-image: url(../images/back_mainblock.gif);
	background-repeat: repeat-y;
	background-position: left top;
	min-height:250px;
	height:auto !important;  /*voor moderne Browser */
	height:250px; /*voor IE6 */
}
#menubar {
	border-top:10px solid #fff;
}
.menu {
	border-top:1px solid #000;
}
.submenu {
	padding-left:19px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	background-color:#000;
}
#contentbar1 {
	line-height:160%;
	}
#contentbar1 .innertube{
	padding: 38px 55px 30px 15px;
	}
#contentbar2 {
	background-image: url(../images/back_contentbar_grijs.gif);
	background-repeat: repeat-y;
	background-color:#fff;

	}
#contentbar2 .innertube{
	padding: 25px 0px 0px 0px;
	}
#contentbar2  TD {
	padding: 0px 20px 10px 0px;	
	font-size:90%;
	}
	
#rightbar {
	color:#fff;
	border-top:95px solid #fff;
	font-weight:bold;
	line-height:160%;
	background-color:#000;

}
#rightbar .innertube {
	padding: 15px 5px 20px 10px;
	}




DIV.bottomblock {
}
DIV.footer {
	color: #FFFFFF;
	font-size:90%;
	font-weight:bold;
}
DIV.intronetcopy {
}

/******************** Menu and navigation ********************/

DIV.menu A {
	text-decoration: none;
	display: block;
	padding:8px 5px 8px 30px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	/*background-color: #dfe5e6;*/
	font-size:90%;
	font-weight:bold;
	background-image:url(../images/knop_normal.gif);
	background-repeat: repeat-y;	
}
DIV.menu A:HOVER  {
	background-image:url(../images/knop_active.gif);
	background-repeat: repeat-y;
	color:#000;
	padding-left:40px;
}
DIV.menu .active, DIV.menu A.active:HOVER, DIV.menu .open, DIV.menu A.open:HOVER   {
	background-image:url(../images/knop_active.gif);
	background-repeat: repeat-y;
	background-color: #fff;	
	border-right: 1px solid #fff;
}
DIV.submenu A {
	font-weight:normal;
	padding:8px 5px 8px 10px;
	border-left: 1px solid #000;
	background-color:#fff;
	background-image:none;
	/*background-image:url(../images/knop_subnormal.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	
}
DIV.submenu A:HOVER  {
	padding-left:20px;
	background-image:url(../images/knop_subactive.gif);
	background-color:#FFFFFF;

}
DIV.submenu A.active, DIV.submenu  A.active:HOVER {
	padding-left:20px;
	background-image:url(../images/knop_subactive.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right: 1px solid #000;
	background-color:#FFFFFF;
	font-weight:bold;

	/*background-position:20px;*/
	}
#rightbar .innertube A{
	color:#fff;
	text-decoration:none;
	}
#rightbar .innertube A:HOVER{
	text-decoration:underline;
	}
#contentbar2 .innertube A{
	text-decoration:none;
	}
#contentbar2 .innertube A:HOVER{
	text-decoration:underline;
	}
DIV.footer A {
	color:#fff;
	text-decoration:none;
}
DIV.footer A:HOVER {
	color:#fff;
	text-decoration:underline;
}
DIV.intronetcopy A {
	color:#c3c0c1;
	text-decoration: none;
}
DIV.intronetcopy A:HOVER {
	text-decoration: none;
	color: #FF9933;
}
/******************** Search results ********************/

DIV.resultlist DIV.item {
  font-weight: bold;
  margin: .5em 0;
}
DIV.searchres A:link, DIV.searchres A:visited {
  text-decoration: none;
  color: inherit;
}
DIV.searchres A:hover, DIV.searchres A:active {
  color: #f29200;
  text-decoration: underline;
}             
/******************** Subscription form ********************/
fieldset {
    clear: both;
    float: none;
    width: 600px;
    margin: 0 0 20px 0px;
    padding: 0;
    border:none;
}
legend{
  margin: 0px 0px 10px 0px;
  font-weight:bold;
  font-size: 115%;
}
fieldset ul {
    list-style: none;
}
fieldset li {
    list-style: none;
}
label {
    position: relative;
    float: left;
    width: 13em;
}
label em {
    position: absolute;  
    left: 12em;  
    top: 0;  
}
