

body {
	margin-top: 0px;
	padding: 0;
	background: url(img01.jpg) repeat-x left top;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
	
}

h1, h2, h3, h5 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #454545;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h5 {
	font-size: 18px;
}


h4 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
}


p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
}

a:link {
	color: #454545;
}

a:hover, a:active {
	text-decoration: none;
	color: #454545;
}

a:visited {
	color: #454545;
}

.meubelbrowser a img {
   border: 1px solid #2c2b2b;
}

.meubelbrowser img {
   border: 1px solid #2c2b2b;

}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#toplogo {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	
}

#toplogo h1 {
	color:#ffffff;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(img02.jpg) no-repeat right top;
}

/* Menu */


#menu {

	width: 860px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#logo-wrap2 {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#logo {
	width: 830px;
	height: 300px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

/* Toplogo */

#toplogo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	
}

#toplogo {
	width: 820px;
	height: 40px;
	margin: 0 auto;
	
}

#toplogo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
	line-height: normal;
}

#toplogo h1 { 
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style: italic;
}

#toplogo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#toplogo h1 a:hover { text-decoration: underline; }

#toplogo h2 {
	padding-left: 600px;
	padding-top: 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#toplogo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#toplogo p a:hover { text-decoration: underline; }


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	background: url(img10.jpg) no-repeat left top;
}


/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(img09.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}


.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #454545;	
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(img04.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}

#googlemaps {
   border: 1px solid #2c2b2b;
   margin-left: auto; 
   margin-right: auto;
 	
}

.special {
	display:none;
}

img {
        border-right: 0px;
        border-top: 0px;
        border-left: 0px;
        border-bottom: 0px;
}
a.imglink {
   		text-decoration:none;
        border: none;
        background:transparent;
}
a.imglink:hover {
        border: none;
        background:transparent;
        text-decoration: none;
}

/* For the search and formum */
blockquote {
	padding-right: 16px;
	padding-left: 16px;
	background: #EEF1E7;
	padding-bottom: 16px;
	margin: 0px 0px 16px;
	padding-top: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	border: 1px dashed #00858a;
}


abbr, acronym, span.abbr {
	    cursor: help;
	    padding-bottom: 1px;
	    border-bottom: #ff6d00 0.07em solid;
	    background-color: transparent;
	    text-decoration: underline;
}
/* this is to hide any text you need hiding */
.hideword {
	    display: none;
}

/* hides the second object from all versions of IE */
* html object.mov {
    	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    	display/**/: none;
}
/* divider pages colors */
.pages {
	    padding: 1em;
	    margin: 1em 0;
	    clear: left;
	    font-size: 85%;
}

.pages a, .pages span {
	    display: block;
	    float: left;
	    padding: 0.2em 0.5em;
	    margin-right: 0.1em;
	    border: 1px solid #fff;
	    background: #fff;
}

.pages span.current {
	    border: 1px solid #F0EADF;
	    font-weight: bold;
	    background: #BFCCA6;
	    color: #fff;
}

.pages a {
	    border: 1px solid #F0EADF;
	    text-decoration: none;
}

.pages a:hover {
    	border-color: #2E6AB1;
}

.pages a.nextprev {
    	font-weight: bold;
}

.pages span.nextprev {
    	color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #000;
}
div.feedback {
	    width: auto;
	    margin-bottom: 24px;
	    margin-right: 0px;
	    margin-left: 20px;
}
div.feedback blockquote {
	    margin: 0px;
	    padding: 0px;
	    border: 1px dashed #c9c2c1;
	    background-color: #fff;
}
div.feedback blockquote p {
	    margin: 10px;
	    padding: 0px;
}
div.feedback cite {
	    position: relative;
	    margin: 0px;
	    padding: 7px 0px 0px 15px;
	    top: 4px;
	    background: transparent url(../../cmsimg/tip.gif) no-repeat 20px 0;
}
/*QUOTE voor forum*/
.forum {
        border-right: #00858a 1px dashed;
        border-top: #00858a 1px dashed;
        padding-left: 4px;
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        border-left: #00858a 1px dashed;
        border-bottom: #00858a 1px dashed;
        font-style: italic;
}
/*highlight kleur zoeken*/
.highlight {
        BACKGROUND: #EEF1E7;
}
/*progress upload*/
div#subbut {
        width: 160px;
	    border: 0px;
	    display: inline;
}
div#subbutton {
        width: 160px;
	    border: 0px;
	    display: inline;
}
/*formulieren en bewerk boxen admin*/
.formulier_select {
        font-size: 13px;
        letter-spacing: 0.06em;
}
.formulier_attach {
        height: 20px;
        width: 243px;
        font-size:13px;
        color: #8c8b8b;
        background-color: transparent;
        border: 1px solid #8c8b8b;
}
.formulier_input {
        font-size:13px;
        color: #8c8b8b;
        margin-bottom: 4px;
		padding:2px;
        border: 1px solid #8c8b8b;
}
.formulier_button2 {
	    cursor:pointer;
	    border:outset 1px #8c8b8b;
        font-size:11px;
        color: #8c8b8b;
        background-color: #fff;
}
.formulier_button {
	    cursor:pointer;
        border:outset 0px #ccc;
	    background:#999;
	    font-size:13px;
	    color:#fff;
	    padding: 4px 4px;
	    
	    text-align:center;
}
.formulier_area {
        font-size:13px;
        color: #8c8b8b;
        background-color: transparent;
        border: 1px solid #8c8b8b;
        overflow: auto;
}
/*zoekbar*/
.input {
        font-size:13px;
        color: #8c8b8b;
        margin-bottom: 4px;
        border: 1px solid #8c8b8b;
}
.selectmenu {
	   font-size: 11px;
	   letter-spacing: 0.06em
}
.suggestion_list {
	    background: #EDEDED;
	    border: 1px solid;
	    padding: 4px;
	    width: 170px;
	    overflow: hidden;
}
.suggestion_list ul {
	    padding: 0;
	    margin: 0;
	    list-style-type: none;
}
.suggestion_list a {
	    text-decoration: none;
	    color: #728072;
}
.suggestion_list a:hover {
	    text-decoration: none;
	    color: #fff;
	    background: #dbdad9;
}
.suggestion_list .selected {
	    background: #dbdad9;
	    color: white;
}
.suggestion_list .selected a {
		color: white;
}
#autosuggest {
	    display: none;
	    z-index: 2;
}
/*zoekbar*/
#zoekbar {

}
#nieuwsbrief {
    	margin-top: 10px;
}
.sitemapdiv {
	    float: left;
	    width: 50%;
}
.sitemapdiv li {
		width:auto;
}
/*poll result kleuren*/
#pollview {
    height: 180px;
	height:auto !important;
	min-height: 180px;
}
#poll, table, td {
}
.pollbarwidht {
    	width: 150px;
}
.graph .bar {
	    display: block;
	    position: relative;
	    background: #657465;
	    color: #657465;
	    height: 4px;
	    line-height: 4px;
}
/*tooltips admin*/
#dhtmltooltip {
        position: absolute;
        font: 11px/20px arial, helvetica, sans-serif;
        left: -300px;
        width: 150px;
        border: 1px solid black;
        padding: 2px;
        background-color: #ffffcc;
        visibility: hidden;
        z-index: 100;
}
/*tooltips admin*/
#dhtmlpointer {
        position:absolute;
        left: -300px;
        z-index: 101;
        visibility: hidden;
}
.albumtooltiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#FFFFFF;
       width: 160px;
}
.albumtooltipb {
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
	   border:1px solid #A5CFE9;
	   background:#EEF1E7;
       width: 160px;
}
.kalendertiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#EEF1E7;
       width: 120px;
}
.kalendertipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#EEF1E7;
       width: 120px;
}
.feedbacktiph {
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #2E5A43;
	   border:1px solid #A5CFE9;
	   background:#EEF1E7;
       width: 350px;
}
.feedbacktiph a{
	   text-decoration:none;
	   color: #2E5A43;
}
.feedbacktipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#FFFFFF;
       width: 350px;
}
/* feedback */
.posthidden {
 		display:none;
}
.postshown {
		display:inline;
}
#msg {
	    display:none;
	    position:absolute;
	    z-index:200;
	    background:url(../../cmsimg/msg_arrow.gif) left center no-repeat;
	    padding-left:7px
}
#msgcontent {
	    display:block;
	    background:#FFD5D5;
	    border:2px solid #924949;
	    border-left:none;
	    padding:5px;
	    min-width:150px;
	    max-width:250px
}
/* blogcss */
.blogheading,
.blogpagetitle,
a.blogpagetitle:link,
a.blogpagetitle:active,
a.blogpagetitle:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: bold;
    padding-top: 25px;
    background-color:inherit;
    display:block;
}
.blogcreatedate {
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: #C2C2C2;
}
.blogmodifydate {
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	color: #C2C2C2;
}
/* CSS Kalender */
#kalender {

}
.kalenderminitable {
	background: #ffffff;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}
.kalenderminitable table, tr, td a{
	text-decoration:none;

}
.cellbg {
         background-color: #FFFFFF;
}
.cellover {
         background-color: #FF7F00;
         cursor: pointer;}
.celltoday {
         background-color: #657465;
         color: #ffffff;
}
.today, a.today:link, a.normal:link{
         color: #ffffff;
}
.cellevent {
         background-color: #dbdad9;
         color: #000;
}
.cellevent a{
         color: #fff;
}
.normaltext {
         color: #000000;
         font-weight: normal;
         font-size: 10px;
}
.eventtitle {
        font-weight: normal;
        font-size: 10px;
        font-weight: bold;
}
.eventheading {
        font-weight: normal;
        font-size: 14px;
        font-weight: bold;
}
.eventheading a {
	text-decoration: none;
	color: #556655;
}
.regheading {
        color: #000000;
        font-weight: normal;
        font-size: 13px;
}
.kalendertable {
        border-color: Navy;
        font-size: 16px;
}
.kalendertable a{
	text-decoration: none;
}
.kalenderdatum {
        background-color: #F0F0F0;
        padding:2px;
        margin:0;
        width:200px;
        height:140px;
}
.kalendermaand td {
        background-color: #F0F0F0;
        padding:2px;
        margin:0;
        width:200px;
}
.kalenderweek tr {
        height: 30px;
        cursor: pointer;
}
/* Fotoalbum2 */
.images_map_cell {
	     font-family: Helvetica, Arial, sans-serif;
	     padding: 4px 4px 8px 4px;
	     border-style: solid;
	     border-color: #DDDDDD;
	     text-align: center;
	     vertical-align: top;
	     border-width: 1px;
}
.images_thumbnail_cell {
	     font-family: Helvetica, Arial, sans-serif;
	     padding: 4px 4px 8px 4px;
	     border-style: solid;
	     border-color: #DDDDDD;
	     text-align: center;
	     vertical-align: top;
	     border: none;
}
.images_thumb_border {
	     padding: 0px;
	     border-width: 1px;
	     border-style: solid;
	     border-color: #999999;
	     margin: 6px 6px 2px 6px;
}
.images_mapname {
	     font-size: 9px;
	     color: #666666;
	     font-weight: bold;
	     text-align: center;
}
.dhtmlgoodies_tree, #floatingContainer{
	    margin:0px;
	    padding:0px;
}
.dhtmlgoodies_tree ul{  /* Sub menu groups */
	    margin-left:20px;   /* Left spacing */
	    padding-left:0px;
	    display:none;   /* Initially hide sub nodes */

}
#floatingContainer ul{
	    margin-left:20px;   /* Left spacing */
	    padding-left:0px;
}
.dhtmlgoodies_tree li,#floatingContainer li{    /* Nodes */
	    list-style-type:none;
	    vertical-align:middle;
	    margin-left:5px;
}
.dhtmlgoodies_tree li a,#floatingContainer li a {    /* Node links */
	    padding-left:1px;
	    margin-left:2px;
	    line-height:21px;
}
