* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #4c3226 url(../images/bg.png) repeat-x;
}

body {
	font: 75%/1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #fff;
}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 1.5em;
}

p, ul {
	margin-bottom: 1.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

a:link, a:visited {
	text-decoration: none;
	color: #bbd126;
}

a:link:hover, a:visited:hover {
	text-decoration: none;
	color: #ffc423;
}

.nomargin {
	margin-right: 0 !important;
}

#wrapper {
	background: url(../images/wrapper_bg.png) repeat-x 0 bottom;
	position: relative;
	padding-bottom: 61px;
}

/*  HEADER */

#header {
	width: 812px;
	overflow: hidden;
	position: relative;
	padding-top: 106px;
	margin: 0 auto;
}

/* --- */

#header #logo {
	width: 315px;
	height: 150px;
	display: inline;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	z-index: 1;
	margin-right: 5px;
}

/* --- */

#header #picture {
	width: 781px;
	height: 204px;
	position: relative;
	z-index: 0;
	padding: 15px 15px 12px;
	background-image: url(../images/picture_bg.png);
	overflow: hidden;
}

#header #picture img {
	width: 782px;
	height: 204px;
}

/* --- */

#header #navigation {
	height: 53px;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	zoom: 1;
}

#header #navigation li {
	height: 51px;
	display: inline;
	float: left;
}

#header #navigation li a {
	height: 51px;
	float: left;
	width: 50px;
	background: url(../images/navigation.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}

#header #navigation li#btn-bezoekers a {
	width: 109px;
}

#header #navigation li#btn-bezoekers a:hover {
	background-position: 0 -51px;
	width: 109px;
}

#header #navigation li#btn-bezoekers.current a {
	background-position: 0 -51px;
	width: 109px;
}

#header #navigation li#btn-jezus a {
	background-position: -109px 0;
	width: 74px;
}

#header #navigation li#btn-jezus a:hover {
	background-position: -109px -51px;
	width: 74px;
}

#header #navigation li#btn-jezus.current a {
	background-position: -109px -51px;
	width: 74px;
}

#header #navigation li#btn-balans a {
	background-position: -183px 0;
	width: 78px;
}

#header #navigation li#btn-balans a:hover {
	background-position: -183px -51px;
	width: 78px;
}

#header #navigation li#btn-balans.current a {
	background-position: -183px -51px;
	width: 78px;
}

#header #navigation li#btn-dieren a {
	background-position: -261px 0;
	width: 76px;
}

#header #navigation li#btn-dieren a:hover {
	background-position: -261px -51px;
	width: 76px;
}

#header #navigation li#btn-dieren.current a {
	background-position: -261px -51px;
	width: 76px;
}

#header #navigation li#btn-winkel a {
	background-position: -337px 0;
	width: 79px;
}

#header #navigation li#btn-winkel a:hover {
	background-position: -337px -51px;
	width: 79px;
}

#header #navigation li#btn-winkel.current a {
	background-position: -337px -51px;
	width: 79px;
}

#header #navigation li#btn-contact a {
	background-position: -416px 0;
	width: 140px;
}

#header #navigation li#btn-contact a:hover {
	background-position: -416px -51px;
	width: 140px;
}

#header #navigation li#btn-contact.current a {
	background-position: -416px -51px;
	width: 140px;
}

#header #navigation li#btn-home a {
	background-position: -554px 0;
	width: 74px;
}

#header #navigation li#btn-home a:hover {
	background-position: -554px -51px;
	width: 74px;
}

#header #navigation li#btn-home.current a {
	background-position: -554px -51px;
	width: 74px;
}




/*  CONTENT */

#content {
	width: 812px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 1.5em;
	background: url(../images/content_bg.png) no-repeat right bottom;
	padding-bottom: 67px;
	min-height: 120px;
	height: auto !important;
/*	height: 120px;*/
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 100;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 0;
}

#content ul {
	padding-bottom: 10px;
}

#content ul li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-left: 18px;
}

#content #pictures {
	overflow: hidden;
	list-style-type: none;
	z-index: 1000;
}

#content #pictures li {
	margin: 0;
	width: 198px;
	height: 198px;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: none;

}

#content #pictures li a {
	display: block;
	width: 191px;
	height: 191px;
	padding: 3px;
	position: relative;
	overflow: hidden;
}

#content #pictures li a img {
	width: 191px;
	height: 191px;
}

#content #pictures li a span {
	display: block;
	width: 198px;
	height: 198px;
	background-image: url(../images/ul_overlay.png);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#content .row {
	width: 812px;
	overflow: hidden;
}

#content .row .left {
	width: 390px;
	float: left;
	padding-left: 5px;
	padding-right: 6px;
}

#content .row .right {
	width: 390px;
	float: right;
	padding-left: 6px;
	padding-right: 5px;
}

