p, table, th, td { font-size: 16pt; }
table { border-spacing: 0px; border-collapse: collapse; empty-cells: show; }
th, td { border-top-width: 2px; border-top-style: solid; border-top-color: #808080;
         border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #808080;
         border-left-width: 2px; border-left-style: solid; border-left-color: #808080;
         border-right-width: 2px; border-right-style: solid; border-right-color: #808080;
         margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
         padding-top: 0.3em; padding-bottom: 0.3em; padding-left: 0.3em; padding-right: 0.3em; }
.radio { text-align: center; }
.radio-head { text-align: center; background-color: #E0E0E0; width: 2.5em; }
/* "border-xxx-width: 0px;" reicht bei Konqueror nicht aus. */
.frage-head { border-top-style: none; border-top-width: 0px; border-left-style: none; border-left-width: 0px; }
.hide, .hide-head { display: none; }
.hide-head, .show-head { border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; }
.show-richtig { color: #20FF20; }
.show-falsch { color: #FF2020; }
.show-keine-Anwort { color: #F1AB59; }
#ueberpruefenParagraph { margin-top: 2.5em; }
@media print {
    #ausgabeString { margin-top: 2.5em; }
}
