/* -------------- Standard HTML-Tags ------------- */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
	color: #000;
}

/* Farbe der Titelzeilen H1 bis H6 */
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin: 0 0 6px 0;
}

h1 { font-size: 26px;line-height: 36px;}
h2 { font-size: 22px;line-height: 30px;}
h3 { font-size: 18px;line-height: 26px;}
h4 { font-size: 16px;line-height: 22px;}
h5 { font-size: 14px;line-height: 19px;}
h6 { font-size: 13px;line-height: 15px;}


hr { 
	border: 0;
	border-top: 1px solid #E5E5E5;
	height: 1px;
	width: 100%;
}

a { color: #E3001A; text-decoration: underline;font-weight: normal;}
a:hover { text-decoration: none;}


.bigHeadline { font-size: 34px; line-height: 42px;}
.block_BlauWeiss { display: block; padding: 5px 10px; background-color: #0F5C89; color: #FFF; }
.block_RotWeiss { display: block; padding: 5px 10px; background-color: #E3001A; color: #FFF; }
.block_hellBlau { display: block; padding: 5px 10px; background-color: #E2EFF7; color: #0F5C89; }