body{

        background-color: #92844F;
   color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
margin:0px;
padding:0px;
 overflow:auto;
  scrollbar-face-color:#92844F;
  text-align:left;
}

#header{
        height:40px; text-align:left;  padding-left:20px;
}
#inhalt{
width:650px;
margin-left:20px;
padding-left:20px;
border:1px solid black;
padding-right:20px;
background-position:-400px;
}
#footer{
        height:40px; text-align:left; padding-left:20px;
}
p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
}
a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        text-decoration: none;
        font-weight: bold;

}
a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        font-weight: bold;
        text-decoration:underline;

}
h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        color: white;
        margin-bottom:2px;
}
h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: white;
}
.pweiss {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
}
.h1weiss {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        color: white;
}
h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: white;
}
image {
        border: none;
}
table{
        width: 100%;
        border:1px dotted black;
        border-collapse:collapse;
}
td{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;

   color: white;
        padding: 3px;
        border-bottom:1px dotted black;
        }
        hr{
                border: 1px dotted black;
height: 0px;
        }