body {
	color: black;
	background: white;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 0.8em;
	text-align: justify;
	clear: none;
}

/*	margin-left: 200px; */
.container {
	position: relative;
	width: 800px;
	margin: 10px auto;
}

.kop {
	width: 800px;
}

.menucol {
	position: absolute;
	left: 0px;
	width: 160px;
}

.contentcol {
	margin: 0px 0px 0px 170px;
	background-color: white;
	width: 640px;
}

.outline {
	width: 640px;
}

.notice {
	font-size: 60%;
}

.artikel {
	width: 310px;
	float: left;
}

.col_left {
	width: 310px;
	float: left;
}

.col_right {
	width: 310px;
	float: right;
}

.noborder {
	border-width: 0px;
}

.pagedata {
	margin-top: 2cm;
	font-size: 70%;
	font-family: monospace;
	text-align: right;
	width: 640px;
}

.footdata {
	position: relative;
	margin: 5px 5px 5px 5px;
	width: 640px;
	font-size: 70%;
	font-family: monospace;
	text-align: left;
}

.nedstat {
	text-align: right;
}

/* Wassedam :: baan stijl */
.ba {
	background: yellow;	
	color: white; 
}
/* Wassedam :: materieel stijl */
.rm {
	background: lightblue;
	color: white;
}
/* Wassedam :: aansturing stijl */
.as { 
	background: orange;
	color: white;
}
/* Wassedam :: melding stijl */
.md { 
	background: red;
	color: white; 
}
/* Wassedam :: interface stijl */
.if { 
	background: pink;
	color: white; 
}
/* Wassedam :: ondersteuning stijl */
.os {
	background: lightgreen;
	color: white;
}

img {
	border-width: 5px;
	border-color: white;
	border-style: solid;
}

img.top {
	border-width: 2px;
	border-color: black;
	border-style: solid;
	width: 640px;
	height: 150px;
}

img.lspace {
	margin-left: 0.5em;
}

img.rspace {
	margin-right: 0.5em;
}

h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", "Verdana", "Geneva", sans-serif;
	background-color: white;
	text-align: center;
}

div.ad {
	float: right;
	font-size: 80%;
	clear: none;
}

div.ad span {
	font-weight: bold;
}

.title {
	background-color: white;
	text-align: left;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
