/* CSS für die Indexseite Galerien */

#hauptseite .grosse_box {
  width:790px;
  height:100%;
  margin:0 auto;
}

#hauptseite .gruppe {
  width:380px;
  margin-right:10px;
  float:left;
  border:1px solid #000;
}

#hauptseite ul {
  list-style-type:none;
}

#hauptseite .ueberschrift {
  background:#7D775E;
  padding:5px;
  color:#FFFFFF;
  text-align:center;
  border-bottom:1px solid #000;
}

#hauptseite .litext {
  padding:5px 0 5px 10px;
}