@charset "utf-8";
/* CSS Document */

.wichtig {
	color: rgba(255,255,255,1);
	background-color: rgba(169,0,0,1);
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.wichtig h1{
	color: rgba(255,255,255,1);
	font-size: 125%;
	line-height: 1.2em;
	margin: 0px;
}
.wichtig p {
	color: rgba(253,237,198,1);
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}
