									/* ############# */
									/* ### FORUM ### */
									/* ############# */
/*

	Zusätzliche Informationen:
	==========================
	
	- Der Forumstitel wurde in .forum_header deaktiviert

*/






/* ############## */
/* ### BASICS ### */
/* ############## */

.forum_header {
	font-size: 12px;
	font-weight: bold;
	color: #83A819;
	display: none;
}

/* Breadcrumb über den Tables */ 
.forum_nav_path {
	margin-bottom: 3px;
}

/* Seitenbrower oben/unten */
.forum_pagelinkstop {
	width: 100%;
	text-align: right;
	height: 20px;
	line-height: 20px;
	background-color: #F1F1F1;
}

.forum_pagelinksbottom {
	width: 100%;
	text-align: right;
	height: 20px;
	line-height: 20px;
	background-color: #F1F1F1;
}


/* Zurück-Link */
.forum_linkup {
	width: 100%;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 2px;
}

/* Um die Texte neben Bildern ebenfalls horizontal zu zentrieren, ist folgender Workaround nötig.
   Dies wird bei allen Symbolen angewendet (Userprofil, Suchen, Zitieren, usw.) */
.forum_symbol_img {
	position: relative;
	top: 3px;
	left: 0px;
	display: inline;
}
.forum_symbol_text {
	position: relative;
	top: -1px;
	left: 4px;
	display: inline;
}
* html .forum_symbol_text {
	top: 0px;
}



/* ################# */
/* ### CONTAINER ### */
/* ################# */

div#forum {
	position: relative;
	top: 0px;
	left: 0px;
	width: 715px;	
}



/* ################## */
/* ### STARTSEITE ### */
/* ### PRÄFIX : s ###
/* ################## */
	
	/* ############## */
	/* ### HEADER ### */
	/* ############## */
	
	div#forum_s_header {
		text-align: left;
		width: 100%;
	}
	
	
	
	/* ############### */
	/* ### TOOLBAR ### */
	/* ############### */
	
	div#forum_s_toolbar {
		margin-top: 15px;
		margin-bottom: 3px;
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px dashed #83A819;
	}
	
		div.forum_s_toolbar_item {
			float: right;
			padding-left: 15px;
			padding-right: 15px;
		}
	
	
	
	/* ################## */
	/* ### CATEGORIES ### */
	/* ################## */
	
	div#forum_s_cat_toolbar {
		width: 100%;
		height: 25px;
		line-height: 25px;
	}
	
	div#forum_s_cats {
		margin-top: 5px;
		width: 100%;
	}
		
		div#forum_s_cats table {
		}
		
			div#forum_s_cats table tr {
				height: 20px;
				line-height: 20px;
			}
				
				div#forum_s_cats table tr td {
					border-bottom: 1px solid #000000;
				}
				
				/* Die jeweiligen Zellen einzeln definiert */
				.forum_s_cats_conference {
					vertical-align: top;
				}
				
				.forum_s_cats_threadcount {
					width: 55px;
					text-align: center;
					vertical-align: middle;
				}
				
				.forum_s_cats_postcount {
					width: 70px;
					text-align: center;
					vertical-align: middle;
				}
				
				.forum_s_cats_postdata {
					font-size: 9px;
					text-align: center;
					vertical-align: middle;
				}
		
			/* Hauptzeile: Kategorie - Themen - Nachrichten - Letzte Nachricht */
			.forum_s_cats_tableheader {
				background-color: #83A819;
				border-bottom: 1px solid #000000;
			}
			
				.forum_s_cats_tableheader_text {
					color: #FFFFFF;
					white-space: nowrap;
				}
			
			/* Zeile unter der Hauptteile: Kategoriename (z.B. "Allgemeines") */
			.forum_s_cats_catheader {
				background-color: #F1F1F1;
				border-bottom: 1px solid #000000;
			}
	
	
	
	/* ############## */
	/* ### FOOTER ### */
	/* ############## */
	
	div#forum_s_footer {
		margin-top: 15px;
		width: 100%;
		line-height: 20px;
	}



/* ################# */
/* ### USERLISTE ### */
/* ### PRÄFIX: u ###
/* ################# */

div#forum_u {
	width: 100%;
}
	
	div#forum_u table {
		border: none;
		background: none;
	}
		
		div#forum_u table tr {
			border-bottom: 1px solid #F1F1F1;
			height: 20px;
			line-height: 20px;
		}
			
			div#forum_u table tr td {
			}
			
			/* Die jeweiligen Zellen einzeln definiert */
			.forum_u_name {
				vertical-align: middle;
			}
			
			.forum_u_joined {
				text-align: center;
				vertical-align: middle;
			}
			
			.forum_u_posts {
				text-align: center;
				vertical-align: middle;
			}
			
			.forum_u_email {
				text-align: center;
				vertical-align: middle;
			}
			
		/* Überschrift */
		.forum_u_tableheader {
			text-align: center;
			vertical-align: middle;
			background-color: #83A819;
			color: #FFFFFF;
		}
		
		/* Spaltenüberschriften */
		.forum_u_catheader {
			text-align: center;
			vertical-align: middle;
			background-color: #F1F1F1;
			color: #000000;
		}
		
		/* Header für die Suche unten */
		.forum_u_search_header {
			text-align: center;
			vertical-align: middle;
			background-color: #83A819;
			color: #FFFFFF;
		}
		
		/* Searchformular */
		.forum_u_search_input {
			text-align: center;
			vertical-align: middle;
			background-color: #F1F1F1;
			color: #000000;
		}



/* ################## */
/* ###   SEARCH   ### */
/* ### PRÄFIX: sr ###
/* ################## */

/* Standard Search Forms */
div#forum_sr_std {
	width: 100%;
}
	
	div#forum_sr_std table {
	}
	
		div#forum_sr_std table tr {
			height: 20px;
			line-height: 20px;
		}
		
			div#forum_sr_std table tr td {
				background-color: #F1F1F1;
				padding: 5px;
			}
		
		/* Überschrift Standardsuche */
		.forum_sr_std_header {
			text-align: center;
			vertical-align: middle;
			background-color: #83A819;
			color: #FFFFFF;
		}

/* Advanced Search Forms */
div#forum_sr_adv {
	margin-top: 15px;
	width: 100%;
}

	div#forum_sr_adv table {
	}
	
		div#forum_sr_adv table tr {
			height: 20px;
			line-height: 20px;
		}
		
			div#forum_sr_adv table tr td {
				background-color: #F1F1F1;
				padding: 5px;
			}
		
		/* Überschrift erweiterete Suche */
		.forum_sr_adv_header {
			text-align: center;
			vertical-align: middle;
			background-color: #83A819;
			color: #FFFFFF;
		}



/* ################## */
/* ###   PROFILE  ### */
/* ### PRÄFIX : p ###
/* ################## */

/* Das Profil hat kein eigenes Template, sondern muss direkt in der class.tx_chcforum_author.php angepasst werden
   ca. @ Zeile 148 */
   
.forum_p_header_big {
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #83A819;
	color: #FFFFFF;
	font-weight: bold;
}

.forum_p_header {
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #F1F1F1;
}



/* ###################### */
/* ###   CONFERENCES  ### */
/* ###   PRÄFIX : c   ###
/* ###################### */

div#forum_c {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

	div#forum_c table {
	}
	
		div#forum_c table tr {
		}
		
			div#forum_c table tr td {
				border-bottom: 1px solid #000000;
			}
			
			/* Die jeweiligen Zellen einzeln definiert */
			.forum_c_image {
				text-align: center;
				vertical-align: middle;
				width: 40px;
			}
			
			.forum_c_subject {
				vertical-align: middle;
			}
			
			.forum_c_replies {
				text-align: center;
				vertical-align: middle;
				width: 70px;
			}
			
			.forum_c_author {
				text-align: center;
				vertical-align: middle;
				width: 80px;
			}
			
			.forum_c_last {
				text-align: center;
				vertical-align: middle;
				width: 100px;
				font-size: 9px;
			}
		
		.forum_c_catheader {
			height: 20px;
			line-height: 20px;
			text-align: center;
			vertical-align: middle;
			background-color: #F1F1F1;
			font-weight: bold;
		}
		
		.forum_c_tableheader {
			height: 20px;
			line-height: 20px;
			text-align: center;
			vertical-align: middle;
			background-color: #83A819;
			color: #FFFFFF;
			font-weight: bold;
		}
		
			.forum_c_tableheader_text {
				color: #FFFFFF;
			}

/* Post-Formular-Container unten */
div#forum_c_postform {
	margin-top: 15px;
}

	div.forum_c_post {
		height: 20px;
		line-height: 20px;
		text-align: center;
		vertical-align: middle;
		background-color: #83A819;
		color: #FFFFFF;
		font-weight: bold;
	}
	
		.forum_c_divider {
			width: 100%;
			height: 1px;
			border-top: 1px dashed #83A819;
			margin-top: 10px;
			margin-bottom: 10px;
		}
	
		.forum_c_textarea {
			width: 450px;
			height: 230px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
		}



/* ################## */
/* ###    POSTS   ### */
/* ### PRÄFIX: ps ###
/* ################## */

div.forum_ps {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
	width: 100%;
}

	div.forum_ps_author {
		background-color: #F1F1F1;
		padding: 5px;
		border-bottom: 1px solid #000000;
	}
	
	div.forum_ps_text {
		padding: 5px;
	}
	
	div.forum_ps_attachment {
		padding: 5px;
		background-color: #F1F1F1;
	}
	
	div.forum_ps_rate {
		padding: 5px;
		background-color: #F1F1F1;
	}
	
	div.forum_ps_edit {
		background-color: #83A819;
	}
		
		/* Links im Post-Footer */
		/* Direkt in class.tx_chcforum_post.php ab Zeile 519 definiert */