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