/* Anpassung feste Seitenbreite */
* html .forum_content {
    width: 46em;
}
.clear_space {
    width: 46em;
}
.thread_tree {
    min-width: 46em;
}
/* iX Anpassungen */
.forum_pfad,
.forum_navi,
.forum_aktion {
    font-size: 0.85em;
}
.forum_navi {
    color:#000;
    background: #eee;
    border: 1px solid #eee;
}
.forum_pfad {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #bcd;
}
.forum_aktion {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.forum_titel A,
.forum_pfad A,
.forum_aktion A,
.forum_navi A,
.thread_tree A,
.fora_list A {
    color:#036;
}
.forum_titel A:visited,
.forum_pfad A:visited,
.forum_aktion A:visited,
.forum_navi A:visited,
.thread_tree A:visited,
.fora_list A:visited {
    color:#666;
}
.forum_titel h1 {
    line-height: normal;
}
/* -------------------- forensuche neu -------------------- */
#search_bar {
	width: 30%;
	margin-right: 0;
}
#search_content {
	width: 69%;
}
#search_content p.posting_text {
	font-size: 0.8em;
}

