/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #333;
}
body {
	background: url(../images/bg.jpg) repeat-x top left #eef2f6;
}

input, textarea, td, select {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #444;
}

td {
	text-align: left;
}

img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}

p {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	margin-bottom: 18px;
}

a:link, a:visited {
	color: #586e96;

}

a:hover, a:active {
	color: #283e66;
	text-decoration:underline;
}

div#main a:link, div#main a:visited, div#main a:hover, div#main a:active, div #container_right a:link, div #container_right a:visited, div #container_right a:hover, div #container_right a:active {
	font-weight:bold;
}

h1 {
	color: #586e96;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 8px;
}

h2 {
	color: #586e96;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 4px;
	}

h3 {
	color: #586e96;
	font-weight: none;
	font-size: 14px;
	margin-bottom: 3px;
	}

form  {
	padding: 0;
	margin: 0;
}

hr {
	color: #ccd0dd;
	height: 1px;
	margin: 3px 0;
}

ul {
	margin: 0 0 18px 0;
	padding: 0 25px;
}

ul li {
	padding-left: 10px;
}

.button, .versturen {
	border-top: 1px solid #eeffdd;
	border-left: 1px solid #59a919;
	border-right: 1px solid #59a919;
	border-bottom: 1px solid #499909;
	background: #d8e7f0;
	background: #69a929;
	padding: 3px 5px;
	margin: 5px 0;
	color: #fff;
}

.button:hover, .versturen:hover {
	border-top: 1px solid #aaddbb;
	border-left: 2px solid #399900;
	border-right: 2px solid #499910;
	border-bottom: 2px solid #297900;
	background: #80c040;
	cursor: pointer;
	padding: 3px 4px 2px 4px;
	
}

/* Body */

div#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	_height: 100%;
	width: 900px;
	min-height: 100%;
	background: url(../images/bg_wrapper.jpg) bottom right no-repeat #fff;
}


div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 53px;
}

div#header {
	height: 150px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg) top left repeat-x #fff;
}

div#headerline {
	width:2px;
	height:150px;
	float:left;
	background:url(../images/bg_headerline.jpg) top left no-repeat;
}

div#header div#logo {
	float: left;
	margin-top: 25px;
	padding-left: 30px;
}

div#header_image {
	float: right;
	width: 590px;
	height: 150px;
}

div#header div#banner {
	position: relative;
	z-index: 2;
	background: url(../images/banner_mask.png);
	height:150px;
}
div#header div#banner div.element {
	position: absolute;
	width: 590px;
	height: 150px;
}

div#search {
	height: 138px;
	padding: 12px 0 0 15px;
}

div#search h2, div#search p , div#search a {
	color: #fff;
	text-decoration:none;
}

	
div#search a:hover {
	text-decoration: underline;
}
	
input#search_input {
	color: #666;
	font-style: italic;
	border: 1px solid #cadae8;
	height: 18px;
	padding-top: 3px;
}

div.element_even, div.element_odd {
	margin: 15px 0;
}

div.line {
	width: 200px;
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	margin: 12px 0 10px 0;
	background: url(../images/line.jpg) no-repeat top left;
}

div#body div#left {
	background: #fff;
	float: left;
	width: 650px;
	overflow-x: hidden;
}
div#body div#right {
	background: url(../images/bg_search.jpg) top left repeat-x;
	float: left;
	width: 250px;
	padding-bottom: 10px;
	overflow-x: hidden;
}

div#main {
	padding: 0px 35px 30px 30px;
	float: left;
	width: 585px;
	overflow-x:hidden;
}

div#trace {
	height: 20px;
	text-align: right;
	color: #999;
	font-style: italic;
	background: url(../images/bg_trace.jpg) bottom right no-repeat;
	padding: 0 0 18px 0;
	margin-bottom: 10px;
}

div#trace a:link, div#trace a:visited {
	text-decoration: none;
}

div#trace_inner {
	float: right;
	padding: 0 9px 0 0;
}

div#print_page {
	float: right;
	padding-left: 8px;
	border-left: 1px solid #ccc;
	height: 19px;
}

div#print_page p, div#print_page img {
	float: left;
	padding: 0  5px;
}

div#subnavigation p {
	float: left;
	padding-right: 5px;
}

div#subnavigation a:link, div#subnavigation a:visited {
	font-size: 11px;
	color: #222;
	text-decoration: none;
	float: left;
	padding-right: 5px;
}

div#subnavigation a:hover {
	text-decoration: underline;
	color: #384e76;
}

div#subnavigation a.active {
	color: #586e96; 
}

div#flash_object {
	padding: 15px 0 0 10px;
}

div#container_right  {
	padding: 4px 15px;
}

div#container_right  img {
	border: 5px solid #fff;
}

div#footer {
	position: relative;
	bottom: 53px;
	margin-top: -53px;
	width: 900px;
	bottom: 0;
	width: 100%;
	height: 53px;
	background: #79b939;
}

div#footer_small {
	width: 900px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) top right no-repeat;
	height: 53px;
}

div#footer_text p {
	float: left;
	font-size: 10px;
	color: #fff;
	padding: 16px 0 0 0;
}

div#shortcuts  a:link, div#shortcuts a:visited {
	font-size: 11px;
	color: #eeffee;
	padding: 0 15px 0 15px;
	text-decoration: none;
}

div#shortcuts a:hover {
	text-decoration: underline;
	color: #fff;
}

div#credits {
	float: right;
	padding-right: 270px;
}

div#credits p {
	color: #aaddaa;
}

div#credits a:link, div#credits a:visited {
	color: 	#ccddcc;
	text-decoration: none;
}

div#credits a:hover {
	text-decoration: underline;
	color: #fff;
}

div.clear_float {
	clear: both;
}


/* Newsview*/
div#news_view  {
	height: 280px;
	overflow: hidden;
	margin-bottom: 18px;
}

div#news_fade div#newsFrame {
	position: absolute;
	width: 225px;
	height: 138px;
}
div#news_fade div#newsFrame div.frame {
	display: none;
	position: absolute;
	width: 195px;
	height: 200;
	overflow: hidden;
	z-index: 1;
	color: #474545;
	background: #f3f4f5;
	border: 1px solid #dedede;
	margin: 15px;
	padding: 10px;
}
div#news_fade img {
	border: 5px solid #fff;
	margin-top: 4px;
}
div#news_fade h2 {
	overflow: hidden;
}
div#news_fade h2 a:link, div#news_fade h2 a:visited {
	font-style: normal;
	text-decoration: none;
}
div#news_fade  h2 a:hover {
	text-decoration: none;
	color: #7799bb;
}
div#news_fade div.element {
	display: none;
}

/* Newsview voorpagina*/

div#news_view_voorpagina {
	background: url(../images/bg_news_voorpagina.jpg) bottom right no-repeat #bbd7ed;
	width: 460px;
	height: 150px;
	padding: 14px 0 10px 10px;
	margin: 0;	
}

div#news_view_voorpagina div#news_fade div#newsFrame {
	position: absolute;
	width: 430px;
	height: 150px;
	margin: 0;
	padding: 0;
}
div#news_view_voorpagina div#news_fade div#newsFrame div.frame {
	display: none;
	position: absolute;
	width: 430px;
	height: 130px;
	overflow: hidden;
	z-index: 1;
	color: #474545;
	border: none;
	margin: 0 0 0 15px;
	padding: 8px 0 6px 0;
	background: none;
	background: #fff;
}

div#news_view_voorpagina img {
	border: 1px solid #ccc;
	margin: 4px 15px 0 0;
	
}

div.news_view_left {
	float: left;
}
div.news_view_right {
	float: left;
	padding: 0;
	width: 210px;
}

/*news pagina */

div.news_image {
	float: left;
	width: 110px;
	height: 70px;
	border: 5px solid #ddd;
	background: url(../images/no_news_image.jpg) top center no-repeat;
	}

div.news_text {
	float: left;
	padding: 0 30px 0 22px;
	width: 410px;
}

div#news_message {
	width: 520px;
	padding: 0 20px 0 0;
}

div#news_message_img {
	width: 200px;
	float:right;
	margin: 0 0 20px 20px;
}

div#news_message_img img {
	border: 1px solid #ccc;
}

p.datum {
	color: #aaa;
	margin: 5px 0 7px 0;
}

/* Hoofdnavigatie */

div#nav_outer {
	height: 130px;
}

ul#navigation {
	list-style-type: none;
}

ul#navigation li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
}

ul#navigation li a {
	display: block;
	float: left;
	height: 15px;
	padding: 0px 0px 15px 0;
	color:  #80c041;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
}

ul#navigation li a:hover, ul#navigation li.active a {
	color: #60a021;
}
ul#navigation li a.active {
	color: #60a021;
}
ul#navigation ul {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 20;
	width: auto;
	padding: 0;
	margin: 0;
	background: white;
	_height: 100px;
	min-height: 100px;
}

ul#navigation img {
	border: 1px solid #ccc;
		position: absolute;
	top: 28px;
	left: 0px;
	z-index: 20;
	width: auto;
	padding: 0;
}

ul#navigation ul li {
	float: none;
	padding: 0;
	margin: 0;
	position: static;
	display: inline;
}
ul#navigation li.active ul li a {
	color: #777;

}
ul#navigation li.active ul li a:hover {
	color: #60a021;
}
ul#navigation li.active ul li a.active {
	color: #60a021;
}
ul#navigation ul a {
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 11px;
	font-style: italic;
	border: none;
	background: #fff;
	line-height: 11px;	
}

ul#navigation li.subelement a:link,  ul#navigation li.subelement a:visited {
	color: #777;
}

ul#navigation li.subelement a:hover {
	color: #60a021;
}

ul#navigation li.subelement a.active {
	color: #6090b0;
}

ul#navigation ul a#subelement {
	border-top: none;
}


/* Contactformulier */
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;
}

div.mailer_ext input.box {
	float: left;
}

div.mailer_ext .radiobox {
	float:left;
	}

div.mailer_ext .radiobox label {
	float: left;
	width: auto;
	padding: 0 5px 0 5px;
}

div.mailer_ext .checkbox_park {
	float: left;
	margin-right: 10px;
	clear: both;
}

div.mailer_ext label.label_park {
	width: 400px;
}

div#krant, div#anders_text, div#verhuur_denieuweboomgaard, div#verhuur_degoederee, div#verhuur_delithseham, div#verhuur_holiday,  div#verhuur_devondst, div#verhuur_dewierde, div#verkoop_denieuweboomgaard, div#verkoop_degoederee, div#verkoop_delithseham, div#verkoop_holiday,  div#verkoop_denieuweboomgaard, div#verkoop_dewierde {
	display: none;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: #fff;
	background: none;
	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;
}
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;
}

/* Navigatie */
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: 11px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	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;
}

	
/* editor */

body.editor {
	margin: 0; 
	background: #fff; 
	background-image: none;
}

body.editor img {
	border: none;
}

body.editor p, body.editor h1,  body.editor h2, body.editor h3 {
	margin: 0;
}


body.editor p {
	line-height: 18px;
	margin-bottom: 18px;
}


body.editor h1 {
	padding: 5px 0 7px 0;
}
/* voorpagina */



div#outer h1 {
	font-family: Georgia, Garamon, Trebuchet MS;
	color: #6fa933;
}

div#voorpagina_top {
	width: 100%;
	background: url(../images/bg_voorpagina_top.jpg) top left repeat-x #d0d0d0;
}

div#voorpagina_bottom {
	width: 100%
	_height: 200px;
	min-height: 200px;
	background: url(../images/bg_voorpagina_bottom.jpg) top left repeat-x #619d25;
}

div#top_wrapper {
	width: 900px;
	margin: 0 auto;
	height: 91px;
	background: url(../images/bg_voorpagina_shortcuts.jpg) top right no-repeat #fff;
}

div#center_wrapper {
	width: 900px;
	margin: 0 auto;
	_height: 320px;
	height: auto;
	min-height: 320px;
	background: url(../images/bg_voorpagina_center.jpg) bottom right no-repeat #fff;
}

div#bottom_wrapper {
	width: 910px;
	margin: 0 auto;
	background: url(../images/bg_voorpagina_bottom_wrapper.jpg) repeat-x top left;
	_height: 200px;
	height: auto;
	min-height: 200px;
}

div#voorpagina_left {
	float: left;
	width: 340px;
	padding: 26px 20px 20px 40px;
}

div#voorpagina_right {
	float: left;
	width: 500px;
}

div#voorpagina_top div#logo {
	position: absolute;
	top: 15px;
	margin: 10px 0 0 32px;
	float: left;
}

div#voorpagina_top div#shortcuts  {
	float: right;
	padding: 17px 10px 0 0;
}

div#voorpagina_top div#shortcuts a:link, div#voorpagina_top div#shortcuts a:visited {
	color: #444;
	text-transform: uppercase;
}

div#voorpagina_top div#shortcuts p {
	float: left;
}

div.sitemap {
	float: left;
	width: 250px;
}

ul.sitemap_ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

ul.sitemap_ul a:link, ul.sitemap_ul a:visited {
	text-decoration:none;
}

ul.sitemap a:hover {
	text-decoration: underline;
	
}

ul.sitemap_ul li {
	margin: 0;
	padding: 0;
}

li.sitemap_element a:link, li.sitemap_element a:visited {
	font-size: 14px;
	color: #80c041;
	margin: 10px 0 2px 0;
	display: block;
}



div#introtext {
	width: 280px;
	float: left;
	padding: 60px 60px 30px 30px;
}

div#search_voorpagina {
	float: left;
	width: 230px;
	padding-left: 30px;
	}
	
div#search_voorpagina a:hover{
	text-decoration: none;
	color: #444488;
	}

div#center_right {
	position: relative;
	float: left;
}

div#center_left{
	float: left;
	height: auto;
}

div#center_right div#flash_object {
	position: absolute;
	top: 180px;
	right: -20px;
}

div#nav_voorpagina {
	float: left;
	width: 450px;
}

div#quote_voorpagina {
	float: right;
	background: url(../images/bg_voorpagina_quote.jpg) top right no-repeat;
	width: 450px;
	_height: 200px;
	height: auto;
	min-height: 200px;
	padding-top: 60px;
	}
	
div#quote_voorpagina h1 {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
}

/* navigatie voorpagina */

ul.navigation_voorpagina {
	list-style-type: none;
	float:left;
	padding: 0 0 0 5px;
}

ul.navigation_voorpagina li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
}

ul.navigation_voorpagina li a {
	display: block;
	float: left;
	height: 15px;
	padding: 7px 0px 15px 0;
	color:  #777;
	font-family: Georgia, Garamond, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	width: 122px;
}

ul.navigation_voorpagina li a:hover {
	color: #555;
}

ul.navigation_voorpagina ul {
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 20;
	width: auto;
	padding: 0;
	margin: 0;
	_height: 100px;
	min-height: 100px;
}

ul.navigation_voorpagina ul li {
	float: none;
	padding: 0;
	margin: 0;
	position: static;
	display: inline;
}

ul.navigation_voorpagina ul a {
	font-family: Trebuchet MS;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 12px;
	font-style: italic;
	border: none;
	line-height: 11px;
}

ul.navigation_voorpagina li.subelement a:link,  ul.navigation_voorpagina li.subelement a:visited {
	color: #fff;
}

ul.navigation_voorpagina li.subelement a:hover {
	color: #ddd;
}

ul.navigation_voorpagina ul a#subelement {
	border-top: none;
}

div.nav_line_voorpagina {
	width: 15px;
	float: left;
	height: 200px;
	background: url(../images/nav_line_voorpagina.jpg) no-repeat top left;
}


/* Lightwindow2 */
a#lightwindowTitlebarClose {
	color: #fff;
}

/* Tell a Friend */
div#taf {
	margin: 0 0 10px 0;
}

a#taf_link {
	display: none;
}

p.error {
	color: #cc2222;
}