/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	background: url(images/bg.jpg) repeat-x top #dde0e5;
	font-family: Arial, Tahoma;
	color: #333;
	font-size: 11px;
}

input, textarea {
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #777;
	border: 1px solid #bfdfc4;
	background: #dae5cf;
}

td {
	font-family: Arial, Tahoma;
	color: #333;
}

.btn_submit {
	background: #8bb85f;
	color: #fff;
	font-size: 10px;
}

.btn_submit:hover {
	cursor: pointer;
	background: #6ba83f;
	color: #fff;
	font-size: 10px;
}


img {
	border: none;
}
p, h1, h2 {
	font-family: Arial, Tahoma;
	margin: 0;
	line-height: 1.8;
	color: #333;
}

h1 {
	color: #8bb85f;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.5;
	width: 100%;
	border-bottom: 1px solid #abd87f;
	
}

h2 {
	color: #8bb85f;
	font-size: 17px;
	margin-bottom: 2px;
	font-weight: normal;
}

hr {
	color: #8bb85f;
	height: 1px;
	background: #8bb85f;
	margin: 0;
}

a:link, a:visited {
	color: #649137;
	text-decoration: none;;
}

a:hover, a:active {
	color: #567636;
}

div#left_bottom {
	background: #e6e6e6;
	padding: 10px;
}

form  {
	padding: 0;
	margin: 0;
}



/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 945px;

}
div#header {
	height: 133px;
	margin: 0 auto;
	background: url(images/header.jpg) top left no-repeat;
}
div#body {
	height: auto;
	margin: 0 auto;
	background: url(images/bg_body.jpg) repeat-y top left #eaf5df;
	border-bottom: 1px solid #d0d3d6; 
}

div#body_bg {
	background: url(images/bg_right.jpg) no-repeat bottom right;
	border-bottom: 1px solid #d0d3d6; 
}

div#body div#left, div#body div#right {
	float: left;
}
div#body div#left {
	width: 440px;
}

div#main img {
	border: 1px solid #84b157;
}

div#body div#right {
	width: 444px;
	padding: 0px 10px 30px 30px;
	}
	
div#left input, div#left textarea {
	font-family: Arial,Tahoma;
	font-size: 11px;
	color: #333;
	background: #bbc0bb;
	border: 1px solid #888;
}

div#nav_header {
	text-align: left;
	padding: 28px 0 0 0;
	height: 20px;
	background: #eaf5df;
}

div#flags {
	float: left;
	width: 40px;
	text-align: left; 
}

div#trace {
	text-align: right;
	padding: 0;
	height: 50px;
}

div#search {
	padding-bottom: 6px;
}

div#search .submit {
 border: 0;
}


div#shadow {
	width: 100%;
	height: 1px;
	background-color: #dadbdf;
	border-top: 1px solid #dadcde;
	border-bottom: 1px solid #dfe0e4; 
	line-height: 1px;
	font-size: 1px;
}

div#footer {
	width: 100%;
	height: 35px;
	padding: 2px 0 5px 0;
	border-top: 1px solid #e2e3e7; 
}

div#footer p {
	font-family: arial;
	font-size: 10px;
	color: #8f9194;
	float: left;
	line-height: 1.5;
}

div#footer .credits {
	color: #8f9194;
	float: right;
}

div#footer  .credits a:link, div#footer  .credits a:visited {
	color: #84b157;
	text-decoration: none;
}

div#footer  .credits a:hover, div#footer  .credits a:active {
	color: #567636;
}

div.clear_float {
	clear: both;
}

.small {
	margin-top: 6px;
	font-size: 9px;
}

.inactive {
	float: right;
	margin-left: 5px;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=40);
}

.active {
	float: right;
	margin-left: 5px;
}

	
/* Navigatie */

div#navigation {
	border-top: 1px solid white;
	background: #84b157;
	width: 440px;
}

.table_nav {
 width: 440px;
 height: 36px;
}

.nav_item, .nav_item_a {
	text-align: center;
	padding: 0 0 2px 2px;
}

.nav_item:hover {
	background: #6a8e46;
}

.nav_item_a {
	background-color: #6a6d74;
	padding: 0 0 2px 2px;
	text-align: center;
}

.nav_item a:link, .nav_item a:visited, .nav_item_a a:link, .nav_item_a a:visited  {
	color: #fff;
	font-size: 15px;
	padding: 5px 8px 8px 5px;
}

div#subnavigation {
	position: absolute;
	top: 418px;
	width: 370px;
	left: 0;
	margin: 0 auto;
	background: url(images/bg_submenu.jpg) no-repeat top left #6a6d74;
	padding: 7px 0 7px 70px;
	_height: 155px;
	min-height: 155px;
	z-index: 9999;
	text-align: left;
}

.subitem, .subitem_a {
	padding: 7px 0 7px 0;
	font-size: 10px;
}

.subitem a:link, .subitem a:visited {
	color: #fff;
		font-size: 12px;
}

.subitem_a a:link, .subitem_a a:visited {
	color: #b5e981;
		font-size: 12px;
}

.subitem a:hover {
	color: #b1ff63;
}

div#submenu {
	width: 440px;
	background: #7d8086;	
	height: auto;
	}

div#submenu p, div#submenu h1, div#submenu h2, div#submenu h3{
	color: #fff;
}

div#shortcuts {
	color: #aaccbb;
	float: right;
}

div#shortcuts a:link, div#shortcuts a:visited {
	color: #aaa;
}

div#shortcuts a:hover, div#shortcuts a:active {
	color: #777;
}


div#newsletter {
	padding: 5px 15px 15px 15px;
	color: #fff;
	_height: 155px;
	min-height: 155px;
	z-index: 1;
}

div#newsletter p {
	line-height: 1.5;
}

div#newsletter a:link, div#newsletter a:visited  {
	color: #c9d9a1;
}

div#newsletter a:hover, div#newsletter a:active{
	color: #fff;
	text-decoration: underline;
 }

 
/* Nieuws */

div#news_view .news_view_message {
	width: 190px;
	padding: 0 10px 30px 10px;
	float:left;
} 

div.overview_message {
	font-size: 12px;
	padding: 3px 0 3px 0;
}

div.overview_title{
	float: left;
	margin-right: 10px;
}


div.overview_title a:link, div.overview_title a:visited {
	color: #555;
}

div.overview_message a:hover, div.overview_message a:active {
	color: #555;
}

div#image_link {
	width: 120px;
	padding: 10px 10px 30px 10px;
	float:left;
	height: 120px;
} 

div#image_link:hover  a{
	color: #333;
}

div#image_link img {
	border: 1px solid #ddd;
} 


div#image_link:hover img {
	border: 1px solid #84b157;
} 

div.omgeving_image {
	height: 100px;
}
 
/* Contactformulier */
div.mailer_ext {}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
}
div.mailer_ext textarea {
	width: 235px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	cursor: pointer;
	color: #4e6b44;
}
div.mailer_ext input.versturen:hover{
	background: #eeeeee;
}

div.mailer_ext input.box {
	background: none;
	border: none;
	float: left;
}


div#veld_bedrijfsnaam, div#veld_faxnummer {
	display: none;
}



/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	border:none;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}



/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}


/* De tabel */

table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #555;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}


body.editor {
	margin: 0; 
	background: #eaf5df; 
}



/* Google maps */
div#google_maps {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 4px;
	cursor: pointer;
}
div#google_maps div.google_maps_container {
	width: 100%;
	height: 443px;
}
div#google_maps_navigation {
	margin: 18px 0;
}
div#google_maps_navigation input.text {
	border-top: 1px solid #888;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #888;
	background: #eaf5df;
	height: 14px;
	padding: 2px 3px;
	margin: 0;
	width: 180px;
}
div#google_maps_navigation input.google_maps_button, div#google_maps_navigation input.google_maps_button_hover {
	text-transform: capitalize;
	cursor: pointer;
	padding: 2px 0 0 30px;
	margin: 0;
	height: 20px;
	width: auto;
	text-align: left;
	background: left top url(images/search.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #5b882f;
	border: none;
}

div#google_maps_navigation input.google_maps_button_hover {
	background: left top url(images/search_hover.jpg) no-repeat;
	color: #3b680f;
}

div#google_maps_navigation img {
	border: none;
}


/* PHPlist */
div#phplist p.forgotten {
	padding-left: 145px;
	margin: 0;
}
div#phplist div.clear_float {
	height: 1px;
	margin: 0;
}
div#phplist h2.top {
	margin-top: 22px;
}
/* Form, input en label instellingen */
div#phplist div.label {
	display: block;
	float: left;
	width: 145px;
}
div#phplist div.input {
	width: 200px;
	float: left;
	margin-top: 2px;
}
div#phplist input.text, div#phplist input.focus {
	border-top: 1px solid #acacac;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #acacac;
	height: 14px;
	padding: 2px 3px;
	width: 180px;
	background: #fff;
}
div#phplist input.focus {
	border: 1px solid #acacac;
}

div#phplist input.radio {
	border: none;
	background: none;
} 

div#phplist input.verzenden, div#phplist input.verzenden_hover {
	cursor: pointer;
	width: auto;
	height: 25px;
	border: none;
	color: #4e6b44;
	border: 1px solid #acacac;
	padding: 2px 3px;
	text-align: center;
	margin-top: 9px;
}
div#phplist input.verzenden_hover {
	background: #eee;
	color: #4e6b44;
}
div#phplist div.theading {
	display: block;
	float: left;
	width: 235px;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div#phplist div.tdivision {
	display: block;
	float: left;
	width: 235px;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
div#phplist input.versturen {
	width: auto;
	cursor: pointer;
	margin-top: 11px;
}
/* PHPlist Navigation */
div#phplist ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#phplist ul.navigation  li {
	float: left;
	background: none;
	padding: 0;
}
div#phplist ul.navigation  li a {
	color: #4e6b44;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	text-transform: capitalize;
}
div#phplist ul.navigation  li a:hover, div#phplist ul.navigation li a.active {
	color: #939393;
}