/*
 * Überschriften
 */
h1 {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}


/*
 * Links
 */
.link_farbe_klein:link {
	font-size: 12px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_farbe_klein:visited {
	font-size: 12px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_farbe_klein:active {
	font-size: 12px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_farbe_klein:hover {
	font-size: 12px;
	font-family: Arial;
	color: gray;
	text-decoration: none
}

.link_klein:link {
	font-size: 13px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_klein:visited {
	font-size: 13px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_klein:active {
	font-size: 13px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

.link_klein:hover {
	font-size: 13px;
	font-family: Arial;
	color: black;
	text-decoration: none
}

