@charset "utf-8";
/* CSS Document */
body {
	background-color: #333332;
}
#header {
	position:absolute;
	left:179px;
	top:235px;
	width:487px;
	height:23px;
	z-index:3;
}
#header h2 {
	font-size: 11px;
	color:#b1b3b4;
	float:left;
	margin:0;
}
#header p {
	margin:0;
}
#content_text {
	position:absolute;
	left:179px;
	top:269px;
	width:493px;
	height:294px;
	z-index:2;
	overflow: auto;
	padding: 0 20px 0 0;
}
#content_text, #content_text h3, #header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
/* ------------------------------------------------- Gästebuch Übersicht */
#comment {
	border-top:1px dashed #666;
	position:relative;
	padding: 15px 0;
	margin-bottom:20px;
}
#comment p {
	margin:0;
}
#comment .gbheader {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	width:100%;
}
#comment .gbname {
	color:#FFF;
	font-weight:bold;
	float:left;
}
#comment .gbdate {
	float:right;
}
#header .eintragennav {
	float:left;
	font-weight:normal;
	color:#b1b3b4;
	margin-left:10px;
	padding-left:10px;
	border-left:1px dotted #999;
}
#header .eintragennav a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}
#header .eintragennav a:hover {
	color:#e2001a;
}
/* ------------------------------------------------- Gästebuch Eintragen */
#formbody {
	width:640px;
}
body#gbadd #content_text {
	overflow:hidden;
	width:645px;
}
body#gbadd #content_text table {
	width:640px;
	position:relative;
}
body#gbadd #content_text tr {
	height:35px;
}
body#gbadd #content_text th {
	width:100px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#b1b3b4;
	font-weight:normal;
}
body#gbadd input, body#gbadd textarea {
	background-color:#CCC;
	border:none;
	color:#333;
	width:280px;
	font-size:0.7em;
	font-family:Verdana, Geneva, sans-serif;
}
body#gbadd input {
	height:25px;
}
body#gbadd textarea {
	resize:none;
}
body#gbadd input.text {
	border:#A08183 2px solid;
}
body#gbadd label.error {
	color:#A08183;
	margin-left:10px;
	vertical-align: top;
	font-size:0.7em;
}
