@charset "utf-8";
.text_normal {
	font-family: Verdana, Arial;
	font-size: small;
	color: #333333;
}

.text_normal_fett {
	font-family: Verdana, Arial;
	font-size: small;
	color: #333333;
	font-weight: bold;
}

.text_klein {
	font-family: Verdana, Arial;
	font-size: x-small;
	color: #333333;
}


.text_ueberschrift1 {
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #AC243C;
	font-weight: bold;
}
.text_ueberschrift_titel {
	font-family: Verdana, Arial;
	font-size: 20px;
	color: #AC243C;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #ac2138;
}

.news_titel {
	font-size: small;
	font-weight: bold;
	color: #AC243C;
	padding-top: 25px;
}


.bild_rechts {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bild_links {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.bild_gross {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #AD2239;
	text-decoration: none;
}

.punktlinie {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}
.clear {
	display: block;
	clear: both;
}
.test_weiss {
	color: #FFFFFF;
	font-size: 10px;
}
.news_bild {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.untermenue_container {
	padding-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

