/* kleuren

donkerblauw		rgb(55,86,99)
donkerrood		rgb(173,76,71)
donkergrijs		rgb(140,150,160)
lichtgroen			rgb(223,223,0)

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 0.9em "Trebuchet MS", Arial, sans-serif;
	line-height: 1.8em;
	color:  rgb(55,86,99);
}
#logobox {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 760px;
	top: 0;
	background: url(beeld/logo-roodvos-zegel.png) top left no-repeat;
	height: 190px;
	z-index: 10;
}
#rooddiv {
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 180px;
	background: url(beeld/compact-etc.png) no-repeat top center;
	padding-top: 60px;
}
#kolom1 {
	width: 435px;
	float: left;
	border-top: 1px solid rgb(223,223,0);
	text-align: justify;
}
#kolom1 p {
	margin: 10px 0;
}
#kolom1 img {
	float: right;
	margin-left: 15px;
}
#kolom1 a,a:visited {
	text-decoration: none;
	color: rgb(173,76,71);
	border-bottom: 1px solid rgb(223,223,0);
}
#kolom1 a:hover {
	border: none;
}
h6 {
	border-bottom: 1px solid rgb(223,223,0);
}
.rood {
	color: rgb(173,76,71);
}
.vet {
	font-weight: bold;
}
.afkorting {
	border-bottom: 1px dashed rgb(173,76,71);
	cursor: help;
}
#kolom2 {
	margin-left: 480px;
	text-align: right;
	border-top: 1px solid rgb(223,223,0);
}
#kolom2 ul {
	list-style: none;
	line-height: 3em;
	margin-bottom: 10px
}
#kolom2 li {
	border-bottom: 1px solid rgb(223,223,0);
}
#kolom2 a,a:visited {
	text-decoration: none;
	color: rgb(173,76,71);
	display: block;
}
#kolom2 a:hover {
	color: rgb(140,150,160);
}
#voet img {
	margin: 20px 0;
}