
/* CSS Angaben für Message Borad */

/******************************** FORUM LISTENANSICHT ******************************************************/

/* DIV um gesamte Forumsliste */
#tt_board_list {
	text-align: center;
	width: 100%;	
}

/* Tabelle für Forumsliste */
#table_forum_list {
	width: 90%;
                margin-bottom: 20px;
}

/* Kopfzeile der Tabelle */
#table_forum_list_header {
	background-color: Gray;
}

/* Zelle der Kopfzeile */
.table_forum_list_header_entry {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
	color: Black;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.table_forum_list_header_entry a {
	color: Black;
	text-decoration: none;
}

.table_forum_list_header_entry a:hover {
	color: Black;
	text-decoration: underline;
}

/* Zelle im Datenbereich */
.table_forum_list_entry {
	padding: 3px;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.table_forum_list_entry a {
	color: Black;
	text-decoration: none;
}

.table_forum_list_entry a:hover {
	color: Black;
	text-decoration: underline;
}

/******************************** FORUM BAUMANSICHT ******************************************************/

/* DIV um gesamte Forumsbaum */
#tt_board_tree {
	text-align: center;
	width: 95%;	
}

/* Tabelle für Forumsbaum */
#table_forum_tree {
	width: 100%;
                margin-bottom: 30px;
}

/* Kopfzeile der Tabelle */
#table_forum_tree_header {
	background-color: #B46712;
}

/* Kopfzeile - Spalte 1 */
#table_forum_tree_header_col1 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
	color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 70%;
}

/* Kopfzeile - Spalte 2 */
#table_forum_tree_header_col2 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
	color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 15%;
}

/* Kopfzeile - Spalte 3 */
#table_forum_tree_header_col3 {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
	color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 15%;
}

/* Thema */
#table_forum_tree_topic {
	width: 400px;	
}

/* Author */
#table_forum_tree_author {
	
}

/* Datum */
#table_forum_tree_date {
	
}

/* Zelle im Datenbereich -> Haupteintrag*/
.table_forum_tree_entry_main {
	padding: 3px;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
}

.table_forum_tree_entry_main a {
	color: Black;
	text-decoration: none;
}

.table_forum_tree_entry_main a:hover {
	color: Black;
	text-decoration: underline;
}

/* Zelle im Datenbereich -> Untereintrag*/
.table_forum_tree_entry_sub {
	padding: 3px;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F1DFAF;
}

.table_forum_tree_entry_sub a {
	color: Black;
	text-decoration: none;
}

.table_forum_tree_entry_sub a:hover {
	color: Black;
	text-decoration: underline;
}

/* Zelle im Datenbereich -> Aktiv*/
.table_forum_tree_entry_active {
	padding: 3px;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Lime;
}

.table_forum_tree_entry_active a {
	color: Black;
	text-decoration: none;
}

.table_forum_tree_entry_active a:hover {
	color: Black;
	text-decoration: underline;
}

/* Thema */
.table_forum_tree_entry_title {
	font-weight: bold;	
}

/* Author */
.table_forum_tree_entry_author {
	
}

/* Datum */
.table_forum_tree_entry_date {
	
}

/******************************** BEREICH FÜR SUCHE ******************************************************/

/* Tabelle für Suchen */
#table_search {
	background-color: #E9C454;
	width: 100%;
	margin-bottom: 20px;
}

/* Tabellenzeile mit Suchen Button */
#table_search_row {
	
}

/* Tabellenzelle mit Suchen Button */
#table_search_cell {
	text-align: center;
	padding: 0px;	
}

/* Text -> Suchen */
#search_string {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px
}

/* Eingabefeld für Suchtext */
#search_text {
		
}

/* Schaltfläche -> Suche starten */
# search_button {
	
}

/******************************** FORUMSNACHRICHT ******************************************************/

/* DIV um Gesamte Nachricht */
#tt_board_thread {
	width: 95%;
	margin-bottom: 20px;
	text-align: left;
}

/* DIV für obers Menü */
#thread_menu_top {
	width: 100%;
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom: 1px dotted #B46712;
	margin-bottom: 10px;
}

/* Menüpunkt => Forum Liste -------------------------------------------- */
#link_forum_list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	border-right: 1px solid black;
	padding-right: 10px;
	float: left;
}

#link_forum_list a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_forum_list a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt => nach oben -------------------------------------------------- */
#link_to_top {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#link_to_top a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_to_top a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt => vorherige Nachricht -------------------------------------------------- */
#link_prev_post {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#link_prev_post a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_prev_post a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt => nächste Nachricht ------------------------------------------------ */
#link_next_post {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding-left: 10px;
	float: left;
}

#link_next_post a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_next_post a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

/* Nachrichtentitel -----------------------------------------------------------------*/
#thread_title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 3px;
}

/* Author -----------------------------------------------------------------*/
#thread_autor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	margin-top: 3px;
	padding-left: 3px;
	padding-right: 10px;
	float: left;
}

/* Datum -----------------------------------------------------------------*/
#thread_date {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 10px;
	padding-left: 3px;
	float: none;
}

/* Nachricht -----------------------------------------------------------------*/
#thread_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 3px;
}

/* DIV für unteres Menü */
#thread_menu_bottom {
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top: 1px dotted #B46712;
	margin-bottom: 5px;
}

/* Menüpunkt => vorheriges Thema -------------------------------------------------- */
#link_prev_thread {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	border-right: 1px solid black;
	padding-left: 3px;
	padding-right: 10px;
	float: left;
}

#link_prev_thread a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_prev_thread a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

/* Menüpunkt => nächstes Thema ------------------------------------------------ */
#link_next_thread {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding-left: 10px;
	float: left;
}

#link_next_thread a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

#link_next_thread a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}

