.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: left;

}

.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;

}

.inhaltfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.inhaltfettUnterstrichen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}

.bildwiederholung-kleiin {
	background-image: url(Bilder/back-klein.jpg);
	background-position: left bottom;
}

.bildwiederholung-gross {
	background-image: url(Bilder/back-gross.jpg);
	background-position: left bottom;
}

.bildwiederholung-rahmen-RE {
	background-image: url(Bilder/rahmen-RE.jpg);
	background-position: left bottom;
}

.tabelleGrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

#border-bgcolor {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #fce27c;
	background-color: #f6ebc1; }

#border-bgcolor p {
	margin: 0; }

