@charset "utf-8";

/* Grundschrift */

.bodytext {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-bottom: 7px;
}

/* HYPERLINKS */

a {
	color: #c1002b;
	text-decoration: none;
}

a:hover {
	color: #e57891;
	text-decoration: underline;
}

/* Überschrift 1 - Titel in Inhaltselementen */

h1 {
	color: #C1002B;
	font-size: 30px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 43px;
	letter-spacing: 2px;
	font-variant: small-caps;
}

/* Überschrift 2 - Untertitel */

h2 {
	color: #000000;
	font-size: 18px;
	padding-top: 13px;
	padding-bottom: 10px;
	line-height: 25px;
	font-weight: normal;
}

/* Überschrift 3  */

h3 {
	color: #000000;
	font-size: 14px;
	line-height: 30px;
}

/* Überschrift 4 */

h4 {
	color: #000000;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

/* Überschrift 5 */

h5 {
	color: #000000;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
}

/* AUFZÄHLUNGEN */

ul {
	color: #000000;
	list-style-type: square;
}

li {
	color: #000000;
	margin-left: 16px;
	list-style-type: square;
}

