/* CSS Document - Definition der Verhalten der Links */

body {
	font-family: Arial;
}

a:link {
	color: #a8161f;
	text-align: left;
	text-decoration: none;
}
a:active {
	color: #a8161f;
	text-decoration: none;
}
a:visited {
	color: #a8161f;
	text-decoration: none;
}
a:hover {
	color: #FF7A0A;
	text-decoration: none;
	/* font-size: 12px; */
}

/* CSS Document - Definition der Schrifttypen */

/* Schrift (inhalt): anthrazit, 12px */
h1 {
	text-align: left;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
/* Schrift (Überschrift1): rot, 12px, fett */
h2 {
	text-align: left;
	font-size: 12px;
	color: #a8161f;
	text-decoration: none;
	font-family: Arial;
	line-height: normal;
}
/* Schrift (klein): anthrazit, 10px */
h3 {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
/* Schrift (Überschrift2): rot, 14px, fett */
h4 {
	text-align: left;
	font-size: 14px;
	color: #a8161f;
	text-decoration: none;
}
h5 {
	text-align: left;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
