/* CSS für Links */

/* Container für Links */

#auswahl {
  width:50%;
  margin:0 auto;
  padding:3px;
}

#auswahl input {
  font-family:Arial, sans-serif;
  font-size:11pt;
}

/* Listen */

#hauptseite .rahmen {
  width:700px;
  margin:0 auto;
  background-color:#8F96A9;
}

#hauptseite .p1 {
  padding:0.5em 0;
  width:100%;
  text-align:center;
  background-color:#202E53;
  font-family:Arial, sans-serif;
  font-size:12pt;
  font-weight:bold;
  color:#EDEEE8;
}

#hauptseite table {
  width:698px;
  border:1px solid #000;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite td {
  border:1px solid #000;
  padding:2px;
}

#hauptseite .td10 {
  width:10%;
}

#hauptseite .td15 {
  width:15%;
}

#hauptseite .td90 {
  width:90%;
}

#hauptseite .gelb2 {
  color:#FFEF75;
}


