/* CSS Document */
A:link {COLOR: #0000FF; TEXT-DECORATION: none}
A:visited {COLOR: #6B24FF; TEXT-DECORATION: none}
A:hover {COLOR: #FF0000; TEXT-DECORATION: none; background-color: #99FF99}
A:active {COLOR: #0000FF;  background-color: #99FF99}

body {
	background-color: #E5E6FF;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
}

.txt10 {font-size: 10px}
.txt12 {font-size: 12px}
.txt13 {font-size: 13px}
.txt14 {font-size: 14px}
.txt16 {font-size: 16px}
.txt_titel {font-size: 20px; font-weight: bold; }
.fettbraun18 {font-size:16px; font-weight: bold; color: #990000}
.braun16 {font-size:16px; color: #990000}

td {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;

}
th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	color: #990000;
}
.txt_grau {
	color: #888888;
}