.TraminoCommentBox {
	font-size:11px;
	position:relative;
	padding:8px 0;
	margin: 0px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}

.TraminoCommentBox .TraminoCommentBox {
	border-bottom:0px solid #ddd;
	border-top:1px solid #ddd;
}

.TraminoCommentBox .error {
	padding: 2px 4px;
	background:#900;
	color:#fff;
	margin: 0 0 5px 60px
}

.TraminoCommentBox .userbild {
	margin-top: 10px;
}

.TraminoCommentBox .userbild img {
	border: 0px;
}

.TraminoCommentBox .TraminoCommentBox .userbild img {
	width:30px;
	height:30px;
}

.TraminoCommentBox form {
	padding:0px;
	margin:0px;
}

.TraminoCommentBox.CommentForm{
	background:#eee;
}

.TraminoCommentPoster {
	position:absolute;
	top:0px;
	left:0px;
}

.CommentForm .TraminoCommentPoster {
	cursor:pointer;
}

.TraminoCommentPoster.mittyp {
	top:32px;
}

.TraminoCommentForm, .TraminoCommentContent, .TraminoCommentInfo {
	position:relative;
	padding:0px;
	margin: 0 0 0 60px;
}

.TraminoCommentBox .TraminoCommentBox .TraminoCommentForm,
.TraminoCommentBox .TraminoCommentBox .TraminoCommentContent,
.TraminoCommentBox .TraminoCommentBox .TraminoCommentInfo {
	margin: 0 0 0 40px;
}

.TraminoCommentForm, .TraminoCommentInfo {
	color: #aaa;
}

.TraminoCommentContent {
	font-size:13px;
	padding-bottom:6px;
	color:#000;
}

.TraminoCommentBox label{
	font-weight:bold;
}
ul.TraminoComment {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	width:auto;
	white-space: nowrap;
	font-size:11px;
	clear:left;
}

ul.TraminoComment li, .TraminoCommentBox a.buttoncomment {
	float:left;
	color:#aaa;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}
ul.TraminoComment li {
	padding: 6px 16px 6px 0;
}
ul.TraminoComment li:hover, .TraminoCommentBox a.buttoncomment:hover {
	text-decoration:underline;
}
ul.TraminoComment li.active {
	color:#000;
}
.TraminoCommentBox .TraminoCommentForm textarea{
	border:1px solid #aaa;
	margin: 0 6px 6px 0;
	background: #fff;
	color:#000;
	float:left;
	width:340px;
}

.TraminoCommentBox input[type=submit]{
	float:left;
	display:block;
	padding:3px 4px;
	background:#999;
	border: 1px solid #999;
	color:#eee;
	margin:0px 0px 0px 6px;
	font-size:12px;
}
.TraminoCommentBox input[type=submit]:hover{
	background:#666;
	border:1px solid #666;
	cursor:pointer;
}
