@charset "utf-8";
/* CSS Document */

html,body  {
	font: 14px "Tahoma", Arial, Helvetica, sans-serif;
	background: #ffffff;
	height:100%; /* needed for container min-height */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a.menuitem:link    { 
	font-size: 14px;
	font-family:Tahoma;
	color:#423d37;
	text-decoration: none;
	font-weight:bold;

}

a.menuitem:hover    { 
	text-decoration:underline;
}


a.menuitem:visited    {
	font-size: 14px;
	font-family:Tahoma;
	color:#423d37;
	text-decoration: none;
	font-weight:bold;	
}

a.menuitem:visited:hover    {
	font-size: 14px;
	font-family:Tahoma;
	color:#423d37;
	text-decoration: none;
	text-decoration:underline;
}


a.submenuitem:link    { 
	font-size: 14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#423d37;
	text-decoration: none;
}

a.submenuitem:hover    { 
	text-decoration:underline;
}

#menu {padding-left:640px;}

#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}  
 #header { 
	background: #FFFFFF;
	width: 1020px;
	height:5px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#lijn {
border-top: 1px solid #012385;
height:10px;
}



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h2 {font-size:13px}


#sidebar1 {
	float: left;
	width: 27em; /* since this element is floated, a width must be given */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	position:relative;
	z-index:5;
	
	
}
 #sidebar2 {
 	position:relative;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	text-align: right;
	width:1020;
	height:123;
	 z-index: 1;
	}
	
#titelheader{
	width:353px;
	height:40px;
	position:absolute;
	background-color:#FFFFFF;
	left: 610px;
	top: 83px;
	z-index: 2;
	background:url(img/transparant.png)
	}
	
.textheader{
text-align:center;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
font-size:16px;
	
	}
	
#sidebar1 h3, #sidebar1 p,  #sidebar2 p, #sidebar2 h3 {
	margin-left: 65px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#mainContent {
	width: 42em;
	/*  height:400px;
	overflow:auto; */
	padding-top: 0em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 2em;
	float:right;
	z-index:2;
	position:relative;
	color:#423d37;
} 


#payoff{
	width:100%;
	height:281px;
	background-image:url(img/henk_bg.gif);
	background-repeat:no-repeat;
	z-index: 2;
}

#footer {
	position:absolute;
	background-repeat:no-repeat;
	height:281px;
	width:100%;
	bottom:0px; /* stick to bottom */
	left: 0px;
	z-index:1;
}

 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
/*.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
/*</style>
<![endif]*/

ul.nobullet {	
	 margin-left: 15px; padding: 5px; list-style-type: none;
	 font-size: 14px;
	 font-family:Tahoma;
	 color:#423d37;
	}

li {margin:2px;}
	

