/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Textlink {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 9pt;
 	color: rgb(0,51,153);
 	line-height: 180%;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Standard-Layout {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: small;
 	background-color: rgb(255,255,204);
 	padding-left: 5px;
 	padding-bottom: 100px
}

.Navbarklein {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(153,0,0);
 	line-height: 180%;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Standardtabelle {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: small;
 	background-color: rgb(255,255,204);
 	padding-left: 5px
}

.TextNavBarrechts {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,255,255);
 	line-height: 35px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(153,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}