
/* Formatvorlagen ab hier */

.vorlage {
	font-size: 10px;
margin-top:-15px;
color: #959494

}

.vorlage1 {
	font-weight: regular;
	font-size: 11px;
	color: #959494
}
.vorlage2 {
	font-weight: bold;
	font-size: 16px;
	color: #000000
}

.tablerow1 {
	background-color: #BBBBBB;
}


/* Tabellen-Foramtierung */

/* Table-Header: erste Zeile */
th {
		font-size: 12px;
	}

/* Table-Data: alle anderen Zellen  */
td {
	
	font-size: 12px;
	
}