/*    Anton Gremaud CSS    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#FFFFFF;
    background-color: #000000;
}

titel {
    font-size: 19px;
    color: white;
    font-weight: bold;
    text-align: center;
}

trennzeichen {
    font-size: 13px;
    color: white;
    text-align: center;
}

schrifttabelleoben {
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
}

schriftfooter {
    font-size: 13px;
    color: white;
    text-align: center;
}

p {
    padding: 10px;
    text-align: justify;
    color: #FFFFFF;
}

table,td,th {
    width: 1000px;
    border: 2px solid black;
    margin-left: auto;
    margin-right: auto;
}

th {
    background-color: #777777;
}

.hg0 td {
    background-color: #000000;
}

schriftfettl {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

schriftfettc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

schriftfettr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.centervi {
    margin-left: 48px;
    margin-right: auto;
}

#grid {
display: table;
width: 100%
}

figure {
display: table-cell;
padding: 0 4px;
margin: 0 auto;
text-align: center;
vertical-align: middle;
}

A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: yellow;}

#wrapper {
    width: 100%;
    min-width: 800px;
    max-width: 2800px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 250px;
    width: 100%;
    background-image: url(WSHFHG.jpg);
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #DDDDDD;
    width: 100%;
}

#footer {
    height: 250px;
    width: 100%;
    background-image: url(WSHFHG.jpg);
    clear: both;
}