@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	margin: 0; /
	padding: 0;
	text-align: center; 
	color:#FFFFFF;
}

h1 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color:#ba6924;


}

h2 {
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
color:#ba6924;


}

a {

color:#FFFFFF;
text-decoration:none;

}

a:hover {
color:#FFFFFF;
text-decoration:underline;


}
.twoColHybLtHdr #container { 
	width: 800px;  
	background: #cd9155;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColHybLtHdr #header { 
	width: 800px;
	height:149px;
	background:url(images/header.jpg) no-repeat;
	padding: 0 10px;  
} 
.twoColHybLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 88px; 
	height: 375px;
	background: #cd9155; 
	padding: 15px 0;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColHybLtHdr #mainContent { 
	width:660px;
	margin: 20px 30px 0 0px;
	float : right;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-color: #B17334;
} 
.twoColHybLtHdr #footer p {
	font:normal 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.twoColHybLtHdr #footer a {
font:normal 10px Arial, Helvetica, sans-serif;
}

/*NAVIGATIE*/
.indentmenu{
font: normal 12px Arial;
width: 780px; /*leave this value as is in most cases*/
height:27px;
margin:0px 0 0 0 ;

}

.indentmenu,html {
margin:0px;
padding:0px;
}

.indentmenu ul{
margin: 120px 65px 0 0;
padding: 0;
float: right;
width: 80%; /*width of menu*/
background: black url(images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}

/*EINDE NAVIGATIE*/



/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
