body {
	background-color: white;
	color: black;
}

table.grey {
	width: 100%;
	background-color:#dddddd;
	border-style: none;
	padding: 0px;
	color: black;
	empty-cells: show;
}

td.maintext {
        background-color: white;
        color: black;
	vertical-align:top;
        padding-top: 1em;
	padding-bottom: 1em;
        padding-left: 1em;
}

td.contact {
	font-size: 10px;
	padding-left: 1em;
}

div.contact {
	padding-bottom: .5em;
}

td.statushead {
	border-width: thin;
	border-style: solid;
	border-color: black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

td.right {
	width: 150px;
	height: 50px;
	text-align: right;
	padding-right: 1em;
	font-size: 12px;
	white-space: nowrap;
}

td.topic {
	height: 50px;
	text-align: left;
	padding-left: 12px;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

td.menue {
	width: 150px;
	color: black;
	background-color: #dddddd;
	vertical-align: top;
}

td.todo {
	text-align: center;
	color: white;
	background-color: red;
}

td.working {
	text-align: center;
	color: white;
	background-color: blue;
}

td.finished {
	text-align: center;
	color: white;
	background-color: green;
}

div.menue {
	text-align: justify;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 200%;
}

div.menuechosen {
	padding-left: 12px;
	background: #90C0FF;
	color: white;
	border-width: thin;
	border-style: solid;
	border-color: black;
	border-left: 0px;
	border-right: 0px;
}

div.notmenuechosen {
	padding-left: 12px;
}

div.iespacing {
	height: 1px;
	padding-left: 12px;
}

li.section {
	font-size: larger;
	font-weight: bold;
}

li.subsection {
	font-size: larger;
	font-weight: bold;
	padding-top: 1ex;
}

li.entry {
	font-size: medium;
	font-weight: normal;
}

a.outsidelink {
	text-decoration: underline;
}

a {
	text-decoration:none; 
	color: black;
}
a.focus {font-weight: bold;}
a.visited {color: black;}
a.highlight {
	color: blue;
	text-decoration: underline;
}
