/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Überschrift_grün {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(5,135,135);
 	font-weight: bold;
 	background-color: rgb(218,242,242);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 1px;
 	border-bottom-style: none
}

.Seitentext_normal_blau {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(218,243,249)
}

.Bildunterschrift_grün {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(5,135,135);
 	font-weight: bold
}

.Fuszeilentext_zentriert {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-color: transparent
}

.Ueberschrift:green {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(5,135,135);
 	font-weight: bold;
 	background-color: rgb(218,242,242)
}

.Überschrift_blau {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(5,135,184);
 	font-weight: bold;
 	background-color: rgb(218,243,249)
}

.Bildunterschrift_blau {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(5,135,184);
 	font-weight: bold;
 	background-color: rgb(218,243,249)
}

.Link_unsichtbar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	background-color: transparent
}

.Seitentext_normal {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(218,242,242)
}
