/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	font-style: italic;
 	background-color: rgb(222,190,124);
 	background-image: none
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	background-color: rgb(222,190,124);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	font-size: 16px;
 	color: rgb(128,128,128);
 	font-weight: bold;
 	font-style: italic;
 	background-color: rgb(222,190,124);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}