/* ****************************** Foren ****************************** */
.realname,
.hallogast {
    /* Leserforen | Real Name + Hallo Gast | Farbe */
    color:#990000; 
}
.forum_start TD {
/* Leserforen | Start, Zelle | Abstand */
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.forum_inhalt TD {
/* Leserforen | Inhalt, Zelle | Abstand */
    padding-right: 3px;
}
.forum_inhalt TABLE {
/* Leserforen | Pfad+Inhalt+Aktion+Eingangsreihenfolge, Text | Groesse */
    font-size: inherit;
}
.forum_pfad,
.forum_navi,
.forum_inhalt,
.forum_aktion,
.forum_start,
.forum_eingang {
/* Leserforen | Pfad+Navigation+Inhalt+Aktion+Start+Eingangsreihenfolge, Text | Groesse */
    font-size: 0.85em;
}
.forum_beitrag {
/* Leserforen | Beitrag | Rand, Abstand */
    border-bottom: solid #666666 1px;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 1.5em;
}
.forum_titel h1 {
	margin: 0.75em 0 0.5em;
}
.forum_titel A:hover,
.forum_pfad A:hover,
.forum_navi A:hover,
.forum_inhalt A:hover,
.forum_aktion A:hover,
.forum_start A:hover,
.forum_eingang A:hover {
/* Leserforen | Titel+Pfad+Navigation+Inhalt+Aktion+Start+Eingangsreihenfolge, Links | Farbe */
    text-decoration: underline;
}
.forum_titel A:visited,
.forum_pfad A:visited,
.forum_inhalt A:visited,
.forum_aktion A:visited,
.forum_start A:visited,
.forum_eingang A:visited {
/* Leserforen | Titel+Navigation+Inhalt+Aktion+Start+Eingangsreihenfolge, Links | Farbe */
    color:#666666;
}
.forum_titel A,
.forum_pfad A,
.forum_inhalt A,
.forum_aktion A,
.forum_start A,
.forum_eingang A {
/* Leserforen | Titel+Navigation+Inhalt+Aktion+Start+Eingangsreihenfolge, Links | Farbe */
    color:#990000;
    text-decoration: none;
}
.forum_navi A:visited {
/* Leserforen | Pfad, Links | Farbe */
    color:#666666;
}
.forum_navi A {
/* Leserforen | Pfad, Links | Farbe */
    color:#990000;
    text-decoration: none;
}
.forum_navi {
/* Leserforen | Navigation | Farbe, Groesse */
    background: #dddddd;
    color:#000000;
    border: solid #dddddd 1px;
}
.forum_pfad {
/* Leserforen | Pfad | Rand */
    border-left: solid #cccccc 1px;
    border-top: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}
.forum_aktion {
/* Leserforen | Aktion | Rand */
    border-left: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}
/* -------------------- forensuche neu -------------------- */
#search_bar {
	width: 27%;
	margin-right: 0;
}
#search_bar a {
	text-decoration: none;
	color: #900;
}
#search_bar a:hover {
	text-decoration: underline;
}
#search_content {
	width: 70%;
}
#search_content p.posting_text {
	font-size: 0.8em;
}
