.dark {
	background-color: rgb(238,238,238);
}
.feld {
	background-color: #CCCCFF;
	padding: 10px;
	margin: 10px;
}
.balken {
	background: url(/img/bal_bg.gif) repeat-x;
	color: #fff;
    font-weight: bold;
    font-size: medium;
    padding: 3px 15px 3px 15px;
}
.balken a {
	color: #aaf;
}
.rgt {
    float: right;
}
.lft {
    float: left;
}
#fbei {
	margin-left: 5%;
	width: 95%;
}
.fo_tree {
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    min-width: 35em;
}
.fo_tree li {
    clear: both;
    margin-top: 5px;
    width: 100%
}
.fo_tree li li {
    clear: both;
    margin-top: 5px;
    width: 100%
}
.fo_tree a {
    text-decoration: none;
}
.fo_tree a:hover {
    text-decoration: underline;
}

.fo_hov:hover {
    background: #ddd;
}
.fo_hov {
    border: 0px solid white;
}
.fo_hovl:hover {
    background: #ddd url(/img/bg_l.gif) 7px repeat-y;
}

.fo_hovlD {
    background: #eee url(/img/bg_l.gif) 7px repeat-y;
}
.fo_hovD:hover {
    background: #ddd;
}
.fo_hovD {
    background: #eee;
    border: 0px solid white;
}
.fo_hovlD:hover {
    background: #ddd url(/img/bg_l.gif) 7px repeat-y;
}

.fo_akt {
    font-weight: bold;
    color: #ff0000;

}
.fo_nxt,
.fo_nextl {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    clear: both
}
.fo_nextl {
    background: url(/img/bg_l.gif) 17px repeat-y;
}
.fo_nextl li.last {
    background: #fff;
}
.fo_bul {
    float: left;
    width: 16px;
}
.fo_bul img {
    border: none;
    padding: 2px 0 0 5px
}
.fo_nxt .fo_bul img,
.fo_nextl .fo_bul img {
    border: none;
    padding: 0 0 0 5px;
    vertical-align: top;
}
.fo_tit {
    max-width: 60%;
    margin-left: 18px;
}
.fo_tit img,
.fo_usr img {
     vertical-align: middle;
     border: none;
}
.fo_tit a {
    display: block;
}
.fo_usr {
	font-size: smaller;
    overflow: hidden;
    width: 10em;
    float: right;
    white-space: nowrap;
    color: #000;
}
.fo_dat {
	font-size: smaller;
    float: right;
    white-space: nowrap;
    text-align: right;
    width: 8em;
    color: #000;
}
.clear_space {
    clear: both;
    height: 6px;
    width: 35em;
}

