/* CSS Document */
body      {
          background: #C0C0C0;
          text-align: center;
          }
#inhalt   {
          position: relative;
          width: 1000px;
          height: 590px;
          margin: auto;
          background: white;
          top: 2em;
          border: 0px solid white;
          }
*html #inhalt {
              margin-left: 0;
              }
#logo     {
          position: absolute;
          width: 700px;
          height: 250px;
          background: white;
          margin-right: 300px;
          }
*html #logo    {
               margin-left: -500px;
               }
#rechts    {
          position: absolute;
          width: 300px;
          height: 590px;
          background: white;
          margin-left: 700px;
          }
*html #rechts   {
               margin-left: 200px;
               }
#info    {
          position: absolute;
          width: 700px;
          height: 350px;
          background: white;
          margin-top: 200px;
          margin-right: 300px;
          }
*html #info   {
               margin-left: -500px;
               }
#bott     {
          position: relative;
          width: 1000px;
          height: 28px;
          margin: auto;
          background: white;
          background: url(bott.gif);
          color: red;
          text-align: left;
          font-size: 0.9em;
          padding-top: 0.5em;
          }
*html #bott   {
               height: 32px;
               }
p         {
          font-family: arial, sans;
          font-size: 0.9em;
          }
h1        {
          font-family: arial, sans;
          font-size: 1.6em;
          font-weight: 900;
          }
h4         {
          font-family: arial, sans;
          font-size: 0.9em;
          text-align: left;
          font-weight: 100;
          padding-left: 1em;
          padding-right: 1em;
          }
h5         {
          font-family: arial, sans;
          font-size: 0.9em;
          font-weight: 100;
          padding: 1em;
          }
h6         {
          font-family: arial, sans;
          font-size: 0.9em;
          font-weight: 100;
          color: red;
          text-align: left;
          padding-left: 1em;
          }
img       {
          border: none;
          }
*html .img {
          margin-top: 2em;
          }
*html .hone {
          margin-top: 1em;
          }
a         {
          font-family: arial, sans;
          font-size: 1em;
          font-weight: 100;
          text-decoration: none;
          color: white;
          }
a:visited {
          font-family: arial, sans;
          font-size: 1em;
          font-weight: 100;
          text-decoration: none;
          color: white;
          }
a:hover   {
          color: red;
          font-size: 1em;
          font-weight: 100;
          background-color: darkblue;
          }
.field   {
         background-color: darkblue;
         height: 160px;
         width: 270px;
         color: white;
         font-family: arial, sans;
         font-size: 1em; 
         font-weight: 200;
         padding: 1em 1em 1em 1em;
         border: 1px solid red;                                            
         }
.field2   {
         background-color: darkblue;
         height: 35px;
         width: 270px;
         color: white;
         font-family: arial, sans;
         font-size: 1em; 
         font-weight: 200;
         padding: 0.5em 0.5em 0.5em 0.5em;
         border: 1px solid red;
         }
.button   {
          height: 35px;
          width: 270px;
          font-family: arial, sans;
          font-size: 1em;
          font-weight; 100;
          line-height: 1.3em;
          color: white;
          background-color: red;
          border-top: solid 1px darkblue;
          border-left: solid 1px darkblue;
          border-right: 1px solid darkblue;
          border-bottom: 1px solid darkblue;
          }
.red      {
          color: darkblue;
          }
.inside   {
          font-size: 1em;
          color: red;
          }
a.inside {
          color: red;
          font-size: 1em;
          font-weight: 100;
          }
a:visited.inside {
          color: red;
          font-size: 1em;
          font-weight: 100;
          }
a:hover.inside   {
          color: white;
          font-size: 1em;
          font-weight: 100;
          background-color: darkblue;
          }