html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	background-image: url(img/bg_pattern.jpg);
	background-repeat: repeat-x;
	background-color: #132863;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-size: 14px;
	color: #112256;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 13px;
	margin-bottom: 0px;
	color: #112356;
	margin-top: 10px;
}
#nav {
	border-left: 1px solid #989898;
}
#foto {
	float: left;
	margin-top: 3px;
}
.fototekst {
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#foto_rechts {
	float: right;
}
#content {
	padding-top: 20px;
	padding-left: 70px;
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	font-size: 11px;
}
#tekst {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 11px;
}
.tekst2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BABABA;
	font-size: 11px;
	padding-right: 33px;
	padding-top: 12px;
	line-height: 15px;
}
.tekst2 table {
	font-size: 11px;
	line-height: 15px;
}
.tekst2 a{
	font-weight: bold;
	color: #D01F00;
	text-decoration: none;
}
.tekst2 p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#info {
	color: #00003A;
	font-size: 11px;
}
#info div {
	margin-left: 10px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#voet {
	background-image: url(img/voet_pattern.gif);
	background-repeat: repeat-x;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 22px;
}
#voet a {
	color: #FFFFFF;
	text-decoration: none;
}
#voet a:hover {
	text-decoration: underline;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #989898;
	border-left-color: #989898;
}
