/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('images/bg_header.gif') repeat-x left top;
}

.main	  {
	border-style: none solid solid solid; 
  	border-width: 1px; border-color: #C0C0C0;
	height: 600px;
	background: url('../images/bg_logo.gif') no-repeat left bottom;
}

#zoekbalk {
	margin-bottom: 15px;
	padding-left: 3px;
	width: 230px;
	height: 30px;
}

#zoekbalk input {
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-size: 70%;
}
#zoekbalk .button {
	margin-left: 10px;
	width: 60px;
	padding: 3px;
	border: 1px solid #A2A2A2;
	background: white;
	font-size: 70%;
}
.breadcrum {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D5A60;
}
.breadcrum a { COLOR: #4D5A60; text-decoration: none; }
.breadcrum a:hover { COLOR: #4D5A60; TEXT-DECORATION: underline; }
.breadcrum a:visited { color: #4D5A60;}

#printbutton {
	margin-top: 20px;
	font-size: 10px;
}

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#copyright {
	width:830px;
	margin:0 auto;
	padding:0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	text-align: center;
}

.copyright {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: center;	color: #B0B0B0; }
.copyright a { COLOR: #B0B0B0; text-decoration: none; }
.copyright a:hover { COLOR: #B0B0B0; TEXT-DECORATION: underline; }
.copyright a:visited { color: #B0B0B0;}

a { COLOR: #84AF3B; text-decoration: none; }
a:hover { COLOR: #84AF3B; TEXT-DECORATION: underline; }
a:visited { color: #84AF3B;}

/** BACKGROUNDS */

.bg1 { background: url('../images/homepage01.jpg') left top; }
.bg2 { background: url('../images/homepage02.jpg') repeat-x left top; }
.bg3 { background: url('../images/homepage03.jpg') repeat-x left top; }
.bg4 { background: url('../images/homepage07.jpg') repeat-y left top; }
.bg5 { background: url('../images/homepage14.jpg') no-repeat left top; }
.bg6 { background: url('../images/homepage15.jpg') no-repeat left top; }


/** MENU */

#menu	  {
	margin-left: 10px;
	margin-bottom: 15px;
	width: 230px;
	padding-top: 11px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.menulink li a { 
	display: block;
	text-decoration: none;
	width: 230px;
	padding: 6px 5px 6px 25px;
	color: #000000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url('../images/bullet01.gif') no-repeat left center; 
}
.menulink li a:hover {
	background: #F7F7EF url('../images/bullet01-over.gif') no-repeat left center; 
	color: #2D5D33;
	text-decoration: none;
}

.menulink ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink li {
	border-bottom: 1px solid #F3F3F3;
}

.menulink2 li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1px 5px 3px 25px;
	color: #2D5D33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: none;
}
.menulink2 li a:hover {
	color: #000;
	text-decoration: underline;
	background: none;
}

.menulink2 ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink2 li {
	border-bottom: 0px solid #000;
}


/** FORMS */

.formulier    {
    padding: 15px;
    width: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formulier label    {
    float: left;
    width: 125px;
    text-align: right;
    margin-right: 15px;
}
.formulier input    {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	padding: 2px;
	font-size: 100%;
}
.formulier select
    {
    width: 150px;
    font-size: x-small;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
.formulier textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
}

/** HEADINGS */

h1 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #84AF3B;
}

h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #84AF3B;
}

h3 {
	color: #4F9034;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #84AF3B;
}

h4, h5, h6 {
	color: #84AF3B;
	margin-bottom: 10px;
}


/** TEKSTS */

.maintext {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

.extratext {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}


td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

#nieuws 	  {
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 240px;
	background: url('../images/kopnieuws.gif') no-repeat left top;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
}

.orphan {
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #67BBD0;
}

.orphan a { COLOR: #67BBD0; text-decoration: none; }
.orphan a:hover { COLOR: #67BBD0; TEXT-DECORATION: underline; }
.orphan a:visited { color: #67BBD0;}
.orphan a:onfocus="this.blur()" ;


.header	{
	border-style: none solid none solid;
	border-width: 1px; border-color: #000000
}
.offers
{
	BACKGROUND-POSITION: right top;
	BACKGROUND-REPEAT: repeat-x
}
.foto
{
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url('../images/pic01_2.jpg');
	BACKGROUND-REPEAT: no-repeat
}

.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4F9034;
}

/** NIEUWS */

.newslistItems {
	padding-top: 10px;
}
.newslistItem {
	padding-bottom: 15px;
}
.newslistDate {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
}
.newslistTitle h2{
	font-size: 14px;
	margin-bottom: 3px;
}
.newslistTitle h3{
	font-size: 12px;
	margin-bottom: 3px;
}
.news_date {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #0E100F;
}
.news_title {
	font-family: Tahoma, Arial;
	font-size: 11px;
      font-weight: bold;
	color: #84AF3B;
 }
.news_title a { COLOR: #84AF3B; text-decoration: none; }
.news_title a:hover { COLOR: #84AF3B; TEXT-DECORATION: none; }
.news_title a:visited { color: #84AF3B;}

.news_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.news_details {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#news_comments {
	margin: 10px;
}
.news_comment {
	margin-top: 6px;
	margin-bottom: 4px;
	padding: 10px;
 	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #5b5b5b;
	background-color: #eeeeee;
}
.news_comments_form {
	margin-top: 10px;
	padding: 10px;
	background-color: #eeeeee;
}

/** MODULES */
#items {
}
.bookingterms {
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	}
#flags img {
	margin: 3px;
}
	
.downloadfile  {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 25px;
	background: url('../dbimg/cms/icon-pdf.gif') no-repeat left center;
	font-size: 110%;
}

.boxok {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #446423;
	border: 1px solid #446423;
	background: #EFF5EA url('../images/cms/boxok.gif') no-repeat top left;
}

.boxnok {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #EB340A;
	border: 1px solid #EB340A;
	background: #FAEBE7 url('../images/cms/boxnok.gif') no-repeat top left;
}