* {
    font-family: Arial, Helvetica, Verdana;
}
body {
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 39px 0 20px 0;
    background-color: #184;
    width: 900px;
}

h1#title {
    position: absolute;
    top: 20px;
    color: #ea3;
    font-size: 0.8em;
    padding: 0 0 0 10px;
    margin: 0;
}

ul#menu {
    margin: 0;
    position: absolute;
    padding: 0 20pt 0 20pt;
    background-color: #071;
    border-width: 1px 1px 1px 0;
    border-color: #410;
    border-style: solid;
    list-style-type: none;
}
* html #menu { /* only for IE */
    width: 50%;
    position: fixed;
}
#menu li {
    color: #007;
    padding: 12pt 10pt;
    float: left;
}
#menu a {
    color: #cc3;
    padding: 5pt;
    margin: 0;
    letter-spacing: 1px;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
#menu a:hover {
    color: yellow;
}
#menu a.active {
    font-weight: bold;
}

#content {
    border-width: 0 2px 2px 2px;
    border-color: #410;
    border-style: solid;
    padding: 14px 24px;
    margin: 10% 0% 0% 10%;
    border: 1px solid #410;
    background-color: #fdd;
}
* html #content { /* only for IE */
    margin: 10% 0% 10% 20%;
}
#content p, #content li {
    color: #0E0600;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 10px 16px;
    padding-left: 16px;
    text-align: left;
}
#content li {
    padding-left: .4em;
    list-style-type: none;
}
#content ul {
    list-style-image: url(li.png);
}
#content h1 {
    border-bottom: 1px solid #410;
    color: #582B01;
    font-size: 1.3em;
    margin: 18px 0 12px 0;
    padding-left: 16px;
}
#content h2, #content h3 {
    color: #582B01;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 8px 0 0 16px;
}
#content h3 {
    font-size: .8em;
}
#content a {
    color: #AA2B01;
    text-decoration: none;
}
#content a:hover {
    color: #E00000;
}
table {
    border-collapse: collapse;
}
tr {
    background-color: #fdd;
}
tr:nth-child(odd) {
    background-color: #ecc;
}
table.chrono:first-of-type tr:first-child {
    font-weight: bold;
    font-size: 14pt;
}
td {
    vertical-align: top;
    padding-left: 0.5em;
}
table.termine td:nth-child(1) {
    text-align: left;
    font-weight: bold;
    font-size: 14pt;
}
table.termine td:nth-child(2) {
    text-align: right;
    width: 6.0em;
}
table.termine td:nth-child(3) {
    text-align: left;
    width: 3em;
}
table.hasenpost td:nth-child(1) {
    text-align: right;
}
#footer {
    padding: 4px;
    color: #060;
    font-size: 8pt;
    margin: 0% 30%;
}
#footer a {
    text-decoration: none;
    color: #060;
}
#content a {
    font-weight: bold;
}
span.schaulink {
    font-size: 1.2em;
    font-family: Tahoma, Arial, Helvetica;
}
