body {
	background-color: #eeeeef;
}

body, td, .menu {
	font-family: arial;
	font-size: 11px;
}

.menu {
	font-weight: bold;
	color: #ffffff;
	font-family: verdana;
}

.menu_over {
	font-weight: bold;
	color: #0096ff;
	cursor: pointer;
	font-family: verdana;
}

.main {
	line-height: 18px;
	text-align: justify;
}

.kop1 {
	font-size: 18px;
	font-weight: bold;
	color: #0096ff;
	margin-bottom: 15px;
	font-style: italic;
}

a:link, a:visited {
	font-weight: bold;
	color: #0096ff;
	text-decoration: none;
}

a:hover {
	color: #007eff;
	text-decoration: underline;
}

.tbl {
	border: 1px #0096ff solid;
}

.tbl_header {
	color: #ffffff;
	background-color: #0096ff;
	font-weight: bold;
}

.tbl_ln1 {
	background-color: 		#ffffff;
}
.tbl_ln2 {
	background-color:		#eaeaea;
}
.tbl_ln3 {
	background-color:		#eaeaea;
	color: #666666;
}
.tekstveld_fout {
	border: 1px #ff0000 solid;
	background-color: #ffffff;
}

.tekstveld {
	border: 1px #000000 solid;
	background-color: #ffffff;
}

.knop {
	background-color: #555555;
	color: #ffffff;
	font-weight: bold;
	border: 1px #0096ff solid;
	font-size: 10px;
	padding: 3px;
	cursor: pointer;
}

.knop:hover {
	background-color: #0096ff;
	color: #ffffff;
	font-weight: bold;
	border: 1px #b10d1e solid;
	font-size: 10px;
	padding: 3px;
	cursor: pointer;
}