﻿html,body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0px;
	left: 50%;
	margin-left: -500px; 
	background-color: #dce2cf;
	background-image: url(images/page-background.jpg);
	border: 1px none #eee;
}

#top {
	position: relative;
	height: 25px;
	width: 100%;
	background-color: #f8dedf;
	background-image: url(images/top-background.jpg);
	background-repeat: repeat-x;
}

#top ul {
	padding: 0px;
	margin: 0px;
}

#top li {
	display:block;
	float:left;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

#top li a {
	display: block;
	width: 250px;
	text-decoration: none;
	color: black;
}

#top li a:hover {
	color: #f67c13;
	background-color:none;
}

#header, #header-home {
	position: relative;
	height: 160px;
	background-color: #fcddc3;
	background-image: url(images/header-background-small.jpg);
	color: #333;
}

#header-home {
	height: 300px;
	background-color: #fcddc3;
	background-image: url(images/header-background-large.jpg);
}

#header h1, #header h2, #header-home h1, #header-home h2 {
	display: none;	padding: 15px 15px 0px 15px;
	margin: 0px;
}

#container {
	position: relative;
	clear: both;
}

#main {
	width: 200px;
	float: left;
	background-color: #488f3c;
}

#main ul {
	padding: 0px;
	margin: 0px;
}

#main li {
	display: block;
	border: 1px solid #eee;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#main a {
	display: block;
	width: 170px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#main a:hover {
	color: #f67c13;
	background-color: #dce2cf;
}

#main-illustratie {
	height: 30px;
	width: 200px;
	background-color: #488f3c;
	background-image: url(images/index.html);
}

#content {
	width: 800px;
	float: right;
	background-color: #dce2cf;
	background-image: url(images/content-background.jpg);
}

#text {
	width: 515px;
	width: 455px;
	float: left;
	padding: 30px;
	color: black;
}

#text h1 {
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
	font-size: 1.3em;
}

#text h2 {
	padding: 0px;
	padding-bottom: 4px;
	margin: 0px;
	font-size: 1.1em;
}

#text p {
	margin-top: 0px;
}

#text a {
		color: black;
}

#text li {
	list-style-type: circle;
}

.mailform {
	width: 300px;
}

textarea.mailform {
	height: 100px;
}

#images {
	width: 225px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#images img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.thumb1 {
	float: left;
	clear: both;
	width: 100px;
}

div.thumb2 {
	float: left;
	width: 100px;
}

div.thumb1 img, div.thumb2 img {
	border: 1px solid #404040;
	margin: 3px;
}

#footer {
	position: relative;
	clear: both;
	height: 25px;
	background-color: #9b383d;
	background-image: url(images/footer-background.jpg);
	color: #f8dedf;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

#footer a {
	color: #f8dedf;
}
