/* CSS Document */
       
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	background-color: #d38800;
	background-image: url(../images/achter.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
html, body {
	height: 100%;
}
table {
	font-size:100%;
}
.clear {
	clear: both;
}
h1 {
	color: #d38800;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	word-spacing: 1px;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 35px 0;
}
h2 {
	color: #830729;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 35px 0;
}
p {
	text-align: justify;
	margin: 0;
	padding: 20px 35px 0;
}
a {
	color: #d38800;
	text-decoration: underline;
}
a:hover {
	color: #830729;
	text-decoration: underline;
}
ul {
	margin: 0 0 0 35px;
	padding: 20px 35px 0;
	list-style-type: square;
	list-style-position: outside;
}
ul ul {
	list-style-type: circle;
	margin: 0;
	padding: 0 35px;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	margin: 0 0 0 35px;
	padding: 20px 35px 0;
	list-style-position: outside;
}
.foto_links {
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
	border-width: 0;
}
.foto_rechts {
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
	border-width: 0;
}
.foto_rechts2 { float: right; margin-left: 20px; border-width: 0; }
img {
	border: none;
}
hr {
	height:0;
	margin: 20px 35px 0;
	border-bottom: 1px solid #a89167;
	border-top-style: none;
	border-right-width: 0;
	border-left-width: 0;
}
/* CONTAINER */
#container {
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
	background-position: 0 165px;
	margin: 0 auto;
	width: 970px;
	padding: 0;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: auto;
}
* html #container {
	height: 100%;
	width: 950px;
	w\idth: 950px;
}
/* HEADER */
#header {
	background-color: #fff;
	background-image: url(../images/header.png);
	width: 970px;
	height: 115px;
	margin: 0;
	padding: 0;
}
/* NAVIGATIE */
#navigatie {
	font-size: 14px;
	background-color: #830729;
	background-image: url(../images/navigatie.png);
	background-repeat: repeat-x;
	text-align: left;
	word-spacing: 1px;
	letter-spacing: 1px;
	width: 970px;
	height: 40px;
	position: relative;
	overflow: hidden;
}
#navigatie ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}
#navigatie ul li {
	color: #d38800;
	line-height: 40px;
	position: relative;
	float: left;
	padding-left: 15px;
}
#navigatie ul li a {
	text-decoration: none;
	color: #fff;
}
#navigatie ul li a:hover {
	color: #d38800;
	text-decoration: none;
}
/* MAIN */
#main {
	padding-bottom: 40px;
}
/* SCHADUW */
#schaduw {
	background-image: url(../images/schaduw.png);
	width: 970px;
	height: 10px;
}
/* CONTENT */
#content {
	float: left;
	width: 970px;
	overflow: hidden;
}
* html #content {
	width: 970px;
	w\idth: 970px;
}
/* FOOTER */
#footer { color: #d38800; overflow: hidden; position: relative; margin: -40px auto 0; line-height: 40px; text-align: center; width: 970px; height: 40px; }
#footer ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
#footer a {
	color: #d38800;
	text-decoration: underline;
}
#footer a:hover {
	color: #830729;
	text-decoration: underline;
}
