/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navi-text {
	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(240,235,172);
 	border-left-style: none;
 	margin-top: 1px;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 1px;
 	border-bottom-style: none
}

.TextObject {
	font-size: 16px;
 	color: rgb(140,132,109);
 	text-decoration: none ;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Hinten {
	background-color: rgb(187,173,132)
}

.inlineframe {
	font-size: 12px;
 	color: rgb(0,128,0);
 	background-color: rgb(255,255,204);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	font-size: 9px;
 	color: rgb(143,133,67);
 	text-align: center;
 	background-color: rgb(240,234,192);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}