/*WYSIWYG:  .normal#Normal,.fett#Fett,.ueberschrift#&Uuml;berschrift,*/
/*TABLECORE: .normal#Normal,.fett#Fett,.ueberschrift#&Uuml;berschrift*/
/**************************** WYSIWYG und Standard-Schriften ******************************/
.normal,td  {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height:17px;
   font-weight: normal; 
   color: #003366;
}
.fett	{
   font-family : Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height:17px;
   font-weight: bold; 
   color: #003366;
}
.ueberschrift	{
   font-family : Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold; 
   color: red;
   line-height:20px;
}
/**************************** ALLGEMEINES ******************************/
body {
   margin:0px;
   background-color: white; 
   color: #003366;
}
body.tablecore	{
   font-family : Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #2d2074;
   background: #FFFFFF; 
}
body.wysiwyg	{
   font-family : Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #2d2074;
   background: #FFFFFF; 
}
body.wysiwyg table{border:1px dotted #AEA9A9;}
