body {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: small;
    color:black;
    background-color:#E0FFFF;
}
p {
    border: 1px solid gray;
}


dt {
    color: red;
}

h1, h2 {
    color: blue;
    background-color:inherit;
    border-width: 1px;
}

h1 {
    border-bottom: 1px solid black;
}
/* Allgemeine Tabelleneinstellungen */
table {
    margin-left: 0px;
    margin-right: 0px;
    border: thin solid black;
    caption-side: bottom;
    border-collapse:collapse;
}
th, td {
    border: thin dotted gray;
    padding: 2px;
    vertical-align: top;
}

.OuterClause {
    border-color: black;
    color: #8b0000;
}
.verbnummer a:link {
    color: red;
}
.InnerClause {
    /* border-color:blue;
    border-width:1px;
    border-style: dotted; */
}
.verbnummer {
    color: red;
    font-size: x-small;
}
.s {
    border-color: black;
    border-width: 1px;
    background-color: #a7cece;
    padding: 10px;
    margin: 10px;
}

.q {
   border-color: black;
   border-width: 1px;
   color:blue;
   background-color: #a7cece;
   padding: 10px;
   margin: 10px;
}
    
a:link {
    color: black;
    text-decoration: none;
/* border-bottom: thin dotted #b76666; */
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    color: yellow;
}
