﻿#RatInternStruktur {
    float: left;
    width: 30%;
    
}
#RatInternDateien {
    float: left;
    width: 70%;
}

.riEbeneEins {
    list-style-type: none;
}

.riEbeneEins LI {
    background-image: url("img/ordner.gif");
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 22px;
}

.riEbeneZwei {
    list-style-type: none;
    margin-left: 10px;
    
}

.riEbeneZwei LI {
    background-image: url("img/ordner.gif");
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 22px;
}

.riEbeneDrei {
    list-style-type: none;
    margin-left: 20px;
    
}

.riEbeneDrei LI {
    background-image: url("img/ordner.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
    line-height: 22px;
}

.riEbeneVier {
    list-style-type: none;
    margin-left: 20px;
    
}

.riEbeneVier LI {
    background-image: url("img/ordner.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
    line-height: 22px;
}

.datei {
    display: block;
    padding-left: 20px;
    background-repeat: no-repeat;
    line-height: 24px;
}

.avi {background-image: url("img/avi.gif");}
.doc {background-image: url("img/doc.gif");}
.gif {background-image: url("img/gif.gif");}
.img {background-image: url("img/img.gif");}
.jpg {background-image: url("img/jpg.gif");}
.pdf {background-image: url("img/pdf.gif");}
.png {background-image: url("img/png.gif");}
.txt {background-image: url("img/txt.gif");}
.xls {background-image: url("img/xls.gif");}
.zip {background-image: url("img/zip.gif");}



.closed {
    display: none;
    
}

.open {
    background-image: url("img/ordner_offen.gif");
}

.btnZIP {
    float: right;
 
}

.RatInternControls {
    width: 100%;
    text-align: right; 
    margin-top: 20px; 
}

.RatInternDateien {
    display: block;
    width: 100%;
}

.RatInternDateien tbody { width: 100%; display: table; }

.RatInternDateien th { text-align: left; background: #ddd; line-height: 20px; margin: 0; padding-left: 2px; }
.RatInternDateien td:last-child { text-align: right; }

.pnlInfo { width: 100%; background: #005f10; color: #fff; padding: 20px; box-sizing: border-box; text-align: center; margin-bottom: 30px;  }
.pnlInfo h2 { color: #fff; }