/*********************************************/
/* Informationsbereich FPL- und Fahrer-Seite */
/*********************************************/

/* Informationsbereich */
#informationsbereich {
    float: right; 
    margin-left: 10px;
    margin-right: -10px;
    margin-top: -15px;
}

/* Segmente / Boxen des Informationsbereiches*/
#informationsbereich div {
    border-bottom: 1px solid #cccccc; 
    border-left: 1px solid #cccccc; 
    padding-left: 8px;
    padding-right: 8px; 
    padding-top: 4px;
    padding-bottom: 8px;
    width: 220px;
}

#informationsbereich div b,
#informationsbereich div p {
    color: #fff;
}

/* Farben der AktionsBoxen: set 1 */
#informationsbereich div.farbset1 {
    background-color: #53C953;
}

#informationsbereich div.farbset1 a {
    background-color: #53C953;
    color: #fff;
    background: url('../bilder/pfeil_weiss_rechts.gif') no-repeat right;
    padding-right: 8px;
}

/* Farben der AktionsBoxen: set 2 */
#informationsbereich div.farbset2,
#informationsbereich div.farbset2 a {
    background-color: #efa645;
    color: #ffffff;
}

#informationsbereich div.farbset2 a {
    /*background-color: #efa645;*/
    background: url('../bilder/pfeil_weiss_rechts.gif') no-repeat right;
    padding-right: 8px;
}

#informationsbereich div.farbset3{
    background-color: #666666;
}

#informationsbereich div.farbset3 h4,
#informationsbereich div.farbset3 p{
    color: #ffffff;
}

#informationsbereich div.farbset3 a{
    background: url('../bilder/pfeil_weiss_rechts.gif') right no-repeat; 
    padding-right: 8px;
    color: #ffffff;
}

/* Farben der AktionsBoxen: set 4 */
#informationsbereich div.farbset4{
    background-color: #ebebeb;
}

#informationsbereich div.farbset4 h4,
#informationsbereich div.farbset4 p,
#informationsbereich div.farbset4 b{
    color: #646464;
}

#informationsbereich div.farbset4 a{
    background: transparent url('../bilder/pfeil_blau_rechts.gif') right no-repeat; 
    padding-right: 8px;
}

#informationsbereich div.farbset4 a.keinPfeil{
    background: transparent; 
}

/* Farben der AktionsBoxen: set 5 */
#informationsbereich div.farbset5{
    background-color: #2B2771;
}

#informationsbereich div.farbset5 h4,
#informationsbereich div.farbset5 p{
    color: #ffffff;
}

#informationsbereich div.farbset5 a{
    background: url('../bilder/pfeil_weiss_rechts.gif') right no-repeat; 
    color: #ffffff;
    padding-right: 8px;
}

#informationsbereich .onlineshop ,
#informationsbereich .onlineshop a,
#informationsbereich .onlineshop .infobox {
    background-color: #F0F0B0;
    color: #2b2771
}

#informationsbereich .onlineshop a {
    background: url('../bilder/pfeil_blau_rechts.gif') right no-repeat;
    padding-right: 8px;
}

#informationsbereich .fahrzeugkauf,
#informationsbereich .fahrzeugkauf a {
    background-color: #fa7701;
    color: #ffffff;
}

#informationsbereich .fahrzeugkauf a {
    background: url('../bilder/pfeil_weiss_rechts.gif') right no-repeat;         
    padding-right: 8px;
}
