.forumHeadline{
	background-color: #CCCCCC;
	text-align: center;
	color: #333333;
	padding: 2px;
	font-weight: bold;
}

.forumCat{
	text-align: center;
}

.forumPostHeadline{
	width: 280px;
}

.forumPost{
	text-align: center;
}

.postAuthor{
	width: 80px;	
	padding: 5px;
}

.postAuthorHeadline{
	color: #395a90;
}

.postAnswerHeadline{
	width: 280px;
	border-bottom: dotted 1px #000000;
	font-weight: bold;
	padding-top: 5px;
}

.postAnswerButton{
	text-align: right;
	border-bottom: dotted 1px #000000;
}

table.postTablePost{
	border-left: dotted 1px #000000;
	padding-left: 10px;
	width: 350px;
}

table.postTable{
	border-bottom: dotted 1px #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}

.postInputText{
	border: 1px solid #c5c5c5;
	width: 200px;
}

.postInputTextarea{
	border: 1px solid #c5c5c5;
	width: 200px;
}

