
/* ############# Basic website elements ############# */

body {
	margin: 0;
	text-align: center;
	background-color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

div#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('/img/bar-top.gif');
	background-repeat: no-repeat;
	width: 955px;
	min-height: 550px;
	_height: 550px;
	padding-top: 336px;
	padding-left: 7px;
}

/* ############# Top elements ############# */

div#greetings {
	position: absolute;
	left: 6px;
	top: 4px;
	width: 495px;
	height: 295px;
	background-image: url('/img/greetings.png');
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/greetings.png', sizingMethod='crop');
}

div#intro {
	position: absolute;
	left: 460px;
	top: 78px;
	width: 450px;
}

/* ############# Content elements ############# */

div#content {
	position: relative;
	left: 7px;
	z-index: 50;
	width: 929px;
	min-height: 550px;
	_height: 550px;
	margin-bottom: 0px;
	background-image: url('/img/txtbox/bg.png');
	background-repeat: repeat-y;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/txtbox/bg.png', sizingMethod='scale');
}

div#content div#txt {
	position: relative;
	z-index: 50;
	left: 0px;
	top: 0px;
	width: 645px;
	padding: 15px;
	padding-right: 290px;
	min-height: 406px;
	_height: 406px;
	background-image: url('/img/txtbox/top.gif');
	background-repeat: no-repeat;
}

div#txt {
	z-index: 60;
}

div#content-footer {
	position: relative;
	z-index: 60;
	left: 7px;
	top: 0px;
	width: 929px;
	height: 9px;
	background-image: url('/img/txtbox/bottom.png');
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/txtbox/bottom.png', sizingMethod='crop');
}

div#sidebar {
	position: absolute;
	z-index: 55;
	right: -15px;
	top: 335px;
	width: 295px;
	height: 457px;
	background-image: url('/img/sidebar/algemeen-1.png');
	background-repeat: no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/1.png', sizingMethod='crop');
}

div#sidebar.asperge {
	background-image: url('/img/sidebar/asperge.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/asperge.png', sizingMethod='crop');
}

div#sidebar.algemeen-2 {
	background-image: url('/img/sidebar/algemeen-2.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/algemeen-2.png', sizingMethod='crop');
}

div#sidebar.camping {
	background-image: url('/img/sidebar/camping.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/camping.png', sizingMethod='crop');
}

div#sidebar.groepen-1 {
	background-image: url('/img/sidebar/groepen-1.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/groepen-1.png', sizingMethod='crop');
}

div#sidebar.groepen-2 {
	background-image: url('/img/sidebar/groepen-2.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/groepen-2.png', sizingMethod='crop');
}

div#sidebar.groepen-3 {
	background-image: url('/img/sidebar/groepen-3.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/groepen-3.png', sizingMethod='crop');
}

div#sidebar.omgeving {
	background-image: url('/img/sidebar/omgeving.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/omgeving.png', sizingMethod='crop');
}

div#sidebar.pompoenen {
	background-image: url('/img/sidebar/pompoenen.png');
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sidebar/pompoenen.png', sizingMethod='crop');
}

a#homenav {
	position: absolute;
	z-index: 60;
	left: 12px;
	top: 0px;
}

div#breadcrumb {
	position: absolute;
	z-index: 80;
	right: 15px;
	bottom: 5px;
}

div#breadcrumb a {
	font-size: 12px;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

/* ############# Homepage elements ############# */

body.home div#frame {
	min-height: 400px;
	_height: 400px;
}

div#home {
	position: relative;
	z-index: 50;
	left: 0px;
	top: -60px;
	width: 950px;
}

div#home div.homeblock {
	position: relative;
	float: left;
	width: 223px;
	height: 302px;
	padding: 11px;
	background-image: url('/img/home/block-bg.gif');
	background-repeat: no-repeat;
}

div#home div.blue {
	width: 184px;
	background-image: url('/img/home/block-small-bg.gif');
}

div#home h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

div#home div.homeblock img.deco {
	position: absolute;
	bottom: 28px;
	left: 6px;
}

div#home div.green img.deco {
	bottom: 24px;
}

div#home div.bottom {
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 233px;
	height: 22px;
	background-repeat: no-repeat;
}

div#home div.blue h2, div#home div.blue a {
	color: rgb(43,140,196);
}

div#home div.blue div.bottom {
	background-image: url('/img/home/block-bottom-blue.gif');
}

div#home div.purple h2, div#home div.purple a {
	color: rgb(223,56,238);
}

div#home div.purple div.bottom {
	background-image: url('/img/home/block-bottom-purple.gif');
}

div#home div.orange h2, div#home div.orange a {
	color: rgb(219,105,21);
}

div#home div.orange div.bottom {
	background-image: url('/img/home/block-bottom-orange.gif');
}

div#home div.green h2 {
	color: rgb(136,173,34);
}

div#home div.green div.bottom {
	height: 16px;
	background-image: url('/img/home/block-bottom-green.gif');
	background-position: bottom;
}

/* ############# Menu and submenu elements ############# */

ul#menu {
	position: absolute;
	z-index: 60;
	left: 445px;
	top: 33px;
	width: 516px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: auto;
	height: 31px;
	margin-right: 11px;
}

ul#menu li a {
	display: block;
	line-height: 30px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-image: url('/img/menu-item-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

ul#menu li a:hover {
	color: rgb(136,173,34);
	background-position: bottom;
}

ul#menu li a.active {
	color: rgb(136,173,34);
	background-position: bottom;
}

div#submenu {
	position: absolute;
	left: 15px;
	top: 260px;
	width: 927px;
	height: 77px;
	background-image: url('/img/submenu-bg.gif');
	background-repeat: no-repeat;
}

ul#s1, ul#s2 {
	position: absolute;
	z-index: 60;
	left: 430px;
	top: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#s2 {
	left: 660px;
}

ul#s1 li, ul#s2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#s1 li a, ul#s2 li a {
	line-height: 20px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
}

ul#s1 li a:hover, ul#s2 li a:hover {
	color: rgb(136,173,34);
}

ul#s1 li a.active, ul#s2 li a.active {
	color: rgb(136,173,34);
	background-image: url('/img/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* ############# Footer elements ############# */

div#footer {
	position: absolute;
	z-index: 40;
	left: 0px;
	bottom: -60px;
	width: 955px;
	height: 192px;
	background-image: url('/img/footer-bg.gif');
	background-repeat: repeat-x;
	font-size: 12px;
}

div#footer p {
	position: absolute;
	right: 40px;
	bottom: 0px;
	margin: 0;
	padding: 0;
}

div#footer a {
	color: black;
	text-decoration: none;
}

div#footer img {
	position: absolute;
	right: -36px;
	top: 2px;
}

h1#title {
	position: absolute;
	z-index: 60;
	left: 35px;
	top: 294px;
	font-size: 28px;
}

a#contact {
	position: absolute;
	z-index: 65;
	display: block;
	left: 20px;
	bottom: -35px;
	color: white;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

a#book {
	display: block;
	width: 200px;
	height: 79px;
	text-indent: -1000px;
	outline: none;
	background-image: url('/img/bookbtn.png');
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	margin: 10px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bookbtn.png', sizingMethod='crop');
}

div.newsitem {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgb(218,218,218);
}

/* ############# Text elements ############# */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: black;
}

h1 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 6px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	color: black;
	line-height: 20px;
}

.g {
	color: rgb(136,173,34);
}

a {
	color: rgb(136,173,34);
}

a:hover {
	text-decoration: none;
}

img, table, td {
	border: none;
}

/* ############# Form elements ############# */

p.error {
	color: rgb(175,0,0);
}

input.text, textarea, select {
	border: 1px solid rgb(136,173,34);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	width: 200px;
}

input.small {
	width: 60px;
}

input.button {
	border: none;
	background-color: rgb(136,173,34);
	background-image: url('/img/green-bg.gif');
	background-repeat: repeat-x;
	color: white;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

div.forum_post {
	background-color: white;
	margin-bottom: 4px;
	border: 1px solid rgb(235,235,235);
	font-size: 12px;
}

div.forum_post_txt {
	padding: 6px;
	font-size: 13px;
}

fieldset {
	border: 1px solid rgb(235,235,235);
}

legend {
	color: rgb(136,173,34);
	font-weight: bold;
}

/* ############# Third party elements ############# */

/* ############# Lightbox elements ############# */

#lightbox {
	background-color: white;
	background-image: url('/img/lightbox-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 10px;
	border: 1px solid black;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
