body    {
        background-color: rgb(255,153,51);
        }
#inhalt1 {
        background: url(logo.gif);
        width: 936px;
        height: 75px;
        margin-right: 15%;
        margin-left: 10%;
        margin-top: 3%;
        font-family: arial, helvetica, sans-serif;
        display: inline-table;
        }
#inhalt2 {
        background-color: #fafab8;
        width: 936px;
        height: 16px;
        display: inline-table;
        margin-right: 15%;
        margin-left: 10%; 
        text-align: right;
        }
#inhalt3 {
        background-color: rgb(255,153,51);
        width: 914px;
        height: auto;
        margin-right: 15%;
        margin-left: 10%;
        border-left: 22px solid rgb(153,0,51);
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: rgb(255,255,255);
        text-align: center;
        display: inline-table;
        }
#inhalt3b {
        background-color: rgb(255,153,51);
        width: 914px;
        height: auto;
        margin-right: 15%;
        margin-left: 10%;
        border-left: 22px solid rgb(153,0,51);
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: rgb(255,255,255);
        text-align: left;
        display: inline-table;
        }
#inhalt4 {
        background-color: rgb(153,0,51);
        border-left: 22px solid rgb(153,0,51);
        width: 914px;
        height: 16px;
        display: inline-table;
        margin-right: 15%;
        margin-left: 10%;
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: white;
        text-align: left;
        }
p      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: black;
        text-align: left;
        }
h1      {
        font-family: arial black, helvetica, sans-serif;
        font-size: 38px;
        font-weight: 900;
        color:rgb(153,0,51);
        padding: 0.5em;
        margin-bottom: -10px;
        }
h3      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: white;
        padding: 1em;
        }
h4      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        color: rgb(255,255,255);
        /* background-color: rgb(0,51,204); */
        }
h5      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: black;
        padding-left: 110px;
        text-align: left;
        }
h5:first-line      {
        font-family: arial, sans;
        font-size: 1em;
        font-weight: 900;
        }
h6      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: rgb(255,255,255);
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        }
a       {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: black;
        text-decoration: none;
        }
a:visited {
          font-family: arial, helvetica, sans-serif;
          font-size: 16px;
          font-weight: 100;
          text-decoration: none;
          color: black;
          background-color: none;
          }
a:hover, a:active {
         font-family: arial, helvetica, sans-serif;
         font-size: 16px;
         text-decoration: none;
         color: red;
         background-color: rgb(255,153,51);
        }
dl      {
        float: left;
        padding: 0.5em 0 0.5em 2em;
        height: auto;
        }
dt      {
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: rgb(255,255,255);
        text-align: right;
        }
img     {
        border: none;
        }
fieldset     {
        border: none;
        }
form  {
      text-align: center;
      }
fieldset  {
          border: 1px solid black;
          width: 350px;
          float: right;
          }
.field  {
        background-color: rgb(153,0,0);
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: white;
        padding: 0.5em;
        }
.button {
        background-color: rgb(153,0,0);
        font-family: arial, helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        color: white;
        padding: 0.5em;
        }
.cleaner  {clear: both; height: 0px; visibility: hidden;}
.red    {
        color: red;
        }



