@charset "UTF-8";

/* Hintergrund Hauptnavigation */
#nav_main #current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: white url("./images/sliding_door/round/left_on_la.gif") no-repeat top left;
}
#nav_main #current a,
#nav_main #current strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist grÃ¶ÃŸtenteils transparent */
    background: transparent url("./images/sliding_door/round/right_on_la.gif") no-repeat top right;
    color: #FFF;
}  
  
/* Hintergrund Balken mit Breadcrump unter Hauptnavigation */
#teaser {background:#cc071e; color:#FFF;}
#teaser .rootline a {color:#FFF;}

/* Untermenü links */
/* Level 1 */
#submenu li#active,
#submenu li strong {
  background-color:#cc071e;
}

/* Inhalt */
p.important {
  /* background-color:#FFC5CD; */
  background-color:#F2F2F2;
  border:2px solid #cc071e;
}