/*
2004-01-25 erstellt = copyright = urheberrecht Gerhard Kozuschek
2004-10-26 version
*/
table {
    border-width:0px; border-style:none; border-spacing:0px;
    border-collapse:collapse;
}
table.menue {
    font-family:sans-serif; font-size:12pt;
    padding:0px; margin:30px;
}
table.menue td { padding:0px; margin:0px; }
table.menue tr.kopf td { height:26pt; }
table.menue tr.eintrag td { height:26pt; }
table.menue tr.leer td { height:10pt; font-size:6pt; }
table.menue td.deko { width:26pt; }
table.menue td.dekounten { width:26pt; }
table.menue td.deko img { width:26pt; height:26pt; }
table.menue tr.kopf td.deko {
    background-color:rgb(0%,0%,100%);
    text-align:left; vertical-align:top;
}
table.menue tr.kopf td.inhalt {
    background-color:rgb(0%,0%,100%);
    font-weight:bold;
}
table.menue tr.eintrag td.deko {
    background-color:rgb(0%,100%,100%);
    text-align:left; vertical-align:bottom;
}
table.menue tr.eintrag td.inhalt { background-color:rgb(0%,100%,0%); }
table.menue tr.leer td.deko { background-color:rgb(0%,100%,100%); }
table.menue td.inhalt { padding-left:5pt; padding-right:20pt; }
table.menue a:link {    color:rgb(  0%,  0%,  0%); background-color:rgb(0%,100%,0%); }
table.menue a:visited { color:rgb(  0%, 30%,  0%); background-color:rgb(0%,100%,0%); }
table.menue a:hover {   color:rgb(100%,100%,100%); background-color:rgb(0%,100%,0%); }
table.menue a:focus {   color:rgb(100%,100%,100%); background-color:rgb(0%,100%,0%); }
table.menue a:active {  color:rgb(100%,100%,  0%); background-color:rgb(0%,100%,0%); }

