/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.NewsText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(108,108,108);
 	text-decoration: none 
}

.TabellenText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(57,57,59);
 	text-decoration: none 
}

.FormFeld {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 11px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	background-color: rgb(204,226,230);
 	border: 1px ridge rgb(0,0,0);
 	width: 250px
}

.FormFelder {
	background-color: rgb(204,226,230);
 	border: 1px solid rgb(0,0,0);
 	width: 200px
}

.NewsTeaser {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(108,108,108);
 	font-weight: bold;
 	text-decoration: none 
}

.FormText {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.NewsTitel {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none 
}