/* CSS für News
text-decoration: underline;  -- oder text-decoration: none;
font-weight: bold;  -- oder font-weight:normal; -- oder font-weight:100,200,300,400,500,600,700,800,900 = extra-dünn (100) bis extrafett (900).
siehe Details in Selfhtml unter der Rubrik 
*/
.zhsnews_titel{ 
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight: bold;
font-size: 10pt;
font-style: normal;
color:#CD8000;
padding-top:8px;
}
.zhsnews_entry{ 
  background-color:#FFFFFF;  
  padding:4px;
  border-style:solid;
  border-color:008000;
  border-width:1px;
  font-weight: normal;
  font-size: 8pt;
}
.zhsnews_links{ 
  background-color:#FFFFFF;  
  font-size: 8pt;
}
.zhsnewsbanner_titel
{font-weight:normal;font-size:10pt;letter-spacing:2px; color:#404040; }
.zhsnewsbanner_entry
{font-weight:normal;font-size:8pt; color:#404040;}
