  /*+++++++++++++++Allgemeine Formatierungen ++++++++++++++++++++++++++++++++++ */
html {
    width: auto;
}

a.button{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: -17px;
  color:#000000;
  background:#66cc00;
  text-align:center;
  display:block;
  width:180px;
  border: 3px solid black;
  padding:3px;
  text-decoration:none;
  font:normal 12px "Verdana"; "arial"; "sans-serif";

}

a.button:hover{
  color:94452b;
  background-color: #66ff66;
}

.home {font-size:13px; font-family:"arial"; color=#94452b}
.aktuelles{text-indent:40px}

.shadow {
    -webkit-box-shadow: 0px 0px 50px #000;
    -moz-box-shadow: 0px 0px 50px #000;
    box-shadow: 0px 0px 50px #000;
}

  /*************** Auswahlliste **************/
  #ausahlliste {
      font-size: 10px;
  }
  nav {
      text-align: center;
  }

  p:target {
      background:#ffff66;
  }

 tr:nth-child(2n+1) {
     background:#66ff66;
}

td {
    width: auto;
}

td:first-child {
    font-weight: bold;
}


table {
    width: 119%;
}
/************************* Link-Gestaltung ***********************/
