body{
    text-align:center;
    background-color:#000;
}

a{
  text-decoration:none;
  color:#000;
  border-bottom:1px dotted #000;
}
a:hover{
  border-bottom-style:solid;
}

div.rahmen {
    background-color:#fff;
    border-style:transparent;
    font-family:verdana,helvetica,sans-serif;
    text-align:left;
    color:#114411;
    font-size:10px;
    width:704px;
    height:537px;
    overflow:hidden;
    margin:2% auto;
}

#zurueck{
  font-weight:bold;
}

#inhalt_1{
  padding:60px 30px;
  text-align:center;
}

#inhalt_1 a{
  border:none;
}
#inhalt_1 a img{
  border:none;
}
#inhalt_1 p{
  text-align:justify;
  margin:5px;
  clear:both;
  padding:5px;
}

#inhalt_2{
  background-color:#000;
  color:#fff;
  height:20px;
  margin: 0px 41px;
  text-align:right;
  padding: 4px 15px 0px;
  letter-spacing: 1px;
}

#linkliste{
  text-align:center;
  list-style-type:none;
  margin-bottom:20px;
}
#linkliste li{
  float:left;
}

#linkliste li a{
  float:left;
  width:100px;
  background-color:#eee;
  padding:4px;
  border:1px solid #000;
  border-top-width:9px;
  margin:1px;
  height:25px;
}
#linkliste li a:hover{
  border-top-color:#800;
  color:#800;
}


/*kleine Klassen*/
.anmerkung{
  color:#333;
  font-style: italic;
}
