/*_________________________________________________________________________________________________________* IE PNG FIX */

.pngfix {behavior: url(/js/iepngfix.htc) }



/*__________________________________________________________________________________________________________ BASIC SETTINGS ETC ***/
 
html {	overflow: -moz-scrollbars-vertical;  }	/* Force firefox to always show a vertical scrollbar */

body {	background: #f4f6f8 url('/pics/bg-body.gif') repeat-x fixed; 
	margin:0px;
	padding:0px;
	}

body, table, input {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#777; 
	}

#centered_container {
	width:980px; 
	margin:0 auto; 
	border-top:none;
	}
	
	
	
hr {	height:1px;
	border:0px;
	border-top: 1px dotted #7bab33; 
	margin-bottom:10px;
	}

.floatleft {float:left !important;}
.floatright {float:right !important;}

.clearleft {clear:left !important;}
.clearright {clear:right !important;}
.clearboth {clear:both !important;}

	


a {color:#7aaf43; outline:none;}
a:hover {color:#57911b; text-decoration:underline;}

a img {border:none;} 
a img.thumb {border:1px solid #cccccc; filter:alpha(Opacity=85); opacity:0.85; moz-opacity:0.85; width:80px; height:80px;}
a:hover img.thumb {border:1px solid #7aaf43; filter:alpha(Opacity=99); opacity:0.99; moz-opacity:0.99;}

a img.filter {filter:alpha(Opacity=75); opacity:0.75; moz-opacity:0.75;}
a:hover img.filter {filter:alpha(Opacity=99); opacity:0.99; moz-opacity:0.99;}

a.pijl {font-size:10px; font-weight:bold; text-decoration:none !important;}
a.pijl:hover {text-decoration:underline !important;}	

a.pijl.groen {color:#7aaf43; 
	background:url(/pics/pijl-rechts-groen.png) right 1px no-repeat; 
	padding: 0 17px 2px 0;
	}
a.pijl.oranje {color:#ff6600; 
	background:url(/pics/pijl-rechts-oranje.png) right 1px no-repeat; 
	padding: 0 17px 2px 0;
	}
a.pijl.rss {
	color:#666; 
	font-weight:normal;
	background:url(/pics/pijl-rechts-oranje.png) left 1px no-repeat; 
	padding: 0 0 2px 17px;
	}
	
a.pijl.grijs.onder {color:#999; 
	margin-top:5px; 
	padding-right:9px; 
	background:url(/pics/pijl-onder-grijs.gif) right 6px no-repeat;
	}
a.pijl.grijs.onder:hover { }


a.pdf {	background:url('/ico/page_white_acrobat.gif') no-repeat;
	padding-left:22px;
	font-style:italic;
	font-size:11px;
	} 



a.backbutton {float:right; margin-top:-10px; text-decoration:none; font-weight:bold; font-size:10px;}


/*__________________________________________________________________________________________________________ 3KOL LAYOUT ***/	
	
#fluid_3kol_container {
	background:url('/pics/bg-3kol-mid.png') repeat-y;	/* linker en rechter kolom in 1 backgroundimage */
	}

#header-3kol {
	background:url(/pics/bg-3kol-top.png) 0px 0px no-repeat; /* afgeronde hoekjes bovenkant */
	height:6px;
	}

#middle_container {margin:0 200px;}


#leftkol {
	margin-left:-199px;	/* must be 1 pixel less than width*/
	float:left;
	width:200px;		/* must be same as left margin on #middle*/
	position:relative;
	left:-1px;		/* line up exactly */
	display:inline;		/* ie fix*/
	}
	
#rightkol {
	margin-right:-199px;	/* must be 1 pixel less than width*/
	float:right;
	width:200px;		/* must be same as right margin on #middle*/
	position:relative;
	right:-1px;		/* line up */
	display:inline;		/* ie fix*/
	}

#centrekol {
	padding:10px 20px;
	}

#footer-3kol {			/* afgeronde hoekjes en shadow onderkant */
	clear:both;
	height:13px; 
	background:url(/pics/bg-3kol-bot.png) 0px 0px no-repeat;
	margin-top:0px;
	}

.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}







/*__________________________________________________________________________________________________________ HEADER ***/
#header {height:60px; padding-top:10px;}

#logo {float:left; width:300px;}
#icons-top {float:left;}
#icons-top a {margin-left:20px;}


#zoek {margin:10px 0 0 0;
	float:right;
	}




/*__________________________________________________________________________________________________________ SFEERFOTO ***/

#sfeerfoto {
	width:980px;
	height:260px;
	}

.voordeel {
	width:277px;
	height:56px;
	margin-bottom:11px;
	position:relative;
	top:40px;
	left:620px;
	margin-right:30px;
	background:url(/pics/bg-voordeel.png) no-repeat;
	}

.voordeel img {float:left; margin:1px 10px 0 3px;}
.voordeel h1, .voordeel h2 {float:left; margin:0; padding:0; font-weight:normal; width:200px;}
.voordeel h1 {color:#333333; margin-top:6px;}
.voordeel h2 {color:#336600;}





/*__________________________________________________________________________________________________________ HOOFDNAV ***/
#hoofdnav {
	border-top:1px solid #fff;
	height:48px;
	background:url('/pics/bg-hoofdnav.png') no-repeat;
	}

#hoofdnav ul {margin:10px 0 0 15px; padding:0px; }
	 
#hoofdnav ul li {	
	list-style-type:none;
	float:left;
	text-align:center;
	}
#hoofdnav ul li h1 {font-size:12px;}
	
#hoofdnav ul li a { 
	padding:2px 10px;
	text-decoration:none;
	font-size:13px;
	color:#bbbbbb;
	border-right: 1px solid #555;
	}
#hoofdnav ul li a:hover {
	color:#fff;
	}
#hoofdnav ul li a.active {
	color:#fff;
	text-decoration:underline;
	}


	
	
/*__________________________________________________________________________________________________________ LEFTNAV ***/

#leftnav {
	float:left;
	width:200px; 
	} 
	
.leftnav_kop {
	background:url(/pics/bg-leftnav-kop.jpg) no-repeat;
	height:36px; 
	overflow:hidden; 
	border-bottom:1px solid #fff;
	}
	
.leftnav_kop h3 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:6px 0 0 37px;
	}


.leftnav_mid {
	font-size:10px;
	line-height:15px;
	margin:5px 1px 0 1px;
	}
	
	

.nav-inactive, .nav-active {
	border-bottom:1px dotted #999; 
	margin:0; 
	padding:3px 0 5px 10px;
	}
.nav-inactive h2, .nav-active h2 {font-size:11px; font-family:verdana; font-weight:normal;}
.nav-inactive .sub, .nav-active .sub {margin:3px 0 13px 16px;}




/* INACTIVE NAV LINKS */
.nav-inactive { }
.nav-inactive .sub {display:none;}
.nav-inactive h2 a {color:#777; text-decoration:none; background: url(/pics/plus.gif) left 2px no-repeat; padding-left:15px; display:block;} 
.nav-inactive h2 a:hover {color:#333; text-decoration:none;} 


/* ACTIVE NAV LINKS */
.nav-active {background:#e9e9e9; }

.nav-active h2 a {color:#333; background: url(/pics/min.gif) left 2px no-repeat; padding-left:15px; text-decoration:none;}
.nav-active h2 a:hover {text-decoration:underline;}  
.nav-active h2 a.active {text-decoration:underline;}
	
.nav-active .sub {display:block; line-height:180%;}
		
.nav-active .sub a {display:block; color:#777; font-size:11px;text-decoration:none;}
.nav-active .sub a:hover {color:#333;text-decoration:none;}
.nav-active .sub a.active {color:#333; text-decoration:underline;}

 





/*__________________________________________________________________________________________________________ CONTENT MIDDEN ***/

#content {
	font-size:11px;
	line-height:20px;
	margin:5px 0 0 10px;
	}


#content p {margin-bottom:20px; margin-top:1px;}
#content ul {margin-bottom:20px;}

#content p.img-left {display:inline; margin-top:5px; float:left; margin-right:10px;}
#content p.img-right {display:inline; margin-top:-15px; float:right; margin-left:10px;}


/*__________________________________________________________________________________________________________ HOMEPAGE ***/

.home-left {
	float:left;
	width:255px;
	}

.home-right {
	float:right;
	width:255px;
	}




/*__________________________________________________________________________________________________________ RIGHTNAV ***/
 
#rightnav {
	font-size:11px;
	line-height:20px;
	float:right;
	width:180px; 
	margin:5px 9px 0 0px;
	} 

#rightnav div {	
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}

#rightnav #belmeterug {}
#rightnav #txt {}	
#rightnav #icons-right {width:190px; height:99px; margin-left:-4px; border-bottom:none;}
#rightnav #icons-right img {margin:0px; float:left;}


#rightnav #belmeterug {}





#rightnav input.txt {width:176px; margin-bottom:9px; color:#999; font-size:10px;}






 	
/*__________________________________________________________________________________________________________ BOTTOMNAV ***/
 
#bottomnav {border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; height:19px; padding-left:15px; margin-top:15px;}
 


/*__________________________________________________________________________________________________________ BOTTOM-LOGOS ***/
 
#bottom-logos {
	margin-top:7px;
	}
 
 
 
 
 

/*__________________________________________________________________________________________________________ BLOKJES ***/

#blokjescontainer {
	height:149px;
	}

.blokje {
	background:url(/pics/bg-blokje.png) no-repeat;
	width:180px;
	height:145px;
	float:left;
	margin-right:20px;
	font-size:10px;
	}
.blokje.last { margin-right:0 !important;}


.blokje_top {height:45px; margin-top:5px; margin-left:10px;}
.blokje_top img {float:left; margin-right:5px; margin-top:3px;}
.blokje_top h2 {float:left; font-size:17px; width:125px; color:#7aaf43; font-weight:normal; } 
.blokje_top h3 {float:left; font-size:13px; width:125px; color:#7aaf43; margin-top:-3px;}
		

.blokje_mid {margin:5px 0 0 10px; line-height:21px;}	
.blokje_mid a {background:url(/pics/pijl-rechts.gif) no-repeat 0px 3px; padding-left:9px; color:#888; text-decoration:none;}
.blokje_mid a:hover {color:#666; text-decoration:underline;}

	
	
.blokje a.pijl.grijs {
	float:right;
	margin-right:7px;
	margin-top:1px;
	font-family:verdana;
	font-weight:normal;
	font-size:9px;
	}	
	
	
	
	
	



/*__________________________________________________________________________________________________________ ACCORDIAN ***/

#basic-accordian {
	}

.accordion_headings {
	padding:5px 2px;
	cursor:pointer;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	color:#aaa;
	}

.accordion_headings:hover {
	color:#666;
	}

.accordion_child {
	padding:2px 0 15px 15px;	
	border-bottom:1px dotted #ccc;
	}

.header_highlight {
	border-bottom:none;
	text-decoration:underline;
	color:#666;
	}
	
.top {border-top:1px dotted #ccc;}
	
	
	
	
	
	
	
	


	




/*__________________________________________________________________________________________________________ TEXT ***/
h1, h2, h3, h4, h5 {
	margin:0px; 
	padding:0px; 
	color:#777; 
	font-family:"Trebuchet ms", Tahoma sans-serif;
	font-size:12px;
	}

h1 {font-size:16px; color:#7aaf43; }
h2 {font-size:14px; color:#777;}
h3 {font-size:13px;}
h4 {font-size:12px;}
h5 {font-size:10px;}


.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.top {vertical-align:top !important;}
.bottom {vertical-align:bottom !important;}


.rood {color:#ff0000;}
.grijs {color:#999999;}
.groen {color:#7aaf43;}
.lgrijs {color:#cccccc;}

.klein {font-size:9px !important;}
.citaat {border:1px solid #ddd; text-align:center; padding:5px;}

.hidden {display:none !important;}








/*__________________________________________________________________________________________________________ TABLES ***/

table td, table tr { padding:2px 4px;}
table tr {vertical-align:top;}

table.hosting {
	background:#ccc;
	width:100%;
	}
table.hosting tr {vertical-align:middle;}
	
table.hosting td, table.hosting th {
	background:#fff;
	height:45px;
	width:45px;
	text-align:center; 
	}
table.hosting td.check {
	background:#fff url(/pics/check.png) center center no-repeat;
	}
table.hosting td.cross {
	background:#fff url(/pics/cross.png) center center no-repeat;
	}








/*__________________________________________________________________________________________________________ ARLES GALLERY ***/
.index_table {width:100%; margin-top:20px;}
.index_table_cell {padding:0 15px 13px 0; text-align:left;}

a.navigationtext, span.navigationdisabledtext {
	filter:alpha(Opacity=70); opacity:0.70; moz-opacity:0.70;
	background:url('/pics/btn_groen_leeg.gif') no-repeat; 
	width:108px;
	height:25px;
	display:block;	
	padding-top:1px; 
	text-decoration:none !important;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:200% !important;
	color:#333333;
	}

.navigationtext:hover {filter:alpha(Opacity=99); opacity:0.99; moz-opacity:0.99;}
.navigationdisabledtext {color:#999999 !important; cursor:default;	background:url('/pics/btn_grijs_leeg.gif') no-repeat !important;}





/*__________________________________________________________________________________________________________ RSS ***/

.rss-box { } 
.rss-title, rss-title a {text-decoration:none; font-size:14px; font-weight:bold; font-family:"trebuchet ms", tahoma, sans-serif; color:#777;} 
.rss-items {}

.rss-item a {font-weight:bold;}
.rss-item a:hover { }
.rss-item {margin-bottom:15px;}

.rss-date {font-size:9px; font-style:italic;} 




/*__________________________________________________________________________________________________________ FORMS ***/

input.pijl.oranje {
	color:#ff6600; 
	background:url(/pics/pijl-rechts-oranje.png) right 3px no-repeat; 
	padding: 0 15px 2px 0;
	font-weight:bold;
	cursor:pointer;
	border:none;
	}
input.pijl.oranje:hover {
	text-decoration:underline; 
	}
	
	
table.form {width:100%;}
table.form td {padding:3px; border:1px solid #fff;}
table.form tr {vertical-align:top;}


input.veld {
	width:97%;
	height:16px; 
	padding:0px; 
	padding-left:4px; 
	background-color:#ffffff; 
	border:1px solid #a5acb2;
	}
	
.textarea {
	width:97%; 
	height:90px; 
	border:1px solid #a5acb2; 
	background-color:#ffffff; 
	overflow:yes;
	padding-left:5px;
	} 



table.indexmenu {
	margin:7px 0;
	}

table.indexmenu td {
	vertical-align:top;
	width:50%;
	padding-right:50px;
	}
		
table.indexmenu a {
	background:url(/pics/pijl-rechts.gif) no-repeat 0px 3px; 
	padding-left:9px; 
	text-decoration:none;
	}
table.indexmenu a:hover {
	text-decoration:underline;
	}
	
/*__________________________________________________________________________________________________________ IFRAME ***/

.iframe {
	width:530px;
	height:320px;
	overflow:hidden;
	}
	

#poweredby {display:none; position:absolute; top:-100px; width:1px height:1px;}
#poweredby span {display:none;}
#poweredby a {display:none; color:#fff; font-size:0px;}
	
