/* (Zusätzliche) Stylesheet-Angaben für das Forum */

#forum_wrapper {
	position:relative;
	width:100%;
}

#forum_header {
	margin-bottom:20px;
	text-align:right;
}

#forum_header a:link, #forum_header a:visited, #forum_header a:hover {
	color:#787878;
	text-decoration:none;
}
#forum_header a.forum_pn_announce_new:link, #forum_header a.forum_pn_announce_new:visited, #forum_header a.forum_pn_announce_new:hover {
	font-weight:bold;
	text-decoration:underline;
}

/* Kategorie-Liste */
table.forum_cat_table {
	border: 1px solid #CBD7E3;
}
div.forum_cat_wrapper {
	background-color:#CBD7E3;
	border: 1px solid #F4F8FB;
	margin:0px 0px 18px 0px;
}
div.forum_cat_headline {
	color:#787878;
	font-size: 12px;
	font-weight:bold;
	padding:5px 10px 5px 15px;
}

th.forum_th, th.forum_th_center {
	background-color:#FFFFFF;
	border:none;
	color:#BBBBCC;
	font-size:11px;
	font-weight:bold;
	padding:0px 10px 0px 5px;
}
th.forum_th_center {
	text-align:center;
	padding:0px 10px 0px 5px;
}

td.forum_cat_pic {
	background-color:#FFFFFF;
}
td.forum_cat_name {
	font-weight:bold;
	vertical-align:middle;
	background-color:#FFFFFF;
}
td.forum_cat_count {
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
}
td.forum_cat_action {
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	background-color:#FFFFFF;
}

/* Thread-Liste */
th.forum_threadlist_icon, th.forum_threadlist_name, th.forum_threadlist_creator, th.forum_threadlist_posts, th.forum_threadlist_views, th.forum_threadlist_action {
	background-color:#FFFFFF;
	border:none;
	color:#BBBBCC;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
th.forum_threadlist_name {
	text-align:left;
}
th.forum_threadlist_action {
	padding:0px 5px 0px 5px;
}

td.forum_threadlist_icon {
	background-color:#FFFFFF; /*#F4F8FB*/
	text-align:center;
	vertical-align:middle;
}
td.forum_threadlist_name {
	background-color:#FFFFFF;
	vertical-align:middle;
}
td.forum_threadlist_creator {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
td.forum_threadlist_posts {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
td.forum_threadlist_views {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
td.forum_threadlist_action {
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
p.forum_thread_lastedit {
	text-align:right;
}

/* Thread-Ansicht */

th.forum_thread_headline {
	background-color:#FFFFFF;
	color:#787878;
	font-weight:bold;
	vertical-align:middle;
}
td.forum_thread_username {
	background-color:#F4F8FB;
	font-weight:bold;
	vertical-align:middle;
}
td.forum_thread_topline {
	background-color:#F4F8FB;
}
td.forum_thread_userpic {
	background-color:#F4F8FB;
	font-size:9px;
}
td.forum_thread_text {
	background-color:#FFFFFF;
}
div.forum_thread_signature_line {
	border-top:1px solid #9999A9;
	height:1px;
	margin-top:16px;
	width:100px;
}
div.forum_thread_signature {
	color:#9999A9;
	font-size:9px;
}
td.forum_thread_bottom {
	background-color:#FFFFFF;
	padding:0px;
}

/* PN-System */

td.forum_pn_icon, td.forum_pn_subject, td.forum_pn_name, td.forum_pn_date {
	vertical-align:middle;
	background-color:#F4F8FB;
}