/* Forum specific styles */

/* Forum Index */
#surrounding_div	{
	width: 670px;
	float: left;
	margin: 0 8px 10px 0;
}

ul.forum_index,
ul.forum_index li	{
	list-style: none;
}

ul.forum_index li	{
	position: relative;
	background: #fafafa;
	margin: 5px 0;
	border: 1px solid #eee;
}

ul.forum_index li.bg_alternate	{
	background: #f2f2f2;
}

ul.forum_index li h4	{
	position: absolute;
	left: 5px;
	top: 5px;
}

ul.forum_index li p	{
	padding: 25px 0 5px 5px;
	margin: 0;
	width: 53%;
}

ul.forum_index dl	{
	width: 40%;
	position: absolute;
	left: 55%;
	top: 23px;
}

ul.forum_index dl dt	{
	padding: 0;
	margin: 0;
	float: left;
	width: 49%;
	height: 17px;
	line-height: 17px;
	margin-top: -18px;
	color: #999;
	font-style: italic;
}

ul.forum_index dl dd	{
	padding: 0;
	margin: 0;
	float: left;
	width: 49%;
	height: 17px;
	line-height: 17px;
}






/* Forum Threads */

table.forum_table	{
	border-top: 1px solid #bdbcbc;
	border-right: 1px solid #bdbcbc;
	border-bottom: 1px solid #bdbcbc;
}

table.forum_table thead	{
	background: #bdbcbc;
}

table.forum_table tbody	{
	background: #fafafa;
}

table.forum_table tr	{
	
}

table.forum_table tr.bg_alternate	{
	background: #f4f4f4;
}

table.forum_table th	{
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	padding: 3px 8px;
	border-left: 1px solid #e2e2e2;
}

table.forum_table td	{
	padding: 3px 8px;
	border-left: 1px solid #e2e2e2;
}

table.forum_table h4	{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

table.forum_table h4.sticky	{
	padding: 0 0 0 30px;
	background: left top no-repeat url(../images/forum_sticky.gif);
}








/* Thread View */

ul.forum_posts,
ul.forum_posts li	{
	list-style: none;
}

ul.forum_posts	{
	margin: 10px 0;
}

ul.forum_posts li	{
	background: #fafafa;
	border: 1px solid #bdbcbc;
	clear: both;
}

ul.forum_posts li.bg_alternate	{
	background: #edf3f8;
}






ul.forum_posts li h5	{
	background: #bdbcbc;
	padding: 3px 8px;
}

ul.forum_posts li h6	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-transform: none;
	margin: 0;
	padding: 15px 50px 25px 135px;
	border: 0;
}


a.back_link	{
	display: block;
	position: absolute;
	top: 8px;
	right: 280px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
}



.post_details	{
	width: 130px;
	float: left;
	margin: 0 0 10px 0;
}

.post_details dl.mitglieder_thumbs	{
	float: none;
	clear: both;
}

.post_details ul.subnavi_post	{
	margin: 3px;
	background: none;
}

.post_details ul.subnavi_post li	{
	padding: 0;
	border: 0;
	background: none;
}

.post_details ul.subnavi_post li a	{
	display: block;
	padding: 0 2px 0 4px;
	margin: 0;
}

.post_details ul.subnavi_post li a:link,
.post_details ul.subnavi_post li a:visited	{
	background: none;
}

.post_details ul.subnavi_post li a:hover,
.post_details ul.subnavi_post li a:active	{
	background: #f2f2f2;
}





.post_content	{
	padding: 10px 10px 10px 30px;
	margin: 0;
	border: 0;
	min-height: 115px;
}

.post_content p	{
	margin: 10px 0 10px 0;
	padding:0;
	line-height: 1.5em;
	width: 100%;
}

.post_content blockquote	{
	color: #999;
	padding: 10px 30px 10px 60px;
}

.post_content blockquote cite	{
	font-style: italic;
	color: #666;
	border-top: 1px solid #ccc;
	padding: 5px;
}

.post_content ul	{
	margin: 10px;
	color: #666;
	background: none;
}

.post_content ul li	{
	border: 0;
	padding: 0 0 0 12px;
	background: 0 7px no-repeat url(../images/bg_ul-li.gif);
	clear: none;
}

.post_content ol	{
	margin: 10px 10px 10px 30px;
	color: #666;
	background: none;
}

.post_content ol li	{
	border: 0;
	padding: 0;
	list-style: decimal;
	clear: none;
	background: none;
}

.post_content dl	{
	margin: 10px;
	color: #666;
}

.post_content dl dt	{
	margin: 5px 0 0 0;
	font-weight: bold;
}

.post_content dl dd	{
	margin: 0 10px 0 10px;
	clear: none;
}

.post_content em	{
	font-weight: normal;
	font-style: italic;
	color: #777;
}

.post_content strong	{
	font-weight: bold;
	font-style: normal;
	color: #333;
}

.post_content img	{
	display: block;
	margin: 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}







h3 a	{
	display: inline;
	background: none;
}

h3 a:link,
h3 a:visited	{
	color: #183e64;
	text-decoration: none;
}

h3 a:hover,
h3 a:active	{
	color: #5c7a97;
	text-decoration: underline;
}


