.done {
	background:  rgb(0, 238, 0);
	color:       white;
	font-weight: bold;
	text-align:  center;
}

.inprogress {
	background:  gold;
	color:       white;
	font-weight: bold;
	text-align:  center;
}

.notstarted {
	background:  red;
	color:       white;
	font-weight: bold;
	text-align:  center;
}

.canceled {
	text-align: center;
}

.lowlight {
	background: rgb(204, 204, 255);
}

th {
/*	background: #039acc;
	color:      white; */
	color:      black;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 10;
}

body {
	background: #f0f0ff;
	border: solid 1px #7099C5;
}

a {
	color: #C00;
	text-decoration: none;

}

a:visited {
	color: #C00;
}

a:hover {
	text-decoration: underline;
}

div.titel {
}

div.titel h2 {
	border-bottom: 1px solid black;
	font-size: 16pt;
	font-weight: bold;
}