/* Intro-Text Startseite */
.intro {

}

.hauptseite .intro h1 {
font-family:helvetica,arial;font-size:16pt;color:#F97F2A;text-indent:10px;margin-bottom:0px;padding-bottom:0px;
}

.hauptseite .intro h2 {
font-family:helvetica,arial;font-size:12pt;color:#F97F2A;font-style:italic;text-indent:30px;margin-top:5px;
}

.hauptseite .intro h3 {
	font-size: 9pt;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.hauptseite .intro h4 {
	font-size: 12pt;
	font-style: italic;
}

/* Textboxen Startseite */
.hauptseite .article td {
	color: #000;
	background-color: #fff;
	font-weight: normal;
}

.hauptseite .article h2 {
	height: 18px;
	color: #00407f;
	background-color: #eae5e5;
	background-image: url(../images/ueberschrift3_top.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
	margin-top: 40px;
	text-indent: 10px;
	clear: both;
}

.hauptseite .article p {
	font-weight: normal;
	margin-bottom: 20px;
}

.hauptseite .article strong {

}

.hauptseite .article img {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: -10px;
	padding-bottom: 20px;
}

.hauptseite .article .iconLink3 {
	background-image: url('../images/navi_icon3.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.hauptseite .article .iconLink3inText {
	background-image: url('../images/navi_icon3.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 2px;
}

/* Newsbox Startseite, Abwandlung von Textbox */
.hauptseite .article h2.news {
	color: #000000;
	background-color: #F97F2A;
	background-image: url(../images/ueb-leiste_aktuell.png);

}

