@charset "utf-8";
/* algemene settings voor de indeling van alle sitepages */
body  {
	background-color:#002200;
	margin: 0;
	margin-top: 0.5em; 
	text-align: center; 
	color:#007D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
p.c1 {
	text-align: center
	}

/* standaard stylen voor de hoofdcontainer.
   De container bevat de HEADER, NAVIGATIE, TEKST en de DISCLAIMER.
   Specifieke Item styles zijn opgenomen in een separaat stylen document.
*/
.twoColElsLtHdr #container {
	width: 955px;
	margin: 0 auto;
	background-color: #003300;
	text-align: left;
	background-image: url(/_img/_graphics/background-index.jpg);
	background-position: 0% 150px;
	background-repeat: no-repeat;
	}
	
/* Styles voor de HEADER */
.twoColElsLtHdr #header {
	height: 150px;
	padding: 0;
	border-bottom: #002200 thick solid;} 
#hContainer {
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:150px;
	z-index:1;}
#name1st, #name2nd  {
	z-index:auto;
	position:absolute;
	filter:alpha(opacity=60); -moz-opacity:0.6;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #e9f2e8;}
#name1st {
	top:12px;
	left: 351px;
	width: 600px;
	height: 100px;
	font-size: 6.0em;}
#name2nd {
	top:96px;
	left: 647px;
	width: 300px;
	height: 45px;
	font-size: 3.0em;
	}

/* Navigatie frame*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 225px;
	padding: 0px;
	clear: none;
	margin: 0px;
	margin-top: 1em;}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	}

/* Hoofd frame */
.twoColElsLtHdr #mainContent {
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 225px;
	background-position: right 5px;
	background-repeat: no-repeat;}
.twoColElsLtHdr #mainContent table {
	margin-bottom: 5px;
	line-height:1.6em;}
.twoColElsLtHdr #mainContent a {
	font-weight: bold;
	font-style:italic;
	color: #007D00;
	text-decoration: none;}
.twoColElsLtHdr #mainContent a:hover {
	font-weight: bold;
	font-style:italic;
	color: #007D00;
	text-decoration: underline;
	}

/* contact frame : Tweaking bottom fixation */
.twoColElsLtHdr #coontact { 
	padding: 0;
	color: #007D00;}
.twoColElsLtHdr #coontact table{
	line-height:1.6em;
	padding:0;
	margin: 0 15px 10px 5px;}
.twoColElsLtHdr #coontact table .td1{
	vertical-align:bottom;}
.twoColElsLtHdr #coontact .contactbox {
	height:40px;
	width:215px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 3px double #007D00;}
.twoColElsLtHdr #coontact a {
	color:#007D00;
	text-decoration:none}
.twoColElsLtHdr #coontact a:hover {
	font-weight:bold;}

.twoColElsLtHdr #coontact table .td2{
	height:40px;
	width:112px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;}

/* FOOTER - Disclaimer */
.twoColElsLtHdr #footer { 
	height:20px;
	padding: 0 10px;
	background-position:bottom;
	color:#e9f2e8;
	border-top: #002200 thick solid;} 
.twoColElsLtHdr #footer p {
	font-size:90%;
	margin: 0.25em 0;
	padding: 0;
	text-align:right;
	text-shadow:#FFFFFF;}
.twoColElsLtHdr #footer a {
	color:#e9f2e8;
	text-decoration:none}
.twoColElsLtHdr #footer a:hover {
	font-weight:bold;
	}

/* Floating objects Cleafloat als laatste DIV gebruiken  */
.fltrt { 
	float: right;
	margin-left: 8px;}
.fltlft { 
	float: left;
	margin-right: 8px;}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
