<!--
body {
     background-color:white;
     }
#seite {
  position: relative;
  float: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 905px;
  min-height: 700px;
  max-height: 700px;
  -webkit-box-shadow: 10px 10px 50px grey;
  -moz-box-shadow: 10px 10px 50px grey;
  -o-box-shadow: 10px 10px 50px grey;
  box-shadow: 10px 10px 50px grey;
}

#links{
  float:center;
  background-color:red;
  min-height:30px;
  font-weight:bold;
  font-size:22px;
}

#links ul{
list-style:none;
}

#links li{
  display:inline;  /*  ERSATZ FÜR: float:left; */
  margin-left:15px;
  width:90px;
  background-color:red;
  margin-top:10px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:8px;
  padding-right:8px;
}

#links a:link    { color:white; text-decoration:none; }
#links a:visited { color:white; text-decoration:none; }
#links a:focus   { color:white; text-decoration:none; }
#links a:hover   { color:white; text-decoration:underline; }
#links a:active  { color:white; text-decoration:none; }

#inhalt {
margin:auto;
text-align:justify;
font-size:16px;
width:90%;
height:450px;
overflow:auto;
}

#rechts {
    float:right;
    width: 300px;
    border:none;
    margin-left:20px;
}

#teil{
font-size:16;
font-style:bold;
 -->