/* nur zur schöneren Darstellung der Testseiten,
ist selbst kein Bestandteil der Tests */
* {
 font-family: Verdana, Arial, Helvetica;
}
p, td, th, li, dd, dt, div {
 font-size: 10pt;
}
h1 {
 font-size: 150%;
}
h2 {
 font-size: 130%;
}
h3 {
 font-size: 110%;
}
a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
table {
 border-spacing: 0;
 border-collapse: collapse;
 empty-cells: show;
}
td {
 vertical-align: top;
 border: 1px solid black;
 padding: 1pt;
}
.sichtbar {
 display: block;
}
.unsichtbar {
 display: none;
}
.h {
 background-color: yellow;
}
