h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica", sans-serif;
	color: #000;
	font-weight: normal;
}

/* Überschrift Artikel */
h1 {
	font-size: 32px;
	line-height: 120%;
	width: 95%;
}

/* Überschrift Monate Termine */
h2 {
	font-size: 24px;
	line-height: 110%;
	padding: 0 0 10px 0;
}

/* Überschriften rechte Spalte */
h3 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
}

/* -- Nicht benutzt -- */
h4 {
	font-size: 18px;
	line-height: 120%;
}

h5 {
	font-size: 16px;
	line-height: 120%;
}

h6 {
	font-size: 14px;
	line-height: 120%;
}
/* ------------------- */

p {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 145%;
	padding: 0px 0px 10px 0px;
}

td {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 145%;
	padding: 3px 5px;
}

p.date {
	padding: 5px 0 8px 0;
}

p.date + p object,
p.date + p img {
	padding-top: 7px;
}

p.date + p {
	margin-top: -2px;
}

p strong,
p b,
p i,
p em,
p span,
td strong,
td b,
td i,
td em,
td span {
	font-size: 16px;
	line-height: 145%;
}

h1 span {
	font-size: 32px;
	line-height: 120%;
}

input, select, textarea, button, label {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

ul, ol {
	padding: 0px 20px 10px 0px;
}

ul {
	list-style: square inside;
	padding-left: 14px;
}

ol {
	list-style: decimal outside;
	padding-left: 28px;
}

ul li, ol li {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 145%;
}

p a,
p a:link,
p a:visited {
	font-size: 16px;
	color: #c50000;
	text-decoration: none;
}

p a:hover,
p a:focus,
p a:active {
	text-decoration: underline;
}

p.date a,
p.date a:link,
p.date a:visited,
p.date a:hover,
p.date a:focus,
p.date a:active {
	font-size: 14px;
	color: #c50000;
	text-decoration: none;
}

.general-teaser p a,
.general-teaser p a:link,
.general-teaser p a:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.general-teaser p a:hover,
.general-teaser p a:focus,
.general-teaser p a:active {
	text-decoration: underline;
}

h1 a,
h1 a:link,
h1 a:visited {
	font-size: 32px;
	line-height: 120%;
	color: #000;
	text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h1 a:active {
	text-decoration: none;
}

h3 a,
h3 a:link,
h3 a:visited {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 120%;
/* 	text-transform: uppercase; */
	text-transform: none;
	color: #c50000;
	text-decoration: none;
}

h3 a:hover,
h3 a:focus,
h3 a:active {
	text-decoration: none;
}

li a,
li a:link,
li a:visited {
	font-size: 14px;
	color: #c50000;
	text-decoration: none;
}

li a:hover,
li a:focus,
li a:active {
	text-decoration: underline;
}

li a em,
li a strong {
	font-size: 14px;
}

/* Andere Nutzung rechte Spalte */
.template-right p,
p.small,
p .small {
	font-size: 14px !important;
}

hr {
	border: 0px solid #fff;
	height: 5px;
	background: #f1ede9;
	color: #f1ede9;
	margin: 10px 0 30px 0;
}
