/* Dieses CSS ist enthält Styles, die nur für dieses CMS-Projekt gelten
/* BP hat z.B. rot hinterlegte Toplinks und rote Menübuttons
/* K-DIY hat ein größeres Logo und sieht auch sonst so aus wie BP
/* E-Mail-Signatur ist für Österreich z.B. @knauf.at, BP hat @knauf.de 
*/ 

#right { /* oberer Abstand für Suchbox */
	padding: 11px 0 10px 0;
}

/* MOUSEOVER für mehrere Detailblätter */
.big_hoverbox {
    border: 1px solid #869197;
    background: #fff;
    padding: 4px;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;  
}

.ausschreibungstext {
    color:#000; 
    background-color:#fff;
    padding:5px;
    border:1px solid #c9c9c9;
    margin-bottom:20px; 
    height:160px; 
    overflow:auto;
}
