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

#hauptseite .gastbuch {
  width:700px;
  border:2px solid #CC9900;
  padding:3px;
  margin:0 auto;
}

#hauptseite .links1 {
  width:405px;
  padding:5px;
  border-right:2px solid #005B2E;
  float:left;
}

#hauptseite .mitte1 {
  margin-left:415px;
  padding-left:5px;
  border-left:2px solid #005B2E;
}

#hauptseite .rechts1 {
  margin-left:415px;
  text-align:right;
  border-left:2px solid #005B2E;
}

#hauptseite .drot {
  color:#880000;
}

#hauptseite table {
  width:60%;
  border:none;
  border-collapse:collapse;
  margin:0 auto;
}

#hauptseite .td20 {
  width:20%;
  padding:2px;
}

#hauptseite .td80 {
  width:80%;
  padding:2px;
}
