.blabla { font-weight: bold;}	  					/* muß für style.css eingetragen sein, erster CSS-Eintrag wird sonst verschluckt !!! */

.menu1  {font-family : Arial, Helvetica, sans-serif; font-size : 9px; color : #595959; overflow : clip;  line-height : 185%;}
.fliesstext  {font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color : #000000; overflow : clip;  line-height : 145%;}

a.menu1   {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 9px;
	color : #595959;
	overflow : clip;
	line-height : 185%;
	letter-spacing: 0px;
	text-decoration : none;
}
a.menu2   {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #595959;
	overflow : clip;
	line-height : 185%;
	letter-spacing: 1pt;
	text-decoration : none;
	font-weight : bold;
}
a.fliesstext  {font-family : Verdana, Helvetica, sans-serif; font-size : 11px; color : #000000; overflow : clip;  line-height : 145%; text-decoration : none;}
a.home-n  {font-family : Arial, Helvetica, sans-serif; font-size : 11px; text-decoration : none; color : #727272; overflow : clip;  line-height : 15px;}
a.home-rs  {font-family : Verdana, Helvetica, sans-serif; font-size : 9px; text-decoration : none; line-height : 130%;  color : black;}
a.home-rs-gr  {font-family : Verdana, Helvetica, sans-serif; font-size : 9px; text-decoration : none; line-height : 130%;  color : #767676;}
a:hover{
	background : Gray;
	color : #FFFFFF;
}
    
input
	{
	border-color: #989898 #989898 #989898 #989898;
	border-width: 1;
	font-family:Verdana, Arial, Helvetica;
	font-size:11;
}
textarea
	{
	border-color: #989898;
	border-width:1;
	font-family:Verdana, Arial, Helvetica;
	font-size:11;
}
select
	{
	border-color: #989898 #989898 #989898 #989898;
	border-width: 1;
	font-family:Verdana, Arial, Helvetica;
	font-size:11;
}
.t192x80 { width:192px; height: 80px;}
