body {
	background-image: url(background.jpg); 
        background-repeat: no-repeat; 
	font-weight: normal;
	font-size: 8px;
	margin: 5px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	scrollbar-arrow-color: #666666; 
	scrollbar-base-color: #E8E8E8; 
	scrollbar-face-color: #D8D8D8; 
	scrollbar-highlight-color: #eeeeee; 
	scrollbar-shadow-color: #333333;
}
td {
	background-color: #blue;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
}
td.border {
	background-color: grey;
}
td.home {
	background-color: #black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
th {
	background-color: grey;
	color: #red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: bold;
}
.titel {
	color: #red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
}
.update {
	background-color: #black;
	color: #red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: bold;
	text-decoration: none;
}
.klein {
	color: #red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}
.note {
	color: #red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}
input.r {
	text-align: right;
}
a:link, a:visited, a:active {
	color: white;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
}
a.klein:link, a.klein:visited, a.klein:active {
	color: #red;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #red;
	text-decoration: underline;
}
