.filelist-element table{
    width: 100%;
    border: 1px solid #B7B7B7;
    margin-bottom: 20px;
}
#inhalt .filelist-element table td{
    padding: 15px;
}
.filelist-element .thumb{
    width: 110px;
    border-right: 1px solid #B7B7B7;
}
.filelist-element .description{
    margin-top: 20px;
}
.filelist-element .ff-fix-wrapper{
    position: relative;
}
.filelist-element .downloadlink{
    position: absolute;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background-image: url("/fileadmin/templates/fuchsfr/html/comvosfilelist/default/images/download.gif");
   
}

.filelist-element .detailslink{
    position: absolute;
    top: 30px;
    right: 0px;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background-image: url("/fileadmin/templates/fuchsfr/html/comvosfilelist/default/images/details.gif");
    background-position: top left;
    background-repeat: no-repeat;
}
.filelist-element .fileinfo{
    display: block;
}
.filelist-single table{
    width: 100%;
}
#inhalt .filelist-single table td.single-thumb{
    text-align: center;
}
.filelist-single tr th{
    vertical-align: middle;
    padding: 0.3em;
    width: 110px;
    border-right: 0px;
}
.filelist-single tr td,.filelist-single tr th{
    border: 1px solid #B7B7B7;
}
    
.filelist-single tr.odd td,.filelist-single tr.odd th{
    background-color: #e7e7e7;
}
.filelist-single .single-downloadlink{
    padding-left: 23px;
    background-image: url("/fileadmin/templates/fuchsfr/html/comvosfilelist/default/images/arrows.gif");
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

.filelist-single .toggler{
    display: block;
    padding: 5px 15px;
    background-image: url("/fileadmin/templates/fuchsfr/html/comvosfilelist/default/images/closed.gif");
    background-position: 0px 5px;
    background-repeat: no-repeat;
}
.filelist-single .toggler-open{
    background-image: url("/fileadmin/templates/fuchsfr/html/comvosfilelist/default/images/open.gif");
}
.filelist-pager{
    text-align: center;
}
.filelist-imageinformation{
    display: none;
}