/* Anpassung feste Seitenbreite */
* html .forum_content {
    width: 46em;
}
.clear_space {
    width: 46em;
}
.thread_tree {
    min-width: 46em;
}
/* Netze Anpassungen */
.forum_pfad,
.forum_navi,
.forum_aktion,
.thread_tree,
.fora_list,
.redsize80,
.forum_suchen input {
    font-size: 80%;
}
.forum_pfad,
.forum_navi,
.forum_aktion {
    padding: 1px 3px;
}
.forum_navi {
    background: #dddddd;
    color:#000000;
}
.forum_pfad {
    border-left: solid #cccccc 1px;
    border-top: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}
.forum_aktion {
    border-left: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
}
.forum_navi li a:visited,
.forum_aktion a:visited {
    color: #008B8B;
}
/* zusaetzlichen Suchen-Feld */
.forum_suchen {
    position: relative;
}
.forum_suchen form {
    position: absolute;
    right: 0;
    white-space: nowrap;
    font-size: 80%;
    padding: 3px;
    margin: 0;
    background: #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 12em;
	text-align: center;
}
.forum_suchen input {
    width: 6em;
}
.forum_suchen input.submit {
    font-weight: bold;
    margin-left: 5px;
}
/* -------------------- forensuche neu -------------------- */
#search_bar {
	width: 27%;
	margin-right: 0;
	margin-top: 10px;
}
#search_content {
	width: 70%;
}
#search_content p.posting_text {
	font-size: 0.8em;
}
h1.ueberschrift,
h4.ueberschrift {
	border-bottom: 1px solid #ccc;
}
