body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #222222;	
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #222222;
	font-weight: bold
}

.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold
}

.smalltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: bold
}

li {

	font-weight: normal;
	color: #222222;	
	margin-bottom: 10px;	

	}
	
.nomargin {

	margin-bottom: 0px;	
	}
	
b, .fat {
	font-weight: bold;
	color: #222222;	
	}

.normal {
	font-weight: normal;
	color: #222222;	
	}
	
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	font-weight: normal
	}
	
.psmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: normal
	}
	
.psmallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #222222;
	font-weight: normal
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:red;
	font-weight: normal;
	text-decoration: none;	
	}
	
.asmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:red;
	font-weight: normal;
	text-decoration: none;
	}
	
.red {
	font-weight: normal;
	color: red;	
	}