html {
	height: 100%;
}

body {
	height: 100%;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	background:url(/visuals/basis/background_top.jpg) top left repeat-x;
	}

#arstart

{
	padding-top:20px;
	margin-left:20px;
}

#arstart strong

{
	font-weight:bold;
}


#activtiteiten h2
{
	font-size:12px;
	font-weight:bold;
}
#activtiteiten h3
{
	font-size:14px;
	margin:0;
	font-weight:normal;
}
	
	
#activtiteiten strong
{
	
	font-weight:bold;

}

#inhoud #activtiteiten p{
	margin:0;
	padding:0;
	padding-bottom:15px;
}


	
h1 {
	padding:0;
	margin:0;
	padding-left:20px;
	font-weight:bold;	
	color:#7cb243;
	font-size: 12px;
	
}
h2 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	border-spacing: 0px 0px;
	line-height:17px;
}


#inhoud table{
	font-family: verdana;
	font-size: 12px;
	margin: 0px 0px 15px 20px;
	border-spacing: 0px 0px;
}

#inhoud th,#inhoud td {
	font-family: verdana;
	font-size: 10px;
	margin: 0px 0px 15px 20px;
	border-spacing: 0px 0px;
}


td {
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

ol {
	margin: 0px 0px 15px 25px;
	list-style-type: decimal;
}

ul {
	margin: 0px 0px 15px 15px;
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

li {
	margin: 0px 0px 2px 0px;
}

sup {
	font-size: 65%;
	vertical-align: super;	
}

sub {
	font-size: 65%;
	vertical-align: sub;	
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	float:left;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

#center_hor {
	position: relative;
	height: 100%;
	width: 984px;
	
}

/* horizontaal css menu */

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 15;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #bbbbbb;
}

#menu ul {
	list-style: none;
	margin: 0px;
	width: 125px;
	float: left;
}

#menu a, #menu h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
	background: #999999;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px solid black;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}




/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:7px;
	left:7px;
	z-index:900;
	width:110px;
	padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;

}

#menu_ver a:hover, #menu_ver a:active{
	color: #FFFFFF;
	background: #999999;
}

#menu_ver ul{
	list-style:none;
	margin: 0px;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}



/* normaal menu */

#main_menu {
	width:685px;
	color:#fff;
	float:left;
	position: relative;	


	}
.clear
{
	clear:both;
	height:1px;
	width:100%;
	display:block;
	
}
#main_menu ul {
	list-style-type: none;
	margin: 0px;
		
}



#main_menu ul li {

	cursor:pointer;
	height:71px;
	display:bock;
	float: left;
	color:#fff;
	width: 70px;	
	margin: 0px 6px 0px 0px;	
	text-align: center;	
		
}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active {
	font-size:10px;	
	line-height:100%;
	color:#333;
	display: block;
	padding: 2px 0px 0px 0px;
	height:71px;
	text-decoration: none;
}

#main_menu ul li a:hover {
	
}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active {
	
}

#top_kort {
	position: relative;
	height:101px;
	
}

#top {
	position: relative;
	height:81px;
	
}



#top2 {
	position: relative;
	height:200px;
}

#content {
	display:block;
	position: relative;	
	float:left;	
	width:900px;
	background: url(/visuals/basis/content_bg.jpg) top left no-repeat;
	min-height:400px;
}


#content_intro {
	display:block;
	position: relative;	
	float:left;	
	width:979px;	
	min-height:400px;
	
}
#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#popup {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background:  url('/visuals/basis/popup.png') top left repeat;
}


.top_logo
{
	clear:left;
	width:900px;
	height:200px;
	display:block;
	background:#ced0cf;

}




#contact_gegevens_intro
{
	float:left;
	display:block;
	margin-left:15px;
	width:270px;


}

#contact_gegevens_intro
{
	width:270px;

	
}

#contact_gegevens
{
	float:left;
	width:200px;
	display:block;
	position:relative;
	padding-left:17px;
	width:190px;
	

	
}
#contact_gegevens_intro h2,
#contact_gegevens h2
{
	color: #7cb243;
	font-size:10px;
	font-weight:bold;
}
#contact_gegevens_intro p,
#contact_gegevens p
{
	font-size:10px;
	line-height:14px;
	
}

#contact_gegevens_intro p{
	margin:0 0 10px 0;
	color:#535353;
}

#contact_gegevens_intro a,
#contact_gegevens a
{
	color: #7cb243;
	
}

#contact_gegevens_intro h3 {
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	margin:0 0 5px;
	color:#535353;
}

#contact_gegevens_intro div a {
	color: #7cb243;
	font-size:10px;
	line-height:14px;
}

#inhoud
{
	font-size:11px;
	line-height:17px;
	float:left;
	width:650px;
	display:block;
	padding-bottom:50px;
	position:relative;
	min-height:300px;
	margin-bottom:20px;
	
	
}

#inhoud p
{
	margin:0;
	padding:0;

	
	
}
#inhoud_intro
{
	float:left;
	width:684px;
	display:block;
	
}

#bottom
{
	
	margin-left:225px;
	clear:both;
	height:100px;
	width:780px;
	display:block;	
	font-size:10px;
	color:#c0c0c0;
}


	
#bottom_intro
{
	clear:both;
	height:auto;
	width:680px;
	display:block;
	padding-top:25px;
	font-size:10px;
	color:#c0c0c0;
}
#bottom_menu  li
{
	float:left;
	display:block;
	padding:2px;
	color:white;
	color:#4f4f4f;
	
	
}
#bottom_menu  
{
	
	padding:4px;
	font:verdana;
	font-size:11px;
	padding-top:20px;
	
	
	
}

#bottom_menu  ul li  a
{
	color:#626262;

}

.kruimel a
{

	text-decoration:none;
	color:#fff;
	font-size:11px;
	padding:0;
	margin:0;
	vertical-align:top;
	
	}

.kruimel
{
	margin:0;
	padding:0;
	text-align:right;
	color: #fff;
	vertical-align:top;
	margin-right:40px;

}
#main_menu
{
	position:relative;
	
}
#main_menu p
{
	padding-top:46px;
	font:verdana;
	font-size:9px;
	line-height:100%;

	
}

.menu_item
{
	
	position:relative;	
	text-align:center;
	height:80px;
	font-size:11px;
	
	
	}
#main_menu span
{
    position:absolute;
	left:0;
	right:0;
	top:48px;	
	text-align:center;	
	cursor:pointer;
}
	


#main_menu a span
{	
	color:#757474;
	font-size:11px;
	line-height:12px;
	font-family:arial;
	text-align:center;
	width:100%;
}

#main_menu a:hover span
{	
	color:#8aad66;
}

.menu_1  a
{
	display:block;
	height:100%;
	background: url(/visuals/basis/home.jpg) top center no-repeat;
}


.menu_1  a:hover,
.menu_active_1  a
{	
	display:block;
	height:100%;
	background: url(/visuals/basis/home_active.jpg) top center no-repeat;
}

.menu_63 a:hover,
.menu_63
{
	background: url(/visuals/basis/lokaties.jpg) top center no-repeat;
}
.menu_67
{
	background: url(/visuals/basis/arrangementen.jpg) top center no-repeat;
}

.menu_68
{
	background: url(/visuals/basis/activiteiten.jpg) top center no-repeat;
}

.menu_69
{
	background: url(/visuals/basis/nieuws.jpg) top center no-repeat;
}

.menu_70
{
	background: url(/visuals/basis/contact.jpg) top center no-repeat;
}


.menu_78
{
	background: url(/visuals/basis/seizoensspecials.jpg) top center no-repeat;
}

.menu_78 a:hover,
.menu_active_78
{
	background: url(/visuals/basis/seizoensspecial_active.jpg) top center no-repeat;
}


.menu_79
{
	background: url(/visuals/basis/portfolio.jpg) top center no-repeat;
}

.menu_79 a:hover,
.menu_active_79
{
	background: url(/visuals/basis/portfolio_active.jpg) top center no-repeat;
}

.menu_80
{
	background: url(/visuals/basis/goede_doelen.jpg) top center no-repeat;
}

.menu_80 a:hover,
.menu_active_80
{
	background: url(/visuals/basis/goede_doelen_active.jpg) top center no-repeat;
}

.menu_63 a:hover,
.menu_active_63
{
	background: url(/visuals/basis/lokatie_active.jpg) top center no-repeat;
}

.menu_67 a:hover,
.menu_active_67
{
	background: url(/visuals/basis/arrangementen_active.jpg) top center no-repeat;
}
.menu_68 a:hover,
.menu_active_68
{
	background: url(/visuals/basis/activiteiten_active.jpg) top center no-repeat;
}
.menu_69 a:hover,
.menu_active_69
{
	background: url(/visuals/basis/nieuws_active.jpg) top center no-repeat;
}
.menu_70 a:hover,
.menu_active_70
{
	background: url(/visuals/basis/contact_active.jpg) top center no-repeat;
}

#keuze
{
	clear:left;
	position:absolute;
	font:Century Gothic;
	font-size:26px;
	color:#7cb243;
	text-align:right;
	padding-bottom:5px;
	top:80px;
	right:290px;

	
}

#logo_arrangementen
 {
	background: url(/visuals/basis/logo_arrangementen.jpg) top left no-repeat;
	width:693px;
	height:121px;
	margin-bottom:8px;
}

#logo_bedrijfsuitje
 {
	background: url(/visuals/basis/logo_bedrijfsuitje.jpg) top left no-repeat;
	width:693px;
	height:121px;
	margin-bottom:8px;
}


#logo_arrangementen a,
#logo_bedrijfsuitje a
{
	display:block;
	height: 100%;	
		font-size:0;
}


#logo_activiteiten 
{
	background: url(/visuals/basis/logo_activiteiten.jpg) top left no-repeat;
	width:690px;
	height:127px;
}

#logo_activiteiten a
{
	display:block;
	height: 100%;
		font-size:0;
}

#logo_lokaties
{
	background: url(/visuals/basis/logo_lokatie.jpg) top left no-repeat;
	width:690px;
	height:127px;
	margin-bottom:8px;
}

#logo_waarinnl
{
	background: url(/visuals/basis/logo_waarinnl.jpg) top left no-repeat;
	width:690px;
	height:127px;
	margin-bottom:8px;
}

#logo_lokaties a,
#logo_waarinnl a
{
	height:100%;
	display:block;	
	font-size:0;
}

#natuur
{
	background: url(/visuals/basis/icoon_natuur.jpg) top left no-repeat;
	height:70px;
	width:120px;	
	margin-right:20px;
	float:left;
	position:relative;
	text-decoration:underline;

}

#vacature
{
	background: url(/visuals/basis/icoon_vacatures.jpg) top left no-repeat;
	height:70px;
	width:120px;	
	margin-right:20px;
	float:left;
	position:relative;
	text-decoration:underline;

}


#vacature a
{
	height:100%;
	display:block;
	
}
#natuur  span,
#overige_partners  span,
#staatsbos  span,
#download_pdf  span,
#vacature span
{
	position:absolute;
	top:35px;	
	width:100%;
	text-align:center;	
	margin:0;
	padding:0;
	cursor:pointer;

}
#natuur a,
#overige_partners a,
#download_pdf ,
#vacature a,
#staatsbos a
{
	height:100%;
	display:block;

}


#staatsbos
{
	margin-right:20px;
	background: url(/visuals/basis/icoon_staatsbos.jpg)  top center no-repeat;
	height:70px;
	width:120px;
	position:relative;
	float:left;
	text-decoration:underline;
}

#overige_partners
{
	margin:0px 20px 0 0;
	background: url(/visuals/basis/icoon_overig.jpg)  top center no-repeat;
	height:70px;
	width:100px;
	position:relative;
	float:left;
	text-decoration:underline;

}

#download_pdf
{
	background: url(/visuals/basis/icoon_download.jpg)  top center no-repeat;
	margin-right:20px;
	height:70px;
	width:120px;
	position:relative;
	float:left;
	text-decoration:underline;
	}

#vacature
{
	margin-right:20px;
	background: url(/visuals/basis/icoon_vacatures.jpg)  top center no-repeat;
	height:70px;
	width:120px;
	position:relative;
	float:left;
	text-decoration:underline;
	
}
#bottom_intro
{
	padding-left:5px;
}


#bottom_intro p,
#bottom p
{
	padding-top:35px;
	text-align:center;
}
#bottom_intro a,
#bottom a
{
	color:#c0c0c0;
}

#meer_informatie
{
	left:15px;
	position:absolute;
	bottom:10px;
	width:650px;
	background: url(/visuals/basis/knop_groen.jpg) top left no-repeat;
	height:30px;
	text-align:center;
	font-size:11px;
	
}
#meer_informatie a
{
	text-decoration:underline;
	display:block;
	height:100%;
	color:#fff;
	padding-top:9px;
	
}

#toplogo_partner
{
	
	background: url(/visuals/basis/top_partners.jpg) top left no-repeat;
	width:900px;
	height:200px;
}

#top_goede_doelen
{
	
	background: url(/visuals/basis/top_goede_doelen.jpg) top left no-repeat;
	width:900px;
	height:200px;
}

#toplogo_arrangementen
{
	background: url(/visuals/basis/top_arrangementen.jpg) top left no-repeat;
	width:900px;
	height:200px;
}
#toplogo_locaties
{
	background: url(/visuals/basis/top_locaties.jpg) top left no-repeat;
	width:900px;
	height:200px;
	
}

#toplogo_portfolio
{
	background: url(/visuals/basis/top_portfolio.jpg) top left no-repeat;
	width:900px;
	height:200px;
	
}

#toplogo_waarinnl
{
	background: url(/visuals/basis/toplogo_waarinnl.jpg) top left no-repeat;
	width:900px;
	height:200px;
}

#toplogo_bedrijfsuitje
{
	background: url(/visuals/basis/top_bedrijfsuitjes.jpg) top left no-repeat;
	width:900px;
	height:200px;
	
}

#toplogo_activiteiten
{
	background: url(/visuals/basis/top_activiteiten.jpg) top left no-repeat;
	width:900px;
	height:200px;
}
#toplogo_nieuws
{
	background: url(/visuals/basis/knop_groen.jpg) top left no-repeat;
	width:900px;
	height:200px;
}
#toplogo_contact
{
	background: url(/visuals/basis/top_contact.jpg) top left no-repeat;
	width:900px;
	height:200px;
}

#toplogo_nieuws
{
	background: url(/visuals/basis/top_nieuws.jpg) top left no-repeat;
	width:900px;
	height:200px;
}
#toplogo_vacatures
{
	background: url(/visuals/basis/top_vacatures.jpg) top left no-repeat;
	width:900px;
	height:200px;
}

#contact_form
{

	padding-top:5px;
	padding-bottm:40px;
	width:650px;
	text-align:left;
}

#contact_form label
{
	clear:left;
	float:left;
	width:200px;
	height:22px;
	margin-top:5px;
	
	
}

#euro
{

}

#contact_form textarea{

	margin-top:5px;
	height:120px;
	width:330px;
	border:1px solid #7cb243;
	float:left;
	font-family:verdana;
}


#contact_form select,
#contact_form input
{
	margin-top:5px;
	height:22px;
	width:330px;
	border:1px solid #7cb243;
	float:left;
	font-family:verdana;
}

#contact_form .verstuur
{
	background: url(/visuals/basis/verzendknop.jpg) 0px 2px no-repeat;
	width:83px;
	height:27px;
	border:none;
	font-size:11px;
	color:#fff;
	margin-left:250px;
	margin-right:20px;
	cursor:pointer;
}
#contact_form  .verplicht
{
	float:right;
	margin-right:120px;
	font-size:10px;
}

#contact_form p
{
	float:left;
	padding:0;
	
}

#arrangement_keuze
{
	float:right;
}

#arrangement_keuze td
{
	cursor:pointer;
	width:78px;
	height:78px;
}
.a_icoon1
{
	background: url(/visuals/basis/arrangement_icoons1.jpg) top left no-repeat;
	
	
}
.a_icoon2
{
	background: url(/visuals/basis/arrangement_icoons2.jpg) top left no-repeat;
	
	
}

.a_icoon3
{
	background: url(/visuals/basis/arrangement_icoons3.jpg) top left no-repeat;
	
}
.a_icoon4
{
	background: url(/visuals/basis/arrangement_icoons4.jpg) top left no-repeat;
	
	
}


.a_icoon5
{
	background: url(/visuals/basis/arrangement_icoons5.jpg) top left no-repeat;
	
	
}

.a_icoon6
{
	background: url(/visuals/basis/arrangement_icoons6.jpg) top left no-repeat;
	
	
}

.a_icoon7
{
	background: url(/visuals/basis/arrangement_icoons7.jpg) top left no-repeat;
	
	
}

.a_icoon8
{
	background: url(/visuals/basis/arrangement_icoons8.jpg) top left no-repeat;
	
	
}


.a_icoon9
{
	background: url(/visuals/basis/arrangement_icoons9.jpg) top left no-repeat;
	
	}
.a_icoon1 a,
.a_icoon2 a,
.a_icoon3 a,
.a_icoon4 a,
.a_icoon5 a,
.a_icoon6 a,
.a_icoon7 a,
.a_icoon8 a,
.a_icoon9 a
{
	display:block;	
	height:100%;
}

.activiteiten_keuze
{
	float:right;
	background: url(/visuals/basis/nederland.jpg) top left no-repeat;
	width:284px;
	height:276px;

}
#arstart
{

	display:block;
}
#ar1,
#ar2,
#ar3,
#ar4,
#ar5,
#ar6,
#ar7,
#ar8,
#ar9
{
	display:none;
}

.kaart_nederland
{
	margin-right:10px;
	background:#fff;
	background: url(/visuals/basis/kaart_statisch.jpg) top left no-repeat;
	width:209px;
	height:242px;
	float:right;

}

#naturexp_logo
{
	margin-right:10px;
	background:#fff;
	background: url(/visuals/basis/top_logo.jpg) top left no-repeat;
	width:145px;
	height:48px;
	float:left;
}

#naturexp_logo a
{
	height:100%;
	display:block;
}

.sitemap_menu_item
{
	margin-left:20px;
}

/*   Nieuws  */
.news_item {
	margin:10px 0 20px 0px; 
	position:relative;
}

.news_item .news_title {
	font-weight:bold;
}

.news_item .news_date {
	font-style:italic;
	top:0;
	right:0;
	position:absolute;
}

#news_insert {
	position:relative;
}

#news_insert p {
	clear:left;
}


