body
{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       height: 100%;
       margin: 0px;
       padding: 0px;
       background: #F8DDAA;
       text-align: center;
}

p
{
        font-size: 12px;
        color: #421925;
        text-align: left;
        line-height: 16px;
        margin: 0px;
        margin-bottom: 5px;
}

h1
{
        font-size: 15px;
        line-height: 18px;
        color: #421925;
        font-weight: bold;
        margin: 0px;
        margin-bottom: 10px;
}

h2
{
        font-size: 12px;
        line-height: 16px;
        color: #421925;
        font-weight: bold;
        margin: 0px;
        margin-bottom: 4px;
}

h3
{
        font-size: 12px;
        font-weight: normal;
        color: #FF3300;
        line-height: 16pt;
        margin: 0px;
        margin-bottom: 2px;
}

h4
{
        font-size: 12px;
        line-height: 24px;
        color: #8D5050;
        font-weight: bold;
        margin: 10px;
}

h5
{
        font-size: 12px;
        color:  #FFFFFF;
        font-weight: normal;
        padding: 5px;
        text-align: center;
        line-height: 14px;
        margin: 0px;
}

h6
{
        font-size: 12px;
        color: #421925;
        line-height: 16px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: normal;
        text-align: right;
}

li
{
        font-size: 12px;
        color: #333333;
        line-height: 15px;
        list-style-type: square;
}

ul
{       margin: 0px;
        padding-left: 185px;
        margin-bottom: 5px;
}

a {
        margin: 0px;
}
a:link, a:visited {
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
        color: #421925;
}
a:hover, a:active {
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
        color: #BB0033;
}

a.navi:link, a.navi:visited {
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        margin: 0px 5px;
        text-decoration: none;
        color: #421925;
}
a.navi:hover, a.navi:active, a.aktiv:link, a.aktiv:visited {
        font-size: 12px;
        font-weight: normal;
        line-height: 17px;
        margin: 0px 5px;
        text-decoration: none;
        color: #BB0033;
}

a.weiss:hover, a.weiss:active, a.weiss:link, a.weiss:visited {
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 0px 5px;
        text-decoration: none;
        color: #FFFFFF;
}

img {border: none;}

.bild {
        float: left;
        margin: 0px 1px 0px 0px;
        border: 1px solid #DCD7D3;
}

.bild:hover {border: 1px solid #8D1016;}

td {
        padding: 0px 3px;
        margin: 0px;
}

.dran {
      color: #8D1016;
      background-color: #FFEEDD;
      border: 1px solid #8D1016;
      padding: 8px;
}
.drag {
      border: 1px solid #EEDDCC;
      padding: 8px;
}