@charset "UTF-8";
/* CSS Document */

/* -- comment box -- */
.comment {
	background-color:#c6c6c6;
	width:450px;
	padding:5px;
}
.comment input {
	margin-bottom:5px;
	border:#999 solid 1px;
	font-size:12px;
}
.comment textarea {
	margin-bottom:5px;
	width:100%;
	font-size:12px;
	border:#999 solid 1px;
}
.comment_box {
	background-color:#c9c9c9;
	width:450px;
	padding:5px;
	border-bottom:thin #e6e6e6 solid;
}
#name {
	color:#9F2D3B;
	font-size:12px;
}
#datum {
	color:#A6A6A6;
	font-size:12px;
}
#comment {
	font-size:12px;
}
h1#comment {
 font-size:16px;
 margin-bottom:5px;
 font-weight:lighter;
 text-transform:uppercase;
}
.activ {
	background-color:#c6c6c6;
	padding: 2px 5px 10px 5px;
}