table.forum {
	width: 100%;
	border-collapse: collapse;
}

table.forum th {
	color: black;
	padding: 4px;
	background-color: #D3CDB3;
	border-bottom: 2px solid #005496;
	border-left: 1px solid #D3CDB3;
}


table.forum td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #C8CCD0;
}

table.forum tr.t_original {
	background-color: #EEECDF;
}

table.forum tr.t_original td {
	border-bottom: 5px solid #D3CDB3;
}

table.forum tr.t_antworten {
	background-color: #EEECDF;
}

table.forum tr.t_antworten td {
	border-bottom: 2px solid #D3CDB3;
	font-size: 11px;
}


table.forum tr.forum_comments_light {
	background-color: #EEECDF;
}

table.forum tr.forum_comments_dark {
}

table.forum td div.t_autor_name{
	font-weight: bold;
	color: #303142;
}

table.forum td div.t_autor_mail{
	font-size: 11px;
	color: #303142;
}

table.forum td div.t_headline{
	font-size: 14px;
	font-weight: bold;
	color: #303142;
}

table.forum td div.t_datum{
	font-size: 11px;
}

table.forum td div.t_line{
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #EDEAD9;
}


table.forum th {
	font-size: 12px;
	text-align: left;
}

div.forum_search {
	background-color: #B3CFE6;
	margin-top: 20px;
	padding: 2px;
	font-size: 11px;	
}

div.forum_search input {
	font-size: 11px;	
}


div.writelink {
	padding: 4px;
	background-color: #EDEAD9;
	font-weight: bold;
	margin-bottom: 2px;
}

table.forum table.captcha td {
	border: 0;
}

div.w_warning {
	font-weight: bold;
	color: red;
}

table.forum input {
	font-size: 13px;
}

table.forum input.submitter {
	font-size: 13px;
}

div.t_decide {
	padding-left: 5px;
	margin-top: 3px;
}