/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Inhaltszelle1 {
	font-size: 12px;
 	background-color: rgb(255,255,255);
 	margin: 3px 5px
}

.Inhaltszelle2 {
	color: rgb(51,51,51);
 	font-weight: bold;
 	background-color: rgb(255,255,255);
 	border: 1px solid rgb(255,204,153)
}

.Titelzeile {
	font-size: 10pt;
 	color: rgb(153,51,51);
 	line-height: 16px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(255,204,153);
 	border-bottom: 3px solid rgb(231,137,55)
}

.Navi_unten {
	background-image: url( "../assets/images/Hintergrund_navi_unten.jpg" );
 	border: 1px solid rgb(192,192,192)
}

.Navizeile {
	background-color: rgb(219,223,219);
 	border-left: 2px solid rgb(128,128,128);
 	border-bottom: 2px solid rgb(128,128,128)
}
