.blau {
	color: #00679e;
	font-weight: 900;
}
.gelb {
	color: #ffff00;
	font-weight: 900;
}


.titel1 {
  font-size: 15px;
	font-weight: 900;
	color: black;
	border-bottom: 2px solid #a9a9a9;
	margin-bottom: 3px;
	margin-top: 12px;
}

.titel2 {
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  color: #00679e;
  margin-bottom: 2px;
  margin-top: 9px;
}

.rahmen-gelb {
	padding: 10px;
	margin: 10px;
	border: #ffff00 2px solid;
	font-weight: 900;
	color: #333;
}

.rahmen-blau {
	padding: 8px;
	border: #00679e 2px solid;
	font-weight: 900;
	color: #333;
}

.rahmen-schwarz {
	padding: 8px;
	border: #333 2px solid;
	font-weight: 900;
	color: #333;
}


.links {
	text-align: left;
}
.rechts {
	text-align: right;
}
.mitte {
	text-align: center;
}

