@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
}
.klein {font-size: 11px}
.gross {
	font-size: 11px;
	font-weight: bold;
}
.mittel {
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
div {
  line-height: 22px;
}
ul { 
	margin-left: 0.5em; padding-left: 0.5em; 
	list-style-type: none;
}
li {
  line-height: 12px;
}
.weiss {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
body {
}
.rot {color: #FF0000}
.grau {color: #808080}