h1 {
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}
#logo {
	display: none;
}
#title h1 {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
#navigation {
	display: none;
}

.author {
	font-style: oblique;
}
.red {
	color:#FF0000;
}
/* Tabelle mit Rahmen, sowie Linien zwischen den Zellen */
.colortable, .colortable td, .colortable th {
	border: 1px solid #009900;
}