/* CSS für Galerien */

/* Titelzeile */

#hauptseite ul.titel {
  list-style-type:none;
  width:100%;
}

#hauptseite ul li {
  width:33%;
  float:left;
}
                  
#hauptseite .titel1 {
  font-size:16pt;
  color:#000000;
  width:33%;
}

/* Ausgabe der Bilder in einer Tabelle */

#hauptseite table {
  border:none;
  margin:0 auto;
}

#hauptseite td {
  padding:4px;
  width:170px;
  font-size:10pt;
}

#hauptseite .tdneu {
  background-color:#008;
  color:#ffef75;
  padding:0 3px;
  font-size:10pt;
}

