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

body {
	font-family: 'Trebuchet MS', Arial, Verdana, sans;
	color: #642E1E;
	}
.aktiv {
	color: #E60004;
	}
.passiv {
	color: #999999;
	}
.Stil1 {
	font-size: x-large;
	font-weight: bold;
}
.Stil2 {font-size: x-small}
.Linie { 
	border-top: 1px dotted #642E1E;
	margin-top: 3px;
	}
