/* Formatierung fuer Seitenfarben */body { 	background-color: white;	margin-left:0px;	margin-right:0px;	margin-top:0px;	margin-bottom:0px;}body.space { background-color: rgb(62,140,178);}/* Formatierung fuer Text in einer Tabellenzelle */td.small { font-family: Arial,Helvetica; font-size:12px; line-height:16px; color: rgb(0,0,0);} /* Fliesstext */td.smallest { font-family: Arial,Helvetica; font-size:10px; line-height:16px; color: rgb(0,0,0);} /* Kleiner als Fliesstext */td.smallwhite { font-family: Arial,Helvetica; font-size:12px; line-height:16px; color: rgb(255,255,255);} /* Fliesstext weiss */td.fett { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(0,0,0); } /* Fliesstext fett */td.fettred { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(255,128,0); } /* Fliesstext fett,farbig */td.fettwhite { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(255,255,255); } /* Fliesstext fett, weiss *//* Tabellenhintergruende */td.color {background-color:rgb(62,140,178);}/* Format fuer Text, der unabhaengig von einer Zelle der Tabelle festgelegt werden soll */tt.small { font-family: Arial,Helvetica; font-size:12px; line-height:16px; color: rgb(0,0,0);} /* Fliesstext */tt.smallest { font-family: Arial,Helvetica; font-size:10px; line-height:16px; color: rgb(0,0,0);} /* Kleiner als Fliesstext */tt.fett { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(0,0,0); } /* Fliesstext fett */tt.fettred { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(62,140,178); } /* Hinweise fett,farbig */tt.smallred { font-family: Arial,Helvetica; font-size:12px; line-height:16px; color: rgb(62,140,178);} /* Hinweise klein,farbig */tt.fettwhite { font-family: Arial,Helvetica; font-size:12px; font-weight:bold; line-height:16px; color: rgb(62,140,178); } /* Fliesstext fett,weiss */tt.www { font-family: Arial,Helvetica; font-size:24px; font-weight:bold; line-height:24px; color: rgb(255,255,255); } /* Eingangsseite */tt.whiteonblue { font-family: Arial,Helvetica; font-size:10px; line-height:16px; color: rgb(255,255,255);} /* Kleiner als Fliesstext */whiteonblue { font-family: Arial,Helvetica; font-size:10px; line-height:16px; color: rgb(255,255,255);} /* Kleiner als Fliesstext *//* Formatierung fuer Hyperlinks */a:link { color: rgb(62,140,178); font-size:12px; font-family: Arial, Helvetica;  line-height: 15px; }a:visited { color: rgb(62,140,178); font-size:12px; font-family: Arial;  line-height: 15px; }a:active { color: rgb(62,140,178); font-size:12px; font-family: Arial;  line-height: 15px; }a:hover { color: rgb(0,0,0); font-size:12px; font-family: Arial; line-height: 15px; }a.design:link { text-decoration: none; color: rgb(0,0,0); font-size:10px; font-family: Arial, Helvetica;  line-height: 15px; }a.design:visited { text-decoration: none; color: rgb(0,0,0); font-size:10px; font-family: Arial;  line-height: 15px; }a.design:active { text-decoration: none; color: rgb(0,0,0); font-size:10px; font-family: Arial;  line-height: 15px; }a.design:hover { text-decoration: none; color: rgb(0,0,0); font-size:10px; font-family: Arial; line-height: 15px; }a.whiteonblue:link { color: rgb(255,255,255); font-size:10px; font-family: Arial, Helvetica;  line-height: 15px; }a.whiteonblue:visited { color: rgb(255,255,255); font-size:10px; font-family: Arial;  line-height: 15px; }a.whiteonblue:active { color: rgb(255,255,255); font-size:10px; font-family: Arial;  line-height: 15px; }a.whiteonblue:hover { text-decoration: none; color: rgb(255,255,255); font-size:10px; font-family: Arial; line-height: 15px; }
