/* CSS für das Gästebuch */

#eingabe {
  width:50%;
  background-color:#FFF;
  border:2px solid #000000;
  padding:13px;
  margin:0 auto;
}

#hauptseite .gaestebuch {
  width:90%;
  background-color:#FFF;
  border:2px solid #000000;
  padding:3px;
  margin:0 auto;
}

#hauptseite .gaestebuch table {
  width:100%;
  border-collapse:collapse;
  border:none;
}

#hauptseite .gaestebuch td {
  width:33%;
  padding:4px;
}

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

#hauptseite li {
  padding:3px;
}


