/* F O R U M */
.forum_head, .topic_head, .entry_head
{
	background-color:#EBF3FF;
}

.forum_head td, .forum_head a, .forum_head a:hover, .forum_head a:visited, .topic_head td, .topic_head a, .topic_head a:hover, .topic_head a:visited
{
	font-weight:bold;
	color:#001D57;			/* Blau der Schrift im Logo */
}

.entry_head td
{
	font-weight:bold;
	color:#001D57;			/* Blau der Schrift im Logo */
	border-bottom:1px solid #2F61C9;
}

.forum_head span, .topic_head span, .entry_head span
{
	font-weight:normal;
	font-size:10px;
}

.forum_head span.bold_red, .topic_head span.bold_red, .entry_head span.bold_red
{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

.forum, .topic, .entry
{
	border-color:#2F61C9;
	border-width:1px;
	border-style:solid;
}

.forum
{
	/*text-align:center;*/
}

.forum td
{
	padding:5px;
}

.forum_info, .topic_info, .entry_info
{
	font-size:10px;
	text-align:right;
}

.forum_visible_for
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}

.topic td, .entry td
{
	padding:2px;
}

.forum_user_info
{
	font-size:10px;
	width:120px;
	border-right:1px solid #2F61C9;
}

.forum_mail_web
{
	margin-top:6px;
	margin-bottom:-9px;
}

.forum_user_username, .forum_user_username:hover
{
	color:#2F61C9;			/* Dunkles Blau des Logos */
	font-weight:bold;
	font-size:12px;
}

.forum_user_username_unregistered
{
	color:#001D57;
	font-size:12px;
	font-weight:bold;
}

.forum_code
{
	font-family:"Courier New", Courier, monospace;
	margin:5px;
	padding:2px;
	background-color:#F2F2F2;
	border:solid 1px #000000;
	width:400px;
}

.forum_smileys
{
	text-align:center;
}

.forum_smiley_icon
{
	padding-bottom:2px;
}

.forum_signature_line
{	
	width:300px;
	border-top:1px solid #001D57;
	margin-top:20px;
	margin-bottom:5px;
	height:1px;
}

.forum_group_border
{
	border:2px #EBF3FF solid;
}

.forum_group_head td
{
	font-weight:bold;
	background-color:#EBF3FF;
	padding:5px;
}