/* ************************************** */
/* Colors */
/* ************************************** */

#header-line {
    border-top          : 0px solid #191d1f; /* Linie ueber Balken */
    background-color    : #2B2B28; /* Balken */
}

/* Schriftfarbe in Balken */
#header-line, #header-line .depth, #header-line span, #header-line a {
    color               : #FFFFFF;
}

/* Schriftfarbe von aktiven Links */
#main .info .left .object, #results .center .activ, #footer .center .activ, #results .right a.activ, #footer .right a.activ {
    color               : #191d1f;
}

/* Farbe Suchpfeil im Balken */
#header-line .search .subbut {
    background-color    : #191d1f;
}

.result {
    color               : #191d1f;
}


/* ************************************** */
/* Folder Size */
/* ************************************** */
/*
#container .box-folder {
    width               : 190px;
    margin              : 0px 15px 15px 0px;
    height              : 200px;
}

#container .box-folder .pic {
    height              : 155px;
    padding-right       : 40px;
}

#container .box-folder .text .name {
    height              : 29px;
    vertical-align      : top;
}
*/
/* ************************************** */
/* Object Size */
/* ************************************** */
/*
#container .box-object {
    width               : 190px;
    margin              : 0px 15px 15px 0px;
    height              : 200px;
}

#container .box-object .pic {
    height              : 155px;
    padding-right       : 40px;
}
*/