/* Styles fuer die Auswahlleiste */
/* Fuer 5 Menue Eintraege muss width 170px sein; fuer 6 Eintrage 145px  */

div.auswahlrow1 {position:absolute; top:80px; left:2px; width:900px; height:20px; vertical-align:middle; background-color:#fdfdfd;}   
div.auswahlrow2 {position:absolute; top:100px; left:2px; width:900px; height:20px; vertical-align:middle; background-color:#fdfdfd; }
                   
table.auswahl {height:20px; vertical-align:top; width:900px; table-layout:fixed; background-color:#fdfdfd;}
td.row1 {background-color:#fdfdfd; font-family:arial; font-size:8pt; font-weight:bold; color:black; text-align:center; vertical-align:middle; width:170px;}
td.row2 {background-color:#fdfdfd; font-family:arial; font-size:8pt; font-weight:bold; color:black; text-align:center; vertical-align:middle; width:170px;}
td.rowbu {background-color:#fdfdfd; font-family:arial; font-size:8pt; font-weight:bold; color:black; text-align:center; vertical-align:middle; width:145px;}
a.auswahlschwarz {font-family:arial; font-size:8pt; font-weight:600; color:black; text-align:center; text-decoration:none;}
a.auswahlschwarz:hover {font-family:arial; font-size:8pt; font-weight:bold; color:black; text-align:center; background-color:white; text-decoration:underline;}    


