* {
	background-color: #800000;
	font-family: "lucida grande", helvetica, arial, "sans serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #e0e0e0;
	vertical-align: top;
	max-width: 800px;

	border: 0 none;
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 16px; margin-bottom: 8px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 8px;
}
p {
	text-align: justify;
	margin-bottom: 8px;
}
del {
	text-decoration: line-through;
}	
a:link {
	font-weight: bold;
	color: #ffffff;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	color: #4242ff;
	font-weight: bold;
}
a:active {
	color: #4242ff;
	font-weight: bold;
}

/*=====HEADER=====*/
.kop {
	height: 120px; width: 800px;
	position: absolute;
		left: 20px; top: 0px;
	background-image: url(graph/titelw.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 6;
}
.menu {
	height: 20px; width: 800px;
	position: absolute;
		left: 0px; top: 100px;
	border: 1px solid #ffffff;
}
.menutekst {
	width: 16%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
}
a.menulink:link {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;}
a.menulink:visited {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;}
a.menulink:hover {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;}
a.menulink:active {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;}

/*=====ZIJKANT EN MIDDEN=====*/
.lsfh {
	width: 100px; height: 100%;
	position: absolute;
		left: 20px; top: 0px;
	background-image: url(graph/losfh.gif);
	background-position: top right;
	background-repeat: repeat-y;
	z-index: 1;
}
/*.onder {
	position: absolute;
		left: 120px; bottom: 0px;
	width: 600px; height: 150px;
	background-color: #00c000;
	z-index: 6;
}*/
.toptekst {
	position: absolute;
		left: 120px; top: 120px;
	width: 800px; height: 40px;
	overflow: hidden;
}
.infotekst {
	position: absolute;
		left: 120px; right: 0px; top: 170px;
	width: 660px;
	padding-left: 20px;
}
.weblogtekst {
	position: absolute;
		left: 120px; right: 0px; top: 170px;
	width: 660px;
}
.lijst {
	width: 100%;
}

/*=====CELLEN=====*/
.twintig {
	width: 20%;
	min-height: 32px;
	padding-bottom: 8px;
}
.naamplaats {
	width: 30%;
	min-height: 32px;
	padding-bottom: 8px;
}
.omschr {
	width: 50%;
	min-height: 32px;
	padding-bottom: 8px;
}
.lomschr {
	width: 70%;
	min-height: 32px;
	padding-bottom: 8px;
}
.knop {
	width: 10%;
	min-height: 32px;
	padding-bottom: 8px;
}
