/* CSS Document */

.hervorgehoben {
	font-weight: bold;
}
.hervorgehoben_rot {
	font-weight: bold;
	color: #BD2930;
}
.kursiv {
	font-style: italic;
}
.hr {
	height: 1px;
	border-bottom: 1px solid #CACACA;
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 0px 0px;
}
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.cb {
	clear: both;
}
.vam {
	vertical-align: middle;
}
.tac {
	text-align: center;
}
#content p.downloadKategorie {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #666666;
	margin: 20px 0px 0px 0px;
	padding: 2px 5px;
}
/* table1 ------------------------------ */
.table1 {
	background-color: #E9E9E9;
}