
td.forum_text {
  font-family : sans-serif;
	font-size : 0.9rem;
	color: #aaaaaa;
}
.forum_error {
    font-family : sans-serif;
	font-size : 0.9rem;
    font-weight: bold;
    color : #aa0000;
}

.forum_white_bg { background-color: #2b2b00; padding: 0px 5px 0px 0px; border-top: 5px solid #101000; }
.forum_gray_bg  { background-color: #2b2b00; padding: 0px 5px 0px 0px; border-top: 5px solid #101000; }

.forum_white_bg td,
.forum_gray_bg td { padding-top: 4px; }

.beitrag span.mehr:hover { text-decoration: none; cursor: pointer; }
.beitrag span.hidden     { display: none; }
.beitrag span.horten     { display: inline; }

a.forum:link {
	font-family : sans-serif;
	font-size : 10pt;
	text-decoration: none;
    font-weight: bold;
}

a.forum:visited {
	font-family : sans-serif;
	font-size : 10pt;
	text-decoration: none;
    font-weight: bold;
}

a.forum:hover {
	font-family : sans-serif;
	font-size : 10pt;
	text-decoration: underline;
    font-weight: bold;
}

.pages { margin: 14px auto; width: 80%; }
.pages b { color: #aaaaaa; padding: 0px .5em; }
.pages a { padding: 0px .5em; }

#baumansicht { display: none; }
#forum_expandall { cursor: pointer;  font-weight: bold;}
#forum_collapseall { cursor: pointer; font-weight: bold; }

