#gaestebuch #content {
  min-height: 300px;
  padding-top: 18px;
}

/*SMILEY-POPUP*/

#gaestebuch_smileys {
  background: #EA68A0;
  padding: 10px;
  text-align: left;
}

#gaestebuch_smileys div {
  margin: 0;
  padding: 0;
  background: none;
}

#gaestebuch_smileys p {
  font-size: 0.85em;
  line-height: 1.2;
}

#gaestebuch_smileys ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#gaestebuch_smileys ul li {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  font-size: 1.15em;
  border-bottom: 1px solid #E97AAA;
}

#gaestebuch_smileys ul li img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

/*SEITENZAHLEN*/

#gaestebuch #content_wrapper #content ul {
  margin: 0 0 0 160px;
  padding: 5px 0;
  list-style-type: none;
  height: 40px;
  width: 360px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

#gaestebuch #content_wrapper #content ul #gaestebuch_seite_zurueck,
#gaestebuch #content_wrapper #content ul #gaestebuch_seite_vor {
  font-family: Arial, sans-serif;
}

#gaestebuch #content_wrapper #content ul#seiten_unten {
  background-image: url("/images_layout/seitenliste_unten_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
}

#gaestebuch #content_wrapper #content ul li {
  margin: 0 0.3em 0 0;
  padding: 0;
  float: left;
  display: inline;
  min-width: 0.9em;
}

#gaestebuch #content_wrapper #content ul li a {
  color: #F8D0E1;
  text-decoration: none;
  display: block;
  width: 100%;
  background: none;
}

#gaestebuch #content_wrapper #content ul li a:hover {
 color: #FFF;
}

/*EINGABEFORMULAR*/

#gaestebuch #schreiben {
  float: right;
  clear: both;
  margin: 1 15px 20px 0; /* edited by johannes 17.12.2011, war mal margin: 1 15px 20px 0 */
  padding: 0;
  width: 154px;
  height: 44px;
  display: block;
  background-image: url("/images_layout/gaestebuch_schreiben.png");
  background-position: center;
  background-repeat: no-repeat;
}

#gaestebuch_formular {
  clear: both;
  width: 100%;
  padding: 0;
}

#gaestebuch_formular form {
  margin: 0 10px 0 190px;
  padding: 0;
  clear: both;
}

#gaestebuch_formular form br {
  display: none;
}

#gaestebuch_formular form p br {
  display: block;
}

#gaestebuch #gaestebuch_formular form p {
  margin-left: 10px;
}

#gaestebuch #gaestebuch_formular form p strong,
#gaestebuch #gaestebuch_formular form p strong a {
  color: #FFF687;
}

#gaestebuch #gaestebuch_formular form p strong a:hover {
  color: #FFF;
}

#gaestebuch_formular form div {
  float: left;
  display: inline;
  width: 155px;
  overflow: hidden;
  margin: 0 0 10px 10px;
}

#gaestebuch_formular form div input, #gaestebuch_formular form textarea {
  font-size: 1.15em;
  margin: 0 0 12px 0;
  padding: 2px 5px 2px 5px;
}

#gaestebuch_formular form label {
  font-style: italic;
  color: #F4CDDE;
  margin: 0 0 0 10px;
  padding: 0 0 5px 0;
  border: none;
  display: block;
}

#gaestebuch_formular form div label {
  margin: 0;
}

#gaestebuch_formular form textarea {
  width: 475px;
  margin-left: 10px;
  clear: both;
  float: left;
}

#gaestebuch_formular form div input {
  width: 145px;
}

#gaestebuch_formular form #gaestebuch_eintragen {
  display: block;
  clear: both;
  margin-left: 8px;
}

/*EINTRÄGE*/

#gaestebuch dl {
  margin: 30px 20px 0 40px;
  padding: 0;
}

#gaestebuch #content dt, #gaestebuch #content dd.date {
  float: left;
  clear: both;
  color: #F4AECD;
}

#gaestebuch #content dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.38em;
}

#gaestebuch #content dt.gravatar {
  width: 100px;
  height: 100px;
  background-image: url("/images_layout/gaestebuch_gravatar_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}

#gaestebuch #content dt.gravatar img {
  margin: 10px;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

#gaestebuch #content dt.name {
  width: 110px;
  margin: 7px 0 0 0;
  padding: 0 0 0 5px;
}

#gaestebuch #content dt.name a {
 color: #F4AECD;
 background: none;
}

#gaestebuch #content dt.name a:hover {
 color: #FFF;
}

#gaestebuch #content dd.date {
  margin: 0.4em 0 0 0;
  padding: 0 0 0 7px;
  font-style: italic;
  width: 110px;
  font-size: 0.85em;
}

#gaestebuch #content dd {
  margin: 0 0 3em 160px;
  padding: 0;
}

#gaestebuch #content dl dd.neu {
  background-image: url("/images_layout/gaestebuch_neuer_eintrag.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 30px;
  min-height: 50px;
}
