/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Neu{
	font-size: 14pt;
 	color: rgb(248,132,97);
 	font-weight: bold;
 	background-color: rgb(128,128,128);
 	border: 3px outset rgb(255,204,0)
}

.Name{
	font-size: 13pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,183,104);
 	border: 2pt outset rgb(255,102,51)
}

.Nachricht{
	font-size: 13pt;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify;
 	background-color: rgb(128,128,128)
}

.AT{
	background-color: rgb(153,153,153);
 	border: 2pt outset rgb(255,204,0)
}

.ChTitel{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,255,255);
 	background-color: rgb(0,102,255);
 	border: 2pt outset rgb(248,132,97)
}