* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
}

body.green  { background-color: #f1f7df; background-image: none; }
body.blue   { background-color: #e5f0f6; background-image: none; }
body.pink   { background-color: #fcf3f0; background-image: none; }
body.green2 { background-color: #edf1ee; background-image: none; }
body.gray   {  }

img a, a img { border: none; text-decoration: none; }

#site {
	position: relative;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	width: 990px;
	min-height: 750px; 
	height: auto !important; 
	height: 750px;
	font: 12px verdana, arial, sans-serif;
	line-height: 18px;
	color: #4e5141;
}

.background.green { background: url(pics/bg_site_green.gif) left top no-repeat; }
.background.blue  { background: url(pics/bg_site_blue.gif)  left top no-repeat; }
.background.gray  { background: url(pics/bg_site_gray.gif)  left top no-repeat; }
.background.pink  { background: url(pics/bg_site_pink.gif)  left top no-repeat; }
.background.green2  { background: url(pics/bg_site_green2.gif)  left top no-repeat; }

#site .border.green { min-height: 750px; height: auto !important; height: 750px; background: url(pics/bg_border_green.png) top left repeat-y; }
#site .border.blue 	{ min-height: 750px; height: auto !important; height: 750px; background: url(pics/bg_border_blue.png) top left repeat-y; }
#site .border.gray 	{ min-height: 750px; height: auto !important; height: 750px; background: url(pics/bg_border_gray.png) top left repeat-y; }
#site .border.pink 	{ min-height: 750px; height: auto !important; height: 750px; background: url(pics/bg_border_pink.png) top left repeat-y; }
#site .border.green2 	{ min-height: 750px; height: auto !important; height: 750px; background: url(pics/bg_border_green2.png) top left repeat-y; }

#container {
	position: relative;
	padding: 0px 35px 20px 45px;
	width: 910px;
}

.background.green  #container { background: url(pics/bg_container_green.gif) bottom left no-repeat; }
.background.blue   #container { background: url(pics/bg_container_blue.gif)  bottom left no-repeat; }
.background.gray   #container { background: url(pics/bg_container_gray.gif)  bottom left no-repeat; }
.background.pink   #container { background: url(pics/bg_container_pink.gif)  bottom left no-repeat; }
.background.green2 #container { background: url(pics/bg_container_gray.gif)  bottom left no-repeat; }

#print_header {
	display: none;
}

#image-bar .flash-line{
  position: absolute;
  z-index: 100;
  width: 5px;
  height: 230px;
  background-color: #8a8564;
  top: 0px;
  right: 0px;
}

/* ------------------------------------------------------------------------- Navigation */  

#navigation {
	position: relative;
	margin: 0px 5px 0px 0px;
	width: 140px;
	height: 230px;
	float: left;
	display: inline;
	background: #8a8564;
}

#navigation ul {
	margin: 20px 0px 0px 0px;
	list-style-type: none;
  width: 140px;
  overflow: hidden;
}

#navigation li { padding: 0px 0px 1px 5px;   width: 140px; float: left; overflow: hidden;}

#navigation li a:link, #navigation li a:visited {
	padding: 0px 0px 0px 20px;
	display: inline-block;
  width: 200px;
	color: #1b170f;
	text-decoration: none;
	font: 12px verdana, arial, sans-serif;
  line-height: 18px;
  position: relative;
	background: url(pics/bg_li_brown.gif) 0px 1px no-repeat;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited,
#navigation li.selected a:link, #navigation li.selected a:visited {
	color: #fff;
	background: url(pics/bg_li_white.gif) 0px 1px no-repeat;
}

#navigation li.white a:link, #navigation li.white a:visited {font-weight: bold; color: #1b170f; background: url(pics/bg_li_brown.gif) top left no-repeat }
#navigation li.white a:hover {
	color: #fff;
	background: url(pics/bg_li_white.gif) 0px 1px no-repeat;	
}

#navigation li.whitebeneden a:link, #navigation li.whitebeneden a:visited {   padding-bottom: 10px; font-weight: bold;	 color: #1b170f; background: url(pics/bg_li_brown.gif) top left no-repeat }
#navigation li.whitebeneden a:hover {
	color: #fff;
	background: url(pics/bg_li_white.gif) 0px 1px no-repeat;
  padding-bottom: 10px;	
}

#navigation li.current {background-color: #4b4225;}
#navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {background: url(pics/bg_li_whitebrown.gif) 0px 1px  no-repeat;}



/* subnavigation */

.submenu { 
	position: absolute;
	padding: 0 0 0px 0;
  margin-left: 10px;
	width: 200px;
  left: 100px;
  top: 30px;
	font:  11px verdana, arial, sans-serif;
	height: auto;
	background: url(pics/black70.png) top left repeat;
	visibility: hidden;  
	z-index: 5;   
}

.submenu ul { margin: 0px; padding: 0px; list-style-type: none; }

.submenu li { margin: 0px; width: 200px; min-height: 15px; height: auto !important; height: 15px; float: left; }

.submenu li a:link, .submenu li a:visited { 
	padding: 3px 10px;
	display: block; 
  width: 180px;
	color: #fff; 
	line-height: 14px;
	font: 11px verdana, arial, sans-serif;
	text-decoration: none;
}

.submenu li a:hover, .submenu li.current a:link, .submenu li.current a:visited { color: #000; background: #fff; display: inline-block; }

/* ------------------------------------------------------------------------- Image bar */ 

#image-bar {
  position: relative;
	width: 755px;
	height: 230px;
	float: left;
	overflow: hidden;
	background: #8a8564;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	position: relative;
	padding: 0px 0px 150px 0px;
	margin: 30px 0px 0px 0px;
	width: 890px;	
	background: url(pics/bg_content.gif) top left repeat-y;
}

#languages { 
	width: 130px;
  min-height: 10px;
  height: auto !important;
  height: 10px;
	float: left;
}

#content #languages ul { margin: 0px; list-style-type: none; }
#content #languages li { padding: 0px; margin: 0px; width: 130px; height: 40px; text-align: center; overflow: hidden;   } 
#content #languages li a:link, #languages li a:visited { border: none; }

#text {
	margin: 0px 0px 30px 14px;
	padding: 0px 10px 0px 0px;
	width: 476px;
	min-height:320px;
  height:auto !important;
  height: 320px;
	float: left;	
}

#sidebar {
	padding: 0px 20px;
	width: 220px;
	height: 100%;
	float: left;	
}

#content #sidebar a:link, #content  #sidebar a:visited, #content  #sidebar a:hover {text-decoration: none; border-bottom: 0px solid;}

#sidebar ul.news { margin: 5px 0px; list-style-type: none; }
#sidebar ul.news li { margin: 0px; padding: 5px 0px; list-style-type: none; border-top: 1px dotted #959044; }
#content #sidebar ul.news li a:link, #content #sidebar ul.news li a:visited {color: #959044;}
#content #sidebar ul.news li a:hover {color: #959044; text-decoration: none; border-bottom: 1px solid;}

#boomkalender {
	min-height:30px;
  height:auto !important;
  height:30px;
}

h1, td h1 {font: 32px Palatino Linotype, verdana, sans-serif; line-height: 38px; font-weight: bold; color: #568944; margin-bottom: 7px;}
h2, td h2 {font: 17px verdana, arial, sans-serif; font-weight: bold; color: #568944; margin-bottom: 7px;}
h3, td h3 {font: 15px verdana, arial, sans-serif; font-weight: bold; color: #568944; margin-bottom: 7px;}
h4, td h4 {font: 14px verdana, arial, sans-serif; font-weight: bold; color: #568944; margin-bottom: 7px;}
h5, td h5 {font: 13px verdana, arial, sans-serif; font-weight: bold; color: #568944; margin-bottom: 7px;}
h6, td h6 {font: 12px verdana, arial, sans-serif; font-weight: bold; color: #568944; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #4e5141; font-weight: bold; }
#content a:hover { color: #4e5141;  border-bottom: 1px solid #4e5141; }

#content a.download:link, #content a.download:visited {text-decoration: none; color: #7b9daf; font-weight: bold; margin-left: 8px;}
#content a.download:hover { color: #7b9daf;  border-bottom: 1px solid #7b9daf; margin-left: 8px; }

table {margin: 5px 0px;}
td {
	font: 12px verdana, arial, sans-serif;
	line-height: 16px;
	color: #4e5141;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 10px 10px 10px 0px; float: left; }
#content img.right { margin: 10px 0px 10px 10px; float: right; }

p {margin-bottom: 9px;}

#content ul {margin: 10px 0px 10px 0px;}
#content li { margin: 5px 0px 0px 10px; list-style-type: circle;}
#content ol { margin: 10px 0px 10px 20px;}

#content ul.vestigingen {margin: 0px 0px 0px 0px;}
#content ul.vestigingen li { 
    margin: 0px 0px 0px 10px; list-style-type: none;}

#content ul.vacatures { 
    margin: 10px 0px 10px 0px; 
    list-style-type: none;
    padding: 5px;
    background-color: #a3c2d3;
    border: 1px solid #959044;
}
#content ul.vacatures li { margin: 0px 0px 0px 0px; padding-left: 15px; list-style-type: none; background: url(pics/bg_li_vacatures.gif) 0 5px no-repeat; }

#content ul.vacatures li a:link, #content ul.vacatures li a:visited {display: block; font-size: 11px; color: #6c6c6c; }
#content ul.vacatures li a:hover, 
#content ul.vacatures li.current a:link, 
#content ul.vacatures li.current a:visited { color: #4e5141; }

span.clickalble { width: 100%; display: block; }

h3.custom {color: #578b50; border-bottom: 1px dotted; width: 465px; margin: 0px 0px 10px 0px; padding: 0 0 0 15px;}

#projecten {
	padding: 0px 0px 20px 0px;
  width: 480px;   
	min-height: 100px;
	height: auto !important;
	height: 100px; 
  display: block;
  background: url(pics/element-bg.png) top left repeat; 
 }
#projecten .item {margin-top: 20px; float: left;}
#projecten .afb {height: 140px; width: 200px; float: left; margin: 0 10px 0 10px;}
#projecten .afb img { margin: 0px;}
#projecten .afb a:link, #projecten .afb a:visited, #projecten .afb a:hover {text-decoration: none; border: 0px solid;}
#projecten .afb a:link img, #projecten .afb a:visited img, #projecten .afb a:hover img {text-decoration: none; border: 0px solid;}
#projecten .tekst {width: 250px; height: 143px; font-size: 11px; font-weight: normal; overflow: hidden; float: left;}
#projecten .tekst .intro {max-height: 125px; overflow: hidden;}
#projecten .tekst a:link, #projecten .tekst a:visited {font-weight: bold; display: inline-block;}
#projecten .tekst a:hover {color: #000; text-decoration: none; border-bottom: 0px solid;}

#projecten-detail {    
    width: 485px;   
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 0px 0px 20px 0px;
    background: url(pics/element-bg.png) top left repeat;}
#projecten-detail .preview {width: 130px; float: left; margin: 10px 0px 0px 10px;}
#projecten-detail .preview a:link, #projecten-detail .preview a:visited, #projecten-detail .preview a:hover {text-decoration: none; border: 0px solid;}
#projecten-detail .preview img {margin: 0px 5px 10px 0px;}
#projecten-detail .project {width: 455px; float: left; padding: 0px; margin-top: 10px; border-left: 0px dotted; padding-left: 15px; }
#projecten-detail .project a:link, #projecten-detail .project a:visited, #projecten-detail .project a:hover {text-decoration: none; border: 0px solid;}



#content .lijst-nav {width: 470px; text-align: center; font-size: 11px; color: #aeadad; margin: 10px 0 0 0;}
#content .lijst-nav.algemeen {text-align: left;}
#text .lijst-nav a:link, #text .lijst-nav a:visited {font-size: 11px;}
#text .lijst-nav a:hover {text-decoration: none; border-bottom: 0px solid; color: #578b50;}

#content .teruglijst {margin: 20px 0px 0px 15px;}
#content .teruglijst a:link, #content .teruglijst a:visited {font-size: 11px;}
#content .teruglijst a:hover {text-decoration: none; border-bottom: 0px solid; color: #578b50;}

/* ------------------------------------------------------------------------- Boomwijzer */


#boomwijzer .item { width: 205px; height: 100px; float: left; margin: 0px 20px 30px 0px; background-color: #f1f6df;} 
#boomwijzer .item .afb {width: 70px; height: 100px; float: left; } 
#boomwijzer .item .afb img {margin: 0px; padding: 0px;}
#boomwijzer .item .afb a:link, #boomwijzer .item .afb a:visited, #boomwijzer .item .afb a:hover {text-decoration: none; border-bottom: 0px;}
#boomwijzer .item .tekst {height: 87px; width: 125px; float: left; padding-left: 10px; font-size: 11px; line-height: 14px; overflow: hidden;}
#boomwijzer .item .tekst p {margin: 0px; padding: 0px;}


#map {
	position: relative;
	height: 250px;
	width: 220px;
	border: 1px dotted#000;
	font-family: verdana, arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffff;
	float: left;
        margin-bottom: 20px; 
        overflow: hidden;
}
/* ------------------------------------------------------------------------- Accordion Slider */ 

#accordion {
	margin:20px 0px;
}

#accordion .SubSubNavigation p, #accordion .SubSubNavigation h4 {
	margin:0px;
	padding:0px 5px 0px 5px;
}

#accordion .item-content { padding: 0px 10px; } 


blockquote {
	padding:5px 20px;
}

#accordion .SubSubNavigation a:link, #accordion .SubSubNavigation a:visited { white-space: nowrap; }

.content p {margin: 10px 0px;}

.SubSubNavigation {
	padding: 15px 0 0px 7px; 
	width: 473px;
  min-height: 25px;
  height:auto !important;
  height: 25px;
  clear: both;
  background: url(pics/element-bg.png) top left repeat;
}

#content h1.nav-item {
   font-size: 14px; 
   margin: 0px; 
   border-bottom: 1px dotted;
   list-style-type: none;
   line-height: normal;
}

#content h1.nav-item a:link, #content h1.nav-item a:visited {
    font-size: 14px;
  line-height: normal;
  line-height: 25px;
  display: block;
  width: 100%;
}

#content h1.nav-item a:hover,  #content h1.nav-item.current a:link, #content h1.nav-item.current a:visited{
  background: url(pics/element-bg.png) top left repeat;
  font-size: 14px;
}

#content h3.nav-item a:link, #content h3.nav-item a:visited{
  font-size: 12px;
}

 

#content h2.nav-item {
   font-size: 12px;
   float: left;
   margin: 0px 5px;
   white-space: nowrap; 
}

#content h2.nav-item a:link, #content h2.nav-item a:visited {
  white-space: nowrap; 
}

#content h2.nav-item a:hover,  #content h2.nav-item.current a:link, #content h1.nav-item.current a:visited{

}

.SubSubNavigation h4 {font-size: 12px; float: left; border-right: 1px solid;}

#SubSnoeien.navigation_bottom {margin-top: 15px;}
#SubSnoeien.navigation_bottom h5 {margin-bottom: 3px; font-size: 12px;}

#SubSnoeien.navigation_bottom h5 a:link, #SubSnoeien.navigation_bottom h5 a:visited {color: #4e5141;}
#SubSnoeien.navigation_bottom h5 a:hover {text-decoration: none; border-bottom: 0px solid; color: #578b50;}

#ContainerBoomverzorging .SubSubNavigation h4, 
#ContainerPiusFloris .SubSubNavigation h4, 
#accordion .ContainerBoomverzorging .SubSubNavigation h4 {margin-bottom: 4px;}

#ContainerBoomverzorging .SubSubNavigation a:link, #ContainerBoomverzorging .SubSubNavigation a:visited,
#accordion .ContainerBoomverzorging .SubSubNavigation a:link, #accordion .ContainerBoomverzorging .SubSubNavigation a:visited,
#ContainerPiusFloris .SubSubNavigation a:link, #ContainerPiusFloris .SubSubNavigation a:visited {}

#ContainerBoomverzorging .content { clear: both; }
#ContainerBoomverzorging .navigation_bottom {margin-top: 15px;}
#ContainerBoomverzorging .navigation_bottom h5 {margin-bottom: 3px; font-size: 12px;}
#ContainerBoomverzorging .navigation_bottom h5 a:link, #ContainerBoomverzorging .navigation_bottom h5 a:visited {color: #4e5141;}
#ContainerBoomverzorging .navigation_bottom h5 a:hover {text-decoration: none; border-bottom: 0px solid; color: #578b50;}
#ContainerBoomverzorging .content p { margin: 0px 0px 10px 0px; }
#ContainerBoomverzorging .SubSubNavigation a:hover,
#accordion .ContainerBoomverzorging .SubSubNavigation a:hover,
#ContainerPiusFloris .SubSubNavigation a:hover {text-decoration: none; border-bottom: 0px solid; color: #578b50;}

#text .content {font-size: 11px;}
#text .content ul {margin: 10px 0px 10px 20px;}
#text .content li { margin: 5px 0px 0px 10px; list-style-type: circle;}

#text .terug {font-size: 11px;}
#text .terug a:hover {color: #578B50; text-decoration: none; border-bottom: 0px solid;}

#vestigingen ul.vestigingen, #content ul.contentmenu {margin: 10px 0 0 0;}
#vestigingen ul.vestigingen li, #content ul.contentmenu li {
margin: 0px; 
border-bottom: 1px dotted;
list-style-type: none;
}

#vestigingen ul.vestigingen li a:link, #vestigingen ul.vestigingen a:visited,
#content ul.contentmenu li a:link, #content ul.contentmenu li a:visited {
background: url(pics/li-bg.gif) center left no-repeat; 
width: 470px; text-decoration: none; 
border: 0px solid; padding: 5px 0px 5px 15px; 
display: inline-block;
}
#vestigingen ul.vestigingen li a:hover,
#content ul.contentmenu li a:hover {background: #fff url(pics/li-bg-over.gif) center left no-repeat; color: #578B50; }
#vestigingen ul.vestigingen li.current,
#content ul.contentmenu li.current { display: none; }

#projecten-detail #vestigingen ul.vestigingen li a:link, #projecten-detail #vestigingen ul.vestigingen a:visited { width: 455px; }

/* ------------------------------------------------------------------------- Accordion Style */ 

.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
  width: 480px;
}

.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	border-bottom: none;
}

.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
  background: none;
  padding: 5px 0px;
  color: #464938;
  border-bottom: 1px dotted;
}

.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #555555;
}

.ui-accordion-header a:hover {
	color: #212121;
}

.ui-accordion-header:hover {
	background: #fff url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #578b50;
}

.selected .ui-accordion-header, .selected .ui-accordion-header:hover {}

.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #212121;
	background: none;
}

.ui-accordion-content {
	background: #000;
	color: #222222;
	font-size: 1em;
}

.ui-accordion-content p {
	padding: 10px;
}

#accordion .content {
	min-height: 10px;
	height: auto !important;
	height: auto;	
	background: url(pics/element-bg.png) top left repeat;
	padding: 10px 15px;
	line-height: 18px;
	color: #464938;
}

#accordion .content a:hover { text-decoration: none; border: none; }
#content #text a:hover { text-decoration: none; border: none; }
 
.ui-accordion .element {
	background: url(pics/element-bg.png) top left repeat;
	padding: 10px 10px;
	line-height: 18px;
}

.ui-accordion-header.selected { color: #578b50;}


/* ------------------------------------------------------------------------- Gmap */ 

#container_map {
	position: relative;
  height: 250px;
  font-size: 11px;
}

.tooltip {
	padding:5px;
	width: 150px;
	background-color:#fff;
  border:2px #ccc solid;
}

/* ------------------------------------------------------------------------- Footer */ 

* html #footer {
	position: absolute;
	bottom: -1px;
}

#footer {
	position: absolute;
	left: -45px;
	bottom: 0px;
	padding: 0px 0px 0px 180px;
	width: 810px;
	height: 105px;
	font: 9px verdana, arial, sans-serif;
	color: #4e5141;
	overflow: hidden;
}

#footer .left, #footer .right { padding: 0px 15px; margin: 20px 0px 0px 500px; width: 225px; height: 135px; background: url(pcics/bg_sidebar.gif) top left repeat-y; }

#footer .right { font-size: 11px; }

#footer .left ul { margin: 0px; list-style-type: none; }
#footer .left ul li {margin: 0px;  list-style-type: none; }

#footer .contact-footer a:link, #footer .contact-footer a:visited {
  padding: 0px 0px 0px 10px;
  background: url(pics/bg_li_footer.gif) 0px 3px no-repeat;
  font-size: 10px;
}

#footer .contact-footer {
  width: 480px;
  float: left;
}

#footer .contact-footer .contactText {
  height: 30px;
  float: left;
  margin: 3px 10px 0px 0px;
  font-size: 11px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	line-height: 16px;
	color: #4e5141;
	padding: 0px 25px; 
	background: url(pics/bg_li_footer.gif) 10px 3px no-repeat;
}

#footer a:hover { text-decoration: underline; border: none; }

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }