/* CSS Document */

body
{
  margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif;
  background: white;
  text-align: center;
}

#page
{
  margin-left: auto;
  margin-right: auto;
   width: 770px;
background: url('../img/bg.gif') repeat-y ;

text-align: left;
}

table
{
font: 12px Arial, sans-serif;
}

a 
{
  text-decoration: none;
  color: #0000FE;
  
}

a:hover
{
  text-decoration: underline;
  color: red;
}

h1
{
font: 16px Arial, sans-serif;
  font-weight: bold;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}

h2
{
  font: 14px Arial, sans-serif;
  font-weight: bold;
  color: black;
  padding-top: 30px;
}


img
{
  border:none;
}
#menue1
{
  margin-left: 157px;
  width: 603px;
  background: #ACB7C1;
  font: 10px Arial, sans-serif;
  padding: 5px;
  }
  
  #menue1 a
{
  text-decoration: none;
  padding-right: 5px;
  color: black;
 }
  #menue1 a:hover
{
  background: #DCE1E5;
}

.seite
  {
  position: absolute;
  top: 0px;
  left: 415px;
  width: 200px;
  font: 14px Arial, sans-serif inherit;
  text-align: center;
}


.ut
{
  font: 10px Arial, sans-serif inherit;

}

#menue
{
  position: relative;
  top: 20px;
  left: 0px;
  width: 156px;

  font: 14px Arial, sans-serif inherit;
}

  #menue a
{
  background: url('../img/bg-menue.gif') no-repeat;
  display: block;
  padding-left: 25px;
  margin-bottom: 5px; 
  width: 156px;
  height: 20px;
  text-decoration: none;
  color: black;
}

  #menue a:hover
  {
    background: url('../img/bg-menue-aktiv.gif') no-repeat;
  }
  
#content
{
  position: relative;
  margin-left: 156px;
  margin-top: -50px;
  padding: 0 8 50 8px;
  width: 400px;
  border: 1 px solid black;
  line-height: 175%;
}
  .underline
  {
    text-decoration: underline;
  }
  
  #footer
  {
    width: 770px;
    height: 20px;
    color: white;
    background: #0000FE;
    text-align: center;
  }
  
.fehler
{
  padding: 20px;
  border: 1px solid red;
  font-size: 14px;
  font-weight: bold;
}
