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

html, body {
	height: 100%;
}

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

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

#print_header {
	display: none;
}

/* ------------------------------------------------------------------------- header */

#header_container {
    position: relative;
    width: 100%;
    height: 225px;
    background: #005d30;
}

#header {
    margin: 0px auto;
    width: 990px;
}

#header_slideshow {
    position: relative;
    width: 740px;
    height: 225px;
    float: left;
    overflow: hidden;
    z-index: 5;
}

#header_slideshow img { width: 740px;  display: block; }

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

#navigation {
	position: relative;
    padding: 45px 0px 0px 65px;
	width: 135px;
	float: left;
    z-index: 10;
}

#navigation ul {
    margin: 0px;
    list-style-type: none;
}

#navigation li { position:relative; }

#navigation li a:link, #navigation li a:visited {
    padding: 0px 5px;
    color: #fff;
    display: block;
    text-decoration: none;
}

#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: #97c524;
}

#navigation li.whitebeneden a:link, #navigation li.whitebeneden a:visited {padding-bottom:10px;} 

/* subnavigation */
#navigation ul ul { 
    position: absolute;
    width: 200px;
    left: 135px;
    top: 0px;
    background: url(pics/black70.png) top left repeat-y;
	display:none;
    /*
    font:  11px verdana, arial, sans-serif;
    height: auto;
    
    visibility: hidden;  
    z-index: 5;
    */   
}

#navigation ul ul { margin: 0px; padding: 0px; list-style-type: none; }

#navigation ul ul li { margin: 0px; width: 200px; min-height: 15px; height: auto !important; height: 15px; float: left; }

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

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

/* ------------------------------------------------------------------------- Icons */  

#content .icons {
	float:left;
	width:130px;
	margin-left:70px;
}
#content .icons #languages { 
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

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

/* ------------------------------------------------------------------------- Contact - Vestigingen */  
#content .contact-footer {
	margin-top:45px;
}
#content .contact-footer a:link, #content .contact-footer a:visited {
	font-weight:normal;
	color:#9c9e9f;
}
#content .contact-footer a:hover {
	color:#97bf0d;
	border-bottom:0px solid #fff;
}

/* ------------------------------------------------------------------------- Intranet login */   

#intranet-login {
    margin: 45px 0px 0px 0px;
    width: 130px;    
}

#intranet-login h6 { font-weight: bold; }

#intranet-login .description { font: 11px arial,verdana, sans-serif; font-weight: bold; }
#intranet-login .value input { padding: 1px 3px; width: 114px; font: 11px arial, verdana, sans-serif; }
#intranet-login .value input.button { 
    margin: 5px 0px 0px 0px;
    width: 60px; 
    font-weight: bold;
    border: 0px solid #fff;
    background: #97C524 
}

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

#content_container {
	float:left;
	width: 100%;
	margin-top:30px;	
    padding-bottom: 130px; 
}

#content_container #content {
    padding: 0px 0px 0px 0px;
	min-height: 10px;
    height: auto !important;
    height: 10px;
	margin: 0px auto;
	width: 990px ;
	background:url(pics/bck_content.gif) repeat-y;
}

#content_container #content #text {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 20px 20px;
    width: 460px;
    min-height:10px;
    height:auto !important;
    height: 10px;
    float: left;	
}
#content_container #content #sidebar {
	padding: 0px 15px;
	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 #005d30; }
#content #sidebar ul.news li a:link, #content #sidebar ul.news li a:visited {color: #005d30;}
#content #sidebar ul.news li a:hover {color: #97bf0d; text-decoration: none; border-bottom: 0px solid;}

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

h1, td h1 {font: 28px verdana, arial, sans-serif; line-height: 38px; color: #9c9e9f; margin-bottom: 9px;}
h2, td h2 {font: 16px verdana, arial, sans-serif; line-height: 26px; color: #005d30; margin-bottom: 7px;}
h3, td h3 {font: 15px verdana, arial, sans-serif; line-height: 25px; color: #005d30; margin-bottom: 7px;}
h4, td h4 {font: 14px verdana, arial, sans-serif; line-height: 24px; color: #005d30; margin-bottom: 7px;}
h5, td h5 {font: 13px verdana, arial, sans-serif; line-height: 23px; color: #005d30; margin-bottom: 7px;}
h6, td h6 {font: 12px verdana, arial, sans-serif; line-height: 22px; color: #005d30; margin-bottom: 7px;}

#content a:link, #content a:visited {text-decoration: none; color: #005d30; font-weight: normal;}
#content a:hover { color: #97bf0d;;  border-bottom: 0px solid #005d30; }

#content a.download:link, #content a.download:visited {text-decoration: none; color: #7b9daf; font-weight: bold; margin-left: 8px;}
#content a.download:hover { color: #000;  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: none;}
#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: #005D30;
    border: 0px solid #959044;
}
#content ul.vacatures li { margin: 0px 0px 0px 0px; padding-left: 15px; list-style-type: none; }

#content ul.vacatures li a:link, #content ul.vacatures li a:visited {display: block; font-size: 11px; color: #fff; }
#content ul.vacatures li a:hover, 
#content ul.vacatures li.current a:link, 
#content ul.vacatures li.current a:visited { color: #97C524; }

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

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

#projecten {
	padding: 0px 0px 20px 0px;
    width: 465px;   
	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 5px 0 0px;}
#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: 465px;   
    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; }
#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 0px 0px;
}

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

#accordion .item-content { /*padding: 10px !important;*/ padding: 0px 10px; width:420px; } 


blockquote {
	padding:5px 20px;
}

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

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

.subsubnav { margin: 10px 0px; min-height: 0px; height: auto !important; height: 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;
  color:#97C524;
}
#content h3.nav-item {
	line-height:16px;
}
#content h3.nav-item a:link, #content h3.nav-item a:visited {
  font-size: 11px;
}
#content h3.nav-item a.current{
  color:#97C524;
}
#content h2.nav-item {
   font-size: 11px;
   line-height:20px;
   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, #content h2.nav-item a.current {
  color:#97C524;

}

.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;}

/* ------------------------------------------------------------------------- YouTube */ 

#content .PlaceYouTubeMovie {
    position:relative;
    width:455px;
    padding:0px 20px 20px 0px;
    overflow:hidden;
    z-index:4;
}
#content .PlaceYouTubeMovie object, #content .PlaceYouTubeMovie embed {
    width:450px;
}

/* ------------------------------------------------------------------------- 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_container {
	position: absolute;
	bottom: -1px;
}

#footer_container {
    position: absolute;
    height: 100px;
    width: 100%; 
    bottom: 0px; 
    background: url(pics/2011_bg_footer_container.gif) top left repeat-x;	
}

#footer {
    margin: 0px auto;
    height: 100px;
    font: 13px verdana, arial, sans-serif;
	line-height:18px;
    color: #fff;
    overflow: hidden;
    width: 990px;
}

#footer .left, #footer .right { padding: 0px 15px; margin: 20px 0px 0px 205px; height: 135px;  }

#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 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; }
