.rot {
	color: #ED1C24;
}

.blau {
	color: #0C2F55;
}

.rot-bold {
	color: #ED1C24;
	font-weight: bold;
}

.blau-bold {
	color: #0C2F55;
	font-weight: bold;
}

.align-left {
	text-align: left;
}

.align-center{
	text-align: center;
}

.align-right {
	text-align: right;
}

.contentlink {
	text-decoration: none;
}

.contentlink a {
	display: block;
	width: 4em;

	border: 1px solid #A39E9B;
	margin: 0;
	padding: 2px 2px 2px 2px;

	text-decoration: none;
	font-size: 0.85em;

	color: #0C2F55;
	background-color: #FFFFFF;
}

.contentlink a:hover {
	color: #FFFFFF;
	background-color: #ED1C24;
}