html, body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.gif) center top;
	height: 100%;
}

h1 {
	color: #58ac25;
	font: bold 24px Arial;
	margin: 0;
	padding: 30px 10px 20px 45px;
}

h2 {
	color: #650f63;
	font: bold 16px Arial;
	margin: 0;
	padding: 30px 10px 16px 20px;
}

h3 {
	color: #650f63;
	font: bold 16px Arial;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

h4 {
	color: #650f63;
	font: bold 12px Arial;
	margin: 0;
	padding: 0 0 0 20px;
}

table {
	empty-cells: show;
}

img {
	border: 0;
	margin: 0;
	border-spacing: 0;
}

a {
	color: #58ac25;
}

a img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
}

#blackLayer {
	background-color: #000000;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 10;
	display: none;
}

#photoLayer {
	background-color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 676px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	opacity: 0.7;
	z-index: 15;
	opacity: 1;
	margin-left: -338px;
	display: none;
}

#photoLayer #kruisje {
	position: absolute;
	top: 15px;
	left: 625px;
	display: block;
	background: transparent url(/images/kruisje.png) no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	cursor: hand;
	cursor: pointer;
}

#photoLayer span {
	margin: 0;
	padding: 0;
}

#photoLayer span a {
	text-decoration: none;
	display: inline-block;
	color: black;
	padding: 0 50px;
	margin: 0;
	font: 48px Arial;
	line-height: 48px;
}

#bgContainer {
	width: 100%;
	height: 512px;
	background: url(/images/gradientBG.gif) center top;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url(/images/containerBG2.gif) center top;
}

#container2 {
	width: 990px;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	margin: 0 auto;
	background: url(/images/containerBG.gif) center top no-repeat;
}

#logo {
	float: left;
	padding-left: 20px;
	width: 281px;
	height: 227px;
}

#top {
	position: relative;
	float: left;
	width: 669px;
	height: 227px;
	background: url(/images/top.gif);
}

#header {
	width: 634px;
	height: 174px;
	position: absolute;
	top: 25px;
	left: 24px;
	background: url(/fotos/header/header2.jpg);
	z-index: 5;
}

#headerImage {
	opacity: 0;
}

#breadcrumb {
	position: absolute;
	top: 208px;
	left: 15px;
	font: 10px Tahoma;
	color: #58ac25;
	z-index: 5;
}

#middle {
	width: 959px;
	background: url(/images/middleBG.gif) 20px top repeat-y;
	border-right: 11px solid #1a171b;
}

#menu {
	float: left;
	width: 221px;
	height: 400px;
	padding-left: 20px;
	background: url(/images/menuBG.gif) 20px 55px no-repeat;
}

#menuList {
	background: url(/images/menuTop.gif) top left no-repeat;
	list-style-type: none;
	padding: 55px 0 0 0;
	margin: 0;
	width: 221px;
}

#menuList li {
	padding: 0;
	margin: 0;
	width: 170px;
	height: 30px;
}

#menuList li img:hover {
	opacity: 0;
}

#main {
	float: left;
	width: 718px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url(/images/mainBG.gif) bottom right no-repeat;
}

#content {
	width: 504px;
	float: left;
}

#content p {
	line-height: 24px !important;
	font: 11px Tahoma;
	color: #dfdfdf;
	padding: 0 10px 0 10px;
}

#right {
	float: right;
	width: 190px;
	background: url(/images/photoBG.gif) top right no-repeat;
}

#right #photos {
	border-left: 2px solid #1a171b;
	padding-bottom: 150px;
}

#right #photos img {
	padding: 20px 0 0 15px;
	float: left;
}

#footer {
	width: 951px;
	height: 33px;
	padding: 55px 0 0 20px;
	background: url(/images/footer.gif) 20px top no-repeat;
	text-align: center;
	font: 9px Verdana;
	color: #5e595f;
}

#contact {
	width: 207px;
	height: 174px;
	position: absolute;
	opacity: 0.8;
	background: #0a090a;
	top: 25px;
	left: 451px;
	z-index: 5;
}

#contacttext {
	position: absolute;
	top: 50px;
	left: 470px;
	font: 9px Verdana;
	color: #58ac25;
	line-height: 18px;
	z-index: 5;
}

#contactHeader {
	position: absolute;
	top: 6px;
	left: 480px;
	z-index: 5;
}

#contactForm {
	font: normal 11px Tahoma;
	color: #58ac25;
	width: 350px;
	margin: 0 auto;
}

#contactForm b {
	margin: 0 0 0 10px;
}

#contactForm input {
	font: normal 11px Tahoma;
	color: black;
	background: #efecef;
	border: 1px solid #0a090a;
	width: 150px;
	padding: 3px 5px;
	margin-bottom: 8px;
}

#contactForm .submit {
	margin: 15px 130px;
	width: 100px;
	font-weight: bold;
	color: #1a171b;
}

#contactForm textarea {
	font: normal 11px Tahoma;
	color: black;
	background: #efecef;
	border: 1px solid #0a090a;
	width: 350px;
	height: 55px;
	padding: 3px 5px;
	line-height: 17px;
}

#stijl {
	font: normal 11px Tahoma;
	color: #dfdfdf;
}

#stijl a {
	float: left;
	margin: 5px;
}

#stijl a img {
	border: 1px solid #58ac25;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}