ul.fachbereiche {
    list-style-type:none !important;
    margin:0 !important;
}

ul.fachbereiche li {
    clear:both;
}

.fachbereich_item {
    width:99%;
    margin:0;
    display:block;
    float:left;
    text-decoration:none;
    cursor:hand;
    border:2px solid white;
    background-color:#EAF2F7 !important;
    background-repeat:no-repeat;
    background-position:7px center !important;
    padding:7px 0;
    overflow:auto;
}

.fachbereich_item:hover,
.fachbereich_item:focus,
.fachbereich_item:active {
    border:2px solid #7C98B0;
    color:#09455D;
}

.nohover {
    border:none;
}

.nohover:hover,
.nohover:focus,
.nohover:active {
    border:none;
}

.fachbereich_item span {
    display:block;
    text-transform:uppercase;
    font-size:100%;
    font-weight:bold;
    padding-left:52px;
    padding-top:5px;
}

.fachbereich_item img {
    display:block;
    float:left;
    width:191px;
    height:57px;
    border:0;
    margin:7px 5px;
}


.powermail_textarea {
height:60px;
}