Hi!
hier mal eine abgespeckte Version des Codes ohne Daten (Die kann ich aus Datenschutzgründen leider nich poste ... Top Secret sozusagen):
<table style='page-break-before:always' width =' 993' cellspacing='0' cellpadding='2'> <thead> <tr> <th width =' 493' rowspan =' 2'><a class='a3' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=D&oc=drg'>DRG <img src='./oarr.jpg' border =' 0'></a></th> <th width =' 150' colspan =' 2'>Fälle</th><th width =' 200' colspan =' 2'>Casemix</th><th width =' 150' colspan =' 2'>Ø Verweildauer</th> </tr> <tr> <th width =' 75'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=p_af'>Soll Jahr </a></th><th width =' 75'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=i_af'>Ist </a></th> <th width =' 100'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=p_cm_eff'>Soll Jahr </a></th><th width =' 100'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=i_cm_eff'>Ist </a></th> <th width =' 75'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=p_vwd'>Soll Jahr </a></th> <th width =' 75'><a class='a2' href='abt.php?abt=KIND&ptype1=&ptype2=0&ot=N&oc=i_vwd'>Ist </a></th> </tr> </thead> <tbody> <tr> <td class='l'width =' 493'><a class='a1' href='main.php?&abt=KIND&drg=901D'><b>901D</b> - BlaBlaBla</a></td> <td width =' 75'>x</td> <td width =' 75'>x</td> <td width =' 120'>x</td> <td width =' 120'>x</td> <td width =' 75'>x</td> <td width =' 75'>x</td> </tr> </tbody> </table>
und hier noch der dazugehörige css code:
.mittig
{ vertical-align:middle;}
.a1:link
{ display:block; width:100%; height:100%; text-decoration:none; background-color:rgb(255,220,185); color:black;}
.a1:visited
{ line-height: 30px; display:block; width:100%; height:100%; text-decoration:none; background-color:rgb(255,220,185); color:black;}
.a1:hover
{ display:block; text-decoration:none; background-color:rgb(209,176,146); color:black;}
.a1:active
{ display:block; text-decoration:none; background-color:rgb(209,176,146); color:black;}
.a2:link
{ line-height: 17px; display:block; vertical-align:middle; width:100%; height:100%; text-decoration:none; background-color:rgb(254,191,61); color:black;}
.a2:visited
{ line-height: 17px; display:block; vertical-align:middle; width:100%; height:100%; text-decoration:none; background-color:rgb(254,191,61); color:black;}
.a2:hover
{ line-height: 17px; display:block; vertical-align:middle; text-decoration:none; background-color:rgb(244,165,0); color:black;}
.a2:active
{ line-height: 17px; display:block; vertical-align:middle; text-decoration:none; background-color:rgb(244,165,0); color:black;}
th
{ text-align:center; font-weight:bold; background-color:rgb(254,191,61); border-width:1px; border-color:rgb(255,128,0); border-style:solid; }
.l
{ text-align:left; }
.Auswahl
{ width:550px; }
.leer
{ border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; background-color:white; text-align:right; }
table
{ font-family:Verdana; font-family:Tahoma; font-size:10pt; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-color:rgb(255,128,0); border-style:solid; background-color:rgb(255,220,185); }
td
{ vertical-align:middle;text-align:right; border-width:1px; border-color:rgb(255,128,0); border-style:solid; background-color:rgb(255,220,185); }