/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.png) #f5f5f5 repeat-x top;
	color: #666666;
	font: 11px "Trebuchet MS",Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #1b6e57;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page, #page-top, #footer{
	background: url(../images/../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 45px 0 46px;
	width: 869px;
}
#page-top{
	background: url(../images/page-top.png) no-repeat top center;
	height: 38px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	height: 222px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 216px;
	width: 235px;
}
/*- Title -*/
#title{
	background: url(../images/title.jpg) no-repeat top;
	float: left;
	height: 222px;
	width: 634px;
}
/*=== Columns ===*/
#columns{
	background: url(../images/columns-bgr.png) no-repeat top right;
	height: 1%;
}
#columns h2, #columns h3, #columns h4{
	color: #1b6e57;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 10px;
	text-transform: capitalize;
}
#columns h3{
	color: #666666;
	font-size: 18px;
}
#columns h4{
	font-size: 14px;
	padding: 0 0 5px;
}
#columns p{
	padding: 0 0 10px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 235px;
}
#leftcol .spacer{
	padding: 0 25px 20px 30px;
}
#leftcol p em{
	font-size: 20px;
	font-style: normal;
}
/*- Left Menu -*/
ul#hoofdmenu_menu{
	padding: 0 0 25px;
}
#hoofdmenu_menu li a{
	background: url(../images/menu-bgr.png) no-repeat left top;
	color: #ffffff;
	display: block;
	height: 31px;
	width:215px;
	line-height: 31px;
	padding: 0 0 0 31px;
}
#hoofdmenu_menu li a:hover,
#hoofdmenu_menu li.active a{
	background: url(../images/menu-hover.png) no-repeat left top;
	color: #1b6e57;
	text-decoration: none;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 10px 0 0 30px;
	width: 586px;
}
/*--- Sub Columns ---*/
.subcol{
	float: left;
	float: left;
	padding: 0 30px 0 0;
	width: 230px;
}
/*=== Styling Boxes ===*/
.box{
	background: #1b6e57;
	color: #ffffff;
	width: 586px;
}
.box a{
	color: #ffffff;
	text-decoration: underline;
}
#columns .box h3,
#columns .box h4{
	color: #ffffff;
}
.box-top,.box-bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box-bot{
	background: url(../images/box-bot.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 0 14px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.png) no-repeat top center;
	height: 192px;
	padding: 0;
	width: 962px;
}
#footer p{
	padding: 87px 65px 0 111px;
}
#footer p.copy{
	float: left;
}
#footer p.botmenu{
	float: right;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	height: 1px;
	margin: 0 0 25px;
}
.cl{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img.fr{
	margin: 0 0 10px 15px;
}

#hoofdmenu_menu,
#hoofdmenu_menu ul 

	float : left;
}
	
#hoofdmenu_menu li { 
	position : relative;
	float : left;
	margin-bottom : -1px;
}
#hoofdmenu_menu li ul {
	position : absolute;
	left: -999em;
	margin-left :235px;
	margin-top:-30px;
	border-left:1px solid #FFF;

}
#hoofdmenu_menu li ul ul { 
	left: -999em;
}
#hoofdmenu_menu li a {
	display : block;
}

#hoofdmenu_menu li:hover ul ul,
 #hoofdmenu_menu li:hover ul ul ul, #hoofdmenu_menu li.sfhover ul ul, #hoofdmenu_menu li.sfhover ul ul ul {
	left: -999em;
	z-index:100;
}
#hoofdmenu_menu li:hover ul,
#hoofdmenu_menu li li:hover ul, 
#hoofdmenu_menu li li li:hover ul, 
#hoofdmenu_menu li.sfhover ul,
#hoofdmenu_menu li li.sfhover ul,
#hoofdmenu_menu li li li.sfhover ul {
	left: auto;
	z-index:100;
	
}
#langs {
	padding-top:10px;
	}
#langs li {
	float:left;
	font-size:1.1em;
	}
td,
th
{
	border:1px solid #666;
	}
