.headline {
	font-size: 16px;
	font-weight: bold;
	color: #004e9e;
}

.subheadline {
	font-size: 14px;
	font-weight: bold;
	color: #004e9e;
}

.highlight_button {
	display: block;
	width: 143px;
	height: 82px;
	padding-top: 13px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url("/pictures/allgemein/bg_highlight_button.jpg") no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #e40033;
	font-weight: bold;
}

.highlight_button:hover {
	background: url("/pictures/allgemein/bg_highlight_button_active.jpg") no-repeat;
}

.rounded {
	margin-right: 10px;
	margin-bottom: 10px;
}

.rounded_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.rounded_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.table_row_1 {
	background: #ecf1f5;
}

.table_row_2 {
	background: #dde2e6;
}

.pdfLink {
	display: inline-block;
	padding-left: 24px;
	background: url("/pictures/allgemein/icon_pdf.gif") no-repeat center left;
}
