/* CSS Document */
       
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 12px;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #fff;
	text-align: center;
}
html, body {
	height: 100%;
}
table {
	font-size:100%;
}
.clear {
	clear: both;
}
h1 {
	color: #00365d;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 22px 0 18px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 22px 0 18px;
}
p {
	text-align: justify;
	margin: 0;
	padding: 20px 22px 0 18px;
}
a {
	color: #00365d;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
ul {
	margin: 0 0 0 20px;
	padding: 20px 20px 0;
	list-style-type: square;
	list-style-position: outside;
}
ul ul {
	list-style-type: circle;
	margin: 0 0 0 0;
	padding: 0 20px;
	list-style-position: outside;
}
ol {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 20px 20px 0;
	list-style-position: outside;
}
form {
	font-style: italic;
	background-image: url(../images/zoek.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 22px 0 18px;
}

.foto_links {
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	border-width: 0;
}
.foto_rechts {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	border-width: 0;
}
img {
	border: none;
}
/* CONTAINER */
#container {
	margin: 0 auto;
	width: 970px;
	padding: 0 0px;
	position: relative;
	text-align: left;
	background: #FFF;
	min-height: 100%;
	height: auto;
	background-image: url(../images/container.gif);
	background-repeat: repeat;
}
* html #container {
	height: 100%;
	width: 970px;
	w\idth: 970px;
}
/* HEADER */
#header {
	background-image: url(../images/header.gif);
	width: 970px;
	height: 128px;
	margin: 0;
	padding: 0;
}
/* NAVIGATIE */
#navigatie {
	font-weight: bold;
	background-color: #00365d;
	text-align: left;
	width: 970px;
	height: 30px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}
#navigatie ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#navigatie ul li {
	color: #fff;
	line-height: 30px;
	position: relative;
	float: left;
	padding-right: 20px;
}
#navigatie ul li a {
	text-decoration: none;
	color: #a6b9c6;
}
#navigatie ul li a:hover {
	color: #fff;
	text-decoration: none;
}
/* MAIN */
#main {
	padding-bottom: 32px;
}
/* LEFT */
#left {
	float: left;
	width: 272px;
	overflow: hidden;
	margin-bottom: 20px;
}
#left p {
	color: #fff;
	text-align: justify;
	margin: 0;
	padding: 20px 22px 0 20px;
}
#left a {
	color: #c6a6c0;
	text-decoration: underline;
}
#left a:hover {
	color: #fff;
	text-decoration: underline;
}
#left h1 {
	color: #c6a6c0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 22px 0 20px;
}
#left h2 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 20px 22px 0 20px;
}
.zoek {
	font-style: italic;
	background-image: url(../images/zoek.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom: 2px solid #fff;
}
/* CONTENT */
#content {
	float: left;
	width: 698px;
	overflow: hidden;
}
* html #content {
	width: 698px;
	width: 698px;
}
/* FOOTER */
#footer {
	overflow: hidden;
	position: relative;
	margin: -32px auto 0;
	color: #fff;
	line-height: 30px;
	background-color: #00365d;
	text-align: left;
	width: 970px;
	height: 30px;
	border-top: 2px solid #fff;
}
#footer ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#footer a {
	color: #a6b9c6;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

