body, html {
	height:100%;
	background-image:url(../images/wood_bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	text-align: center; /* voor IE6 centering */
	margin:0 0 0 0; /* geen marge rondom, FireFox zet helaas in top nog een ruimte */
	}
	
a:link {
	color:#003399;
	text-decoration: underline;
}

a:visited {
	color:#990099;
}

a:hover {
	color:#C74700;
}

p{
	margin-top:0px;
	margin-bottom:30px;
	text-align: left;
}


/*-------HEADERS*/


H1{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#C74700;
	margin-top:4px;
	margin-bottom:6px;
	margin-left:0px;
	
}

H2{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#626463;
	margin-top:4px;
	margin-bottom:6px;
	margin-left:0px;
}	


/*-------PAGE LAY OUT*/

.smallTxt{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:0px;
}

.txtPayOff{
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:0px;
}

#wrapper {
	/*background-image:url(../images/contentBg.gif);*/
	background-repeat: repeat-y;
	display:table;  /*voor FireFox.*/
	background-color:#FFFFFF;
	width:900px;
	margin:auto;  /*voor IE6 en Firfox centering */
	/*margin-top:4px;*/
	margin-bottom:75px;
	padding-top:0px;
	/*height:100px;*/
	overflow:hidden;
}

#content1 {
	float: left;
	width: 236px;
	margin-left:65px;
	
	
}

#content2 {
	float: left;
	width: 236px;
	margin-left:25px;
	
}

#content3 {
	float: left;
	width: 236px;
	margin-left:25px;

}


#content1, #content2, #content3{
	font-family: Arial;
	font-size:11px;
	text-align:left;
	line-height:14px;
	color:#222222;
	margin-top:30px;
	margin-bottom:30px;
}


#contentBorders {
	float: left;
	/*background-image:url(../images/contentBorder.gif);
	background-repeat: repeat-y;*/
	background-color:#FFFFFF;
	font-size:1px;
	height:4px;
	width: 100%;
}

.contentOff{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#626463;

}

#pageHeader{
	text-align: center;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

#pageFooter{
	/*background-image:url(../images/bg_footer.gif);*/
background-color:#FFFFFF;	
display:table;  /*voor FireFox.*/
	margin:auto;  /*voor IE6 en Firfox centering */
	/*margin-top:4px;
	margin-bottom:6px;
	padding-top:10px;
	height:100px;*/
	overflow:hidden;
	background-repeat: repeat-x;
	text-align: center;
	height: 80px;
	width: 900px;
	/*margin:0 0 0 0;
	padding: 4 0 0 0;*/

}

/*-------IMAGE LAY OUT*/

.imagePlacement{
margin-top:12px;
margin-bottom:12px;
}



/*-------FORM*/
 

#knop {
	border-width: 1px;
	width: 90px;
	}
	
input{
    width: 230px;
    text-align:left;
	background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
margin-bottom: 10px;
    } 
	

select{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #1675B1;
    margin-bottom: 10px;
    } 

textarea{
    width: 230px;
    height: 100px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    margin-bottom: 10px;
    } 
	
	
	
	
/*--------------NAVIGATIE---------------*/



#navigation {

	height: 24px;
	//position: relative;
	width:900px;
	/*border: 1px solid #F8C09B;
	border-width: 0  0 1px 0;*/
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #C74700;
	/*background-image:url(../images/bg_nav_03.gif);
	background-repeat: repeat-x;*/
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0 4px 0;
	text-align: left;
	margin-left:64px;
}

#navigation ul li {
	display: inline;
	margin-right: 5px;
}


#navigation ul li.last span{
	background:#FFF;	
	margin: 0;
	font-size: 9pt;
	font-weight:700;
	color: #003399;
}


#navigation ul li a {
	height:100%;
	/*background-image:url(../images/bg_nav_04.gif);
	background-repeat: repeat-x;*/
	color: #003399;
	padding: 5px 0px;
	text-decoration: none;
}

#navigation ul li a span {	
	/*border-top: 1px solid #F8C09B;
	border-left: 1px solid #F8C09B;
	border-right: 1px solid #F8C09B;*/
	padding: 5px 10px 5px 10px;
}

#navigation ul li a:hover span {
	color: #C74700;
	background:#FFF;
	text-decoration: none;
}	
	
	
/*-------NAVIGATIE
 	

div.menuBar,
div.menuBar a.menuButton {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #C74700;
}

a.selectButton {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-weight:700;
color: #003399;
padding: 10px;
text-decoration: none;
}

div.menuBar {
	text-align: left;
	display:table;  /*voor FireFox.*/
/*	width:780px;
	margin:auto;  /*voor IE6 en Firfox centering */
/*	margin-top:0px;
	margin-bottom:8px;
}


div.menuBar a.menuButton {
background-color:#FFF;
border: 0px; 
color: #003399;
left: 0px;
margin: 1px;
padding: 10px;
position: relative;
text-decoration: none;
top: 0px;
z-index: 100;
}


div.menuBar a.menuButton:hover{
background-color: #FFF;
color: #C74700;
}

*/

