

/* Tabelle passt sich in der Breite und Höhe an die Bildschirmgrösse an*/
/* Siehe Javascript in HTML (Zeile 11 im Quelltext)*/
.tabresize  { width: 100%; height: 100% }


/* Formatierung der Tabelle (z.B. .s01_z02 = Spalte 01, Zeile 02*/
/* Formatierung der Zeilen von Spalte 01*/	
.s01_z01 { width:50px; height:130px; background-color:#ffffff; }
.s01_z02  { background-color: #7f9ec7; width: 50px; height: 130px; border-right: 1px solid #fff }
.s01_z03 { width:50px; background-color:#ffffff; }
.s01_z04 { width:50px; height:1px; }
.s01_z05 { width:50px; height:20px; }

/* Formatierung der Zeilen von Spalte 02*/	
.tab_logo { width:900px; height:130px; background-color:#ffffff; }
.s02_z02  { background-color: #003d8f; width: 220px; height: 130px; border-bottom: #fff }
.s02_z03    { background-color: #7f9ec7; width: 220px; vertical-align: top }
.s02_z04 { width:220px; height:1px; background-color:#FFFFFF; }
.s02_z05 { width:220px; height:20px; background-color:#7f9ec7; }

/* Formatierung der Zeilen von Spalte 03*/	
.s03_z02 { width:650px; height:130px; background-color:#003d8f; }
.s03_z03 { width:650px; }
.s03_z04 { width:650px; height:1px; background-color:#FFFFFF; }
.s03_z05 { width:650px; height:20px; background-color:#7f9ec7; }

/* Formatierung der Zeilen von Spalte 04*/	
.s04_z01  { background-color: #7f9ec7; width: 50px; height: 130px; border-bottom: 1px solid #fff }
.s04_z02 { width:50px; height:130px; background-color:#003d8f; }
.s04_z03   { background-image: url(../images/s04_z03_dotline.gif); background-repeat: repeat-y; width: 50px; border-top: 1px solid #fff }
.s04_z04 { width:50px; height:1px; background-color:#FFFFFF; }
.s04_z05 { width:50px; height:20px; background-color:#7f9ec7; }

/* Formatierung der Zeilen von Spalte 05*/	
.s05_z01 { width:50px; height:130px; }
.s05_z02  { background-color: #7f9ec7; width: 50px; height: 130px; border-left: 1px solid #fff }
.s05_z03 { width:50px; background-color:#000000; }
.s05_z04 { width:50px; height:1px; background-color:#FFFFFF; }
.s05_z05 { width:50px; height:20px; background-color:#7f9ec7; }

/* Formatierung der Zeilen von Spalte 06*/	
.s06_z01 { width:100%; height:130px; background-color:#ffffff; }
.s06_z02  { background-color: #7f9ec7; width: 100%; height: 130px; border-left: 1px solid #fff }
.s06_z03 { background-color:#000000; }
.s06_z04 { height:1px; background-color:#FFFFFF; }
.s06_z05 { height:20px; background-color:#7f9ec7; }

.text   { color: #000000; font-size: 11px; font-family: verdana; line-height: 18px; text-decoration: none }
