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

#header-line {
    border-top          : 2px solid #008752; /* Linie ueber Balken */
                       /* ^ bitte auf 0 setzen, wenn beide Farbwerte gleich sein sollen, sonst sitzt die Suchbox optisch nicht mittig */
    background-color    : #E6E7E8; /* Balken */
}

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

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

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

.result {
    color               : #FFFFFF;
}

#catalog-logo img {
    margin-left         : 0;
}

/* ************************************** */
/* Brochures */
/* ************************************** */
#container {
    margin: 0;
}

#brochures {
    background-color    : #E6E7E8;
    float               : right;
    padding             : 10px;
    width               : 149px;
    margin              : 0 0 15px 0;
}
#brochures h1 {
    font-size           : 13px;
    margin              : 0 0 5px 0;
    padding             : 0;
}
#brochures p {
    margin              : 0;
    padding             : 0;
}
#brochures a.pdf {
    background          : url("/fileadmin/templates/images/pdf.png") no-repeat scroll 0 2px transparent;
/*    background          : url("/typo3conf/ext/egr_eox/res/images/download_pdf.png") no-repeat scroll 0 0 transparent;*/
    padding-left        : 20px;
    margin              : 3px 0 0 0;
    display             : inline-block;
}

/* ************************************** */
/* 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;
}
*/