/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Fusszeile {
	padding-left: 2px;
 	padding-top: 2px;
 	border-top: 1px solid rgb(0,0,0);
 	padding-right: 2px
}

.Unten_offen {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	padding: 2px 2px 2px 5px;
 	border-left: 1px solid rgb(0,0,0);
 	border-top: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0)
}

.Oben_offen {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	padding: 2px 2px 2px 5px;
 	border-left: 1px solid rgb(0,0,0);
 	border-right: 1px solid rgb(0,0,0);
 	border-bottom: 1px solid rgb(0,0,0)
}

.Überschriften {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	background-color: rgb(255,255,255);
 	padding: 2px
}

.Textbeitrag {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	margin: 2pt;
 	padding: 8px 2pt 2px 5pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}