body {
	background-color: #3D5F82;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 30px;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
#inhoud {
	padding: 20px;
}
.knop {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.td1 {
	background-color: #3D5F82;
	padding: 1px;
	cursor: pointer;
}
.td2 {
	background-color: #244E7C;
	padding: 1px;
	cursor: pointer;
}
#deleteBox {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #244E7C;
	padding: 3px;
	height: 100px;
	width: 200px;
	border: 1px solid #687889;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	left: 30%;
	top: 40%;
	cursor: default;
}
#alphaDiv {
	background-color: #333333;
	position: absolute;
	visibility: hidden;
	display: block;
	float: right;
	z-index: 9;
	left: 0px;
	top: 0px;
	height: 100%;;
	width: 100%; 
	/*
	opacity: 80;
    MozOpacity: .80;
    KhtmlOpacity: .80;
    filter: alpha(opacity=80); */
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
a:link,a:active,a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#login {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 30%;
	top: 30%;
}
.logincopyright {
	font-size: 9px;
	text-align: right;
}

