/************************************************************/
/*** Gaestebuch ***/
/* Eingabe */
#name,
#email,
#kommentar {
  width: 450px;
}
#captcha {
	width: 100px;
	float: left;
	margin-top: 20px;
}
form#addcomment {
	width: 500px;
	margin: 0 auto;
}
label {
	margin-top: 10px;
}
#captchaimg {
	float: left;
	margin-right: 20px;
}
/* Anzeige */
.eintragen {
	width: 170px;
	margin: 5px auto;
}
.eintragen button {
	float: none;
}
.fehler { /*loeschen*/
  color: red;
  font-weight: bold;
}
p {
	margin-top: 0;
}
p img {
	vertical-align: text-bottom;
	display: inline;
	margin: 0;
}
.seiten {
	width: 700px;
	margin: 10px auto;
}
.autorblock {
	width: 680px;
	margin: 0 auto;
	padding: 5px 10px;
	border-bottom: 2px dotted #008000;
	border-left: 2px dotted #008000;
	background-color: #F1F1F1;
}
.autor {
  width: 200px;
	font-weight: bold;
}
.datum {
	font-size: 10px;
	float: right;
}
.kommentarblock {
	width: 650px;
	margin:0 auto 20px;
	padding: 5px 10px 5px 40px;
	border-right: 2px dotted #008000;
}
.kommentar_admin {
	color: green;
}
/************************************************************/
