html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	color: #333;
	background: white url(../images/interface/page_back.png) repeat-y right top;
}


/* #wrapper */

#wrapper {
	position: relative;
}

/* header / logo */

#header	{
	position: relative;
	height: 182px;
	background: #fdf6d5 url(../images/interface/header_foto.jpg) no-repeat right top;
	width: 100%;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	height: 129px;
	background: url(../images/interface/logo.png) no-repeat left top;
}

#header h1 a	{
	z-index: 99;
	display: block;
	width: 309px;
	height: 129px;
	text-indent: -999em;
}


/* #content */

#content {
	position: relative;
	min-height: 250px;
	padding-bottom: 1em;
}

* html #content {
	height: 250px;
}


/* primaryContent */

#primaryContent {
	margin: 0 220px 0 180px;
	padding-top: 15px;
}
#primaryContent h2 {
	position: relative;
	padding: 0 0 4px 16px;
	background: url(../images/interface/title_bullet.png) no-repeat 5px 5px;
	border-bottom: 1px solid #6eb28b;
	margin-bottom: 1em;
}

/* secondaryContent */

#secondaryContent {
	float: right;
	display: inline;
	width: 200px;
}
#secondaryContent h3 {
	padding: 2px 10px;
	margin-bottom: 5px;
	background: #aca066;
	color: white;
}
#secondaryContent .wrapper {
	padding: 0 10px;
	font-size: 85%;
	line-height: 150%;
	color: #494000;
}

#secondaryContent h4 {
	font-size: 120%;
	color: #494000;
	margin-bottom: 0.3em;
}

#secondaryContent a {
	color: #494000;
}
#secondaryContent a:hover {
	color: #008338;
}


/* sidePics */

#sidePics {

	left: 0;

}

#sidePics,
#sidePics li {
	margin: 0; padding: 0;
	list-style: none;
	width: 136px;
}

#sidePics li {
	position: relative;
	background-positon: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
}

#sidePics li#pic01 {
	height: 71px;
	background-image: url(../images/interface/sidepic01.jpg);
}
#sidePics li#pic02 {
	height: 94px;
	background-image: url(../images/interface/sidepic02.jpg);
}
#sidePics li#pic03 {
	height: 82px;
	background-image: url(../images/interface/sidepic03.jpg);
}
#sidePics li#pic04 {
	height: 84px;
	background-image: url(../images/interface/sidepic04.jpg);
}
#sidePics li#pic05 {
	height: 73px;
	background-image: url(../images/interface/sidepic05.jpg);
}
#sidePics li#pic06 {
	height: 87px;
	background-image: url(../images/interface/sidepic06.jpg);
}
#sidePics li#pic07 {
	height: 67px;
	background-image: url(../images/interface/sidepic07.jpg);
}
#sidePics li#pic08 {
	height: 60px;
	background-image: url(../images/interface/sidepic08.jpg);
}


/* #menu */

#menu {
	position: absolute;
	top: 129px;
	left: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #008338 url(../images/interface/menu_back.png) repeat-x left top;
}	

#menu,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
	background: url(../images/interface/menuspacer_light.png) no-repeat left top;
}

#menu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	padding: 4px 14px 2px 14px;
	background: url(../images/interface/menuspacer_dark.png) no-repeat right top;
	color: white;
}

* html #menu li a {
	width: 20px;
	white-space: nowrap;
}

#menu li a.last {
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}

#menu li:hover a,
#menu li.hover a {
	padding: 5px 14px 1px 14px;
	background: url(../images/interface/menu_back_on.png) repeat-x right top;
	color: white;
}

#menu li.active a {
	padding: 4px 14px 2px 14px;
	background: white;
	color: #01692d;
}


/* submenu */

#menu ul {
	position: absolute;
	display: none;
	font-size: 0.9em;
	border: 1px solid #008338;
	border-top: none;
	background: #fdf6d5;
	width: 15em;
}

* html #menu ul {
	/* Smaller text-size for IE */
	font-size: 0.85em; 
}

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

#menu li:hover ul,
#menu li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}

#menu li li {
	background: none;
	width: 14em;
}


#wrapper #menu li li a {
	padding: 3px 0.5em;
	border-top: 1px solid #008338;
	background: #fdf6d5 !important;
	color: #008338;
	width: 100%;
}

* html #wrapper #menu li li a { 
	/* Hover-back & clickarea is not 100% width in IE */
	height: 0.1em;
}

#wrapper #menu li li a:hover {
	background: white !important;
}


/* address */

address {
	font-style: normal;
}

address span.label {
	display: block;
	float: left;
	width: 4.5em;
	white-space: nowrap;
}


/* #footer */

#footer	{
	position: relative;
	width: 100%;
	border-top: 2px solid #c41131;
	font-size: 11px;
	line-height: 120%;
	color: #949494;
}

#footer .wrapper {
	padding: 4px 10px 4px 10px;
	text-align: left;
}

#footer a	{
	color: #949494;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
}


/* breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 161px;
	left: 0;
	width: 100%;
	background: #b7dcc7;
	border-bottom: 1px solid white;
}

#breadcrumbs,
#breadcrumbs li {
	margin: 0; padding: 0;
}

#breadcrumbs li {
	float: left;
	display: inline;
	padding: 0 5px 1px 13px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 3px 7px;
	font-size: 11px;
	color: #008338;
}

#breadcrumbs li.first {
	background: none;
}

#breadcrumbs li a {
	color: #008338;
	text-decoration: underline;
}
#breadcrumbs li a:hover {
	color: #00421c;
}

/* image gallery */

div.imageGallery {
	width: 90%;
}
div.imageGallery div {
	width: 250px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 0.85em;
	line-height: 130%;
	padding: 5px;
}
div.imageGallery img {
	display: block;
}

table.imageGallery {
	width: 90%;
}
table.imageGallery td {
	vertical-align: middle;
	text-align: center;
	padding: 0.5em;
}


/* prijsvraag */
#prijsvraag {
	width: 90%;
	background: #fff;
	border: 1px solid #008338;
}
#prijsvraag h2 {
	position: static;
	margin: 0;
	padding: 0.1em 0.5em;
	background: #008338;
	font-size: 1.1em;
	color: white;
}
#prijsvraag .wrapper {
	padding: 0.2em 0.5em;
}

/* index */
#indexnieuws {
	width: 60%;
	background: #fff;
	border: 1px solid #008338;
}
#indexnieuws h2 {
	position: static;
	margin: 0;
	padding: 0.1em 0.5em;
	background: #008338;
	font-size: 1.1em;
	color: white;
}
#indexnieuws .wrapper {
	padding: 0.2em 0.5em;
}



/* various classes */

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}
#content hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #008338;
	color: #008338;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.border img,
img.border {
	border: 1px solid white;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}
#content #secondaryContent h3{
	text-align:center;
}


/** NIEUWSBRIEF */
#nieuwsbrief {
	background-color:#FDF6D5;
}
#nieuwsbrief table td{
	padding-left:10px;	
}
#nieuwsbrief form,
#nieuwsbrief table{
	margin:0px;	
}
#nieuwsbrief #fc_email{
	
	width:172px;
}

#nieuwsbrief #nieuwsbrief_message {
	color:green;
	text-align:center;
}

.backgroundExtender {
	position:absolute;
	top: 182px;
	left:0px;
	width:100px;
}