/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.trahmen {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(232,249,232);
 	border: 1px solid rgb(196,243,195);
 	padding: 4px 8px
}

.taprahmen {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	border: 1px solid rgb(0,0,0)
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-color: rgb(196,243,195);
 	border-left-style: none;
 	padding-top: 5px;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 5px;
 	border-bottom-style: none
}