/* G E N E R I C */	

#forum_zeile_1, #profile_zeile_1
	{
	background-color:#505050;
	}
#forum_zeile_2, #profile_zeile_2
	{
	background-color:#404040;
	}
	
#content_div
	{
	vertical-align:top;
	width:100%;
	position:relative;
	}
	
#content_left
	{
	float:left;
	width:25%
	}

#content_right
	{
	margin:16px 64px 64px 64px;
	float:left;
	width:50%
	}
	



#content_right_content
	{
	padding:16px;
	background-color:#404040;
	border:1px solid #000000;
	width:50%;
	display:table-cell;
	}
	
#content_table
	{
	margin:16px 64px 64px 64px;
	width:50%;
	float:left;
	}
	
#content_table_header
	{
	width:100%;
	background-color:#353535;
	}
	
#clear
	{
	clear:left;
	}

#content_table_header_item
	{
	width:33%;
	float:left;
	}

#content_table_row
	{
	width:100%;
	}

#content_table_item
	{
	float:left;
	width:33%;
	}
	
/* P R O F I L E */

#profile_inner
	{
	padding:16px;
	width:auto;
	background-color:#505050;
	}
	
#profile_show_list
	{
	list-style-position:outside;
	vertical-align:bottom;
	}

#profile_avatar
	{
	margin:auto;
	float:left;
	background-color:#606060;
	padding:16px;
	margin:16px;
	}
	
/* M E S S A G E S */

#message_write_table
	{
	width:100%;
	float:left;
	}

#message_write_table_itemleft
	{
	margin:4px;
	width:45%;
	float:left;
	}
#message_write_table_itemright
	{
	width:50%;
	margin:4px;
	float:right;
	}
	
#message_write_table_row
	{
	width:100%;
	}

/* F O R U M 	*/

#forum_kategorien
	{
	background-color:#353535;
	width:100%;
	color:#C1C1C1;
	font-size:1em;
	padding:2px;
	}
#forum_user_name
	{
	margin:8px;
	}
#forum_headline_item
	{
	font-weight:bold;
	padding:8px;
	}
	
#forum_forum_item
	{
	padding:15px;
	}

#forum_zeile_1, #forum_zeile_2
	{
	height:auto;
	width:auto;
	}

#forum_user_avatar
	{
	background-color:#404040;
	padding:16px;
	margin:16px;
	float:left;
	}

#forum_beitrag_header
	{
	
	}
#forum_beitrag_header_right
	{
	float:right;
	}

#forum_beitrag_left
	{
	width:180px;
	float:left;
	height:auto;
	}

#forum_beitrag_right
	{
	width:auto;
	}

#forum_beitraege
	{
	background-color:#353535;
	width:auto;
	height:auto;
	color:#C1C1C1;
	font-size:1em;
	padding:2px;
	}
	
#forum_beitrag_text
	{
	width:75%;
	white-space:normal;
	float:left;
	}
	
#forum_beitrag_1, #forum_beitrag_2
	{
	height:auto;
	clear:both;
	}
	
#forum_beitrag_1
	{
	background-color:#505050;
	}

#forum_beitrag_2
	{
	background-color:#404040;
	}

#forum_overview_titel
	{
	width:41%;
	}
#forum_overview_counter
	{
	width:2%;
	}
	
#forum_overview_letzer_beitrag
	{
	width:25%;
	}
#forum_tabelle_ueberschrift
	{
	color:#DDDDDD;
	font-weight:bold;
	}
	
#forum_zeit
	{
	color:#8C0000;
	}

#forum_new_button
	{
	background-color:#424242;
	padding:8px;
	margin:8px;
	float:right;
	}
#forum_new_right
	{
	border-collapse:collapse;
	width:75%;
	height:auto;
	}


#forum_navigation_top
	{
	margin:8px 8px 8px 0px;
	width:auto;
	padding:8px;
	background-color:#424242;
	}


