@IMPORT url('form.css');

html
{

	scrollbar-face-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-arrow-color:#570a5a;

}

body {
	font-family: arial, verdana;
	font-size: 11px;
	font-weight:normal;
	color: #5a8263;
	text-decoration:none;
	margin:0px;
	background-color:#67285d;

}

td {
font-family:arial, verdana;
	font-size: 11px;
	font-weight:normal;
	color: #5a8263;
	text-decoration:none;
	line-height:1.4em;
}
/** MAIN LAYOUT **/

#container{
background:url(../img/bg.jpg) top no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width:900px;
	height:620px;
	margin-left: -450px; /* Dit is de truuk, zet deze naar -(width/2) */
	margin-top: -300px;  /* Dit is de truuk, zet deze naar -(heigth/2) */
}

#container_home{
	background:url(../img/bg_home.jpg) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width:900px;
	height:620px;
	margin-left: -450px; /* Dit is de truuk, zet deze naar -(width/2) */
	margin-top: -300px;  /* Dit is de truuk, zet deze naar -(heigth/2) */
}
#cont
{
	width:900px;
	height:600px;
	position:relative;
}
#h-menu_div{
width:170px;
height:600px;
float:left;
padding:9px 0 0 0;}

#s-menu_div{
width:170px;
height:500px;
float:left;
padding-top:9px;
}

#path{
width:170px;
height:60px;
float:left;
padding:19px 5 0 15px;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	color:#570a5a;
	text-align:right;}

#content_container
{
	width:550px;
	height:550px;
	float:left;
}

#content-small_div{
	width:157px;
	height:475px;
	float:left;
	line-height:1.4em;
	margin:0px 5px 0px 8px;
	overflow:auto;
}

#content-wide_div{
	width:360px;
	height:475px;
	float:left;
	line-height:1.4em;
	padding:0px 10px 0px 8px;
	overflow:auto;}
	
#footer
{
	width:900px;
	text-align:left;
	float:left;
	margin-top:-20px;
	


}	
#footer a
{
	text-align:left;	
}




/**	 FORMS **/

input {
	background:transparent;
	border:1px solid #67285d;;
	font-weight:normal;
	font-family:verdana, arial;
	font-size:11px;
	color:#67285d;
}
input.submit{
	color:#67285d;
	font-weight:normal;
	font-family:verdana, arial;
	font-size:11px;
	background-color:#eeeeee;
}
textarea{
	background:transparent;
	border:1px solid #67285d;;
	font-weight:normal;
	font-family:verdana,arial;
	font-size:11px;
	color:#67285d;
}

.trans{
	border:0px;
}

/**	 LINKS **/


a{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:bold;
	color:#67285d;
	text-decoration:underline;
}

a:hover{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:bold;
	color:#67285d;
	text-decoration:none;
}
a.nlink{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.nlink:hover{
	font-family:verdana,arial;
	font-size:11px;
	font-weight:normal;
	color:#EE992A;
	text-decoration:none;
}




/**	 MENU **/
.hoofd
{
	width:170px;
	height:37px;
	
}
.hoofd2
{
	text-align:right;

}
a.menu1{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu1.jpg) no-repeat bottom right;
}
a.menu1:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu1.jpg) no-repeat bottom right;
}
a.menu_actief1{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu1_active.jpg) no-repeat bottom right;
}
a.menu_actief1:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu1_active.jpg) no-repeat bottom right;
}

a.menu2{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu2.jpg) no-repeat bottom right;
}
a.menu2:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu2.jpg) no-repeat bottom right;
}
a.menu_actief2{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu2_active.jpg) no-repeat bottom right;
}
a.menu_actief2:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu2_active.jpg) no-repeat bottom right;
}
a.menu3{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu3.jpg) no-repeat bottom right;
}
a.menu3:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu3.jpg) no-repeat bottom right;
}
a.menu_actief3{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu3_active.jpg) no-repeat bottom right;
}
a.menu_actief3:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu3_active.jpg) no-repeat bottom right;
}
a.menu4{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu4.jpg) no-repeat bottom right;
}
a.menu4:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu4.jpg) no-repeat bottom right;
}
a.menu_actief4{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu4_active.jpg) no-repeat bottom right;
}
a.menu_actief4:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu4_active.jpg) no-repeat bottom right;
}
a.menu5{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu5.jpg) no-repeat bottom right;
}
a.menu5:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu5.jpg) no-repeat bottom right;
}
a.menu_actief5{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu5_active.jpg) no-repeat bottom right;
}
a.menu_actief5:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu5_active.jpg) no-repeat bottom right;
}
a.menu6{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6.jpg) no-repeat bottom right;
}
a.menu6:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6.jpg) no-repeat bottom right;
}
a.menu_actief6{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6_active.jpg) no-repeat bottom right;
}
a.menu_actief6:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6_active.jpg) no-repeat bottom right;
}
a.menu6{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6.jpg) no-repeat bottom right;
}
a.menu6:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6.jpg) no-repeat bottom right;
}
a.menu_actief6{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6_active.jpg) no-repeat bottom right;
}
a.menu_actief6:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu6_active.jpg) no-repeat bottom right;
}
a.menu7{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu7.jpg) no-repeat bottom right;
}
a.menu7:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu7.jpg) no-repeat bottom right;
}
a.menu_actief7{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu7_active.jpg) no-repeat bottom right;
}
a.menu_actief7:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu7_active.jpg) no-repeat bottom right;
}
a.menu8{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu8.jpg) no-repeat bottom right;
}
a.menu8:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu8.jpg) no-repeat bottom right;
}
a.menu_actief8{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu8_active.jpg) no-repeat bottom right;
}
a.menu_actief8:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu8_active.jpg) no-repeat bottom right;
}
a.menu9{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu9.jpg) no-repeat bottom right;
}
a.menu9:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu9.jpg) no-repeat bottom right;
}
a.menu_actief9{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu9_active.jpg) no-repeat bottom right;
}
a.menu_actief9:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu9_active.jpg) no-repeat bottom right;
}
a.menu10{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu10.jpg) no-repeat bottom right;
}
a.menu10:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu10.jpg) no-repeat bottom right;
}
a.menu_actief10{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu10_active.jpg) no-repeat bottom right;
}
a.menu_actief10:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu10_active.jpg) no-repeat bottom right;
}
a.menu11{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu11.jpg) no-repeat bottom right;
}
a.menu11:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu11.jpg) no-repeat bottom right;
}
a.menu_actief11{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu11_active.jpg) no-repeat bottom right;
}
a.menu_actief11:hover{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/h-menu11_active.jpg) no-repeat bottom right;
}


ul{
margin:0;
padding:0;}

.sub
{
	width:170px;
	height:37px;

}
.sub2
{
	text-align:right;

}
a.subbiemenu{
	color:#5a8263;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/s-menu.jpg) no-repeat bottom right;
}
a.subbiemenu:hover{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/s-menu.jpg) no-repeat bottom right;
}
a.submenu_actief{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/s-menu_active.jpg) no-repeat bottom right;
}
a.submenu_actief:hover{
	color:#ffffff;
	font-family:impact;
	font-weight:normal;
	letter-spacing:1px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	height:37px;
	padding:10px 11px 0 0;
	background:url(../img/s-menu_active.jpg) no-repeat bottom right;
}
.intern
{

}.intern2
{

}
a.intmenu{
	width:140px;
	height:18px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	font-family:verdana,arial;
}
a.intmenu:hover{
	width:140px;
	height:18px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	font-family:verdana,arial;
}
a.intmenu_actief{
	width:140px;
	height:18px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	font-family:verdana,arial;
}
a.intmenu_actief:hover{
	width:140px;
	height:18px;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	font-family:verdana,arial;
}



ul.lnieuws{
	margin-left:3px;
}


/**	 TELLAFRIEND **/


#show_tellafriend
{
	display: none;
}
#display_tellafriend
{
	display: block;
}
td.tdtopfriend
{
	background-color:#000000;
	color:#ffffff;
}



/**	 PROJECTEN **/
.projectkop
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #666666;
}
.projectkopLink
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #666666;
	text-align:right;
}
.projectLink
{
	font-weight:bold;
	color:#000000;
	text-align:right;
}
.projectThumb
{
	border:2px solid #666666;
}

#deafbeelding
{
	border:2px solid #666666;
}








/** GASTENBOEK **/

.gast{
	width:10px;
	border:1px solid #000000;
	font-weight:bold;
	padding:2px;
}
.gastactief{
	color:#000000;
	font-weight:bold;
	padding:2px;
}
.gastTable
{
	width:100%;
}
.gastHeadTable
{
	width:100%;
	background:#333333;
}
.gastHeadTable td
{
	color:#eeeeee;
}
.gastHeadTime
{
	width:120px;
}
.gastHeadName
{

}
.gastHeadIcons
{
	width:100px;
}
.gastContent
{
	text-align:left;
	vertical-align:top;
	width:100%;
	border:1px solid #6f6f6f;
	padding:2px;
}
.gastReactie
{
	padding-left:3px;
	padding-right:3px;
	border-left:1px solid #6f6f6f;
	color: #2d2d2d;
	vertical-align:top;
}



/** NIEUWSBRIEF MODULE **/

#nieuwsbriefTitle
{
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
}
.nb-input
{
	width:155px;
	height:15px;
}
.nb-div
{
	width:155px;
	height:15px;
}
.nb-aanmelden
{
	width:155px;
	margin-top:6px;
}

iframe#payment
{
	width: 100%;
	border-width: 0px;
	height: 45em;
}



/** INLOGGEN MODULE **/

#loginTitle
{
	font-weight:bold;
	text-align:left;
	padding-bottom:2px;
}

