/**********************/
/** Breadcrumb Trail  */
/**********************/

.bc_standard{ margin-left: 20px; color: gray; font-weight: bold; font-size: 10px;}
.bc_standard a { color: gray; }
.bc_standard a:hover { color: silver; }

.bc_blue,
.bc_blue a { color: #1B63A8; }
.bc_blue a:hover { color: LightSteelBlue; }

.bc_orange,
.bc_orange a { color: #ED821F; }
.bc_orange a:hover { color: #FFCC99; }

.bc_purple,
.bc_purple a { color: #9D298B; }
.bc_purple a:hover { color: Plum; }

.bc_green,
.bc_green a { color: #88ba14; }
.bc_green a:hover { color: #6AD0A7; }


/*******************************/
/* Seitenkopf Abteilungslinks  */
/*******************************/

#head_top_left,
#head_top_left a{
  font-weight: bold;
  color: white;
}

#head_top_left a:hover{
  font-weight: bold;
  color: silver;
}

.menuhead {font-weight: bold; font-size: 12px; color: #ffffff; background-color: transparent;}

.rollmenu_blue {border-right: #1B63A8 1px solid; padding-right: 2px; border-top: #1B63A8 1px solid; display: block; padding-left: 2px; padding-bottom: 4px; border-left: #1B63A8 1px solid; color: #fff; line-height: normal; padding-top: 2px; border-bottom: #1B63A8 1px solid;  background-color: #1B63A8; text-decoration: none; z-index: 1000;  font-size: 10px; background-image: url(/fileadmin/templates/bicos/img/menuDividerBlue.gif); background-position: bottom left; background-repeat: no-repeat; z-index:100;}
.rollmenu_orange {border-right: #ED821F 1px solid; padding-right: 2px; border-top:  #ED821F 1px solid; display: block; padding-left: 2px;  padding-bottom: 4px; border-left:  #ED821F 1px solid; color: #fff; line-height: normal; padding-top: 2px; border-bottom: #ED821F 1px solid;  background-color: #ED821F; text-decoration: none; z-index: 1000;  font-size: 10px; background-image: url(/fileadmin/templates/bicos/img/menuDividerOrange.gif); background-position: bottom left; background-repeat: no-repeat; z-index:100; }
.rollmenu_purple {border-right: #9D298B 1px solid; padding-right: 2px; border-top: #9D298B 1px solid; display: block; padding-left: 2px; padding-bottom: 4px; border-left: #9D298B 1px solid; color: #fff; line-height: normal; padding-top: 2px; border-bottom: #9D298B 1px solid;  background-color: #9D298B; text-decoration: none; z-index: 1000; font-size: 10px; background-image: url(/fileadmin/templates/bicos/img/menuDividerPurple.gif); background-position: bottom left; background-repeat: no-repeat;  z-index:100; }
.rollmenu_green {border-right: #88ba14 1px solid; padding-right: 2px; border-top: #88ba14 1px solid; display: block; padding-left: 2px; padding-bottom: 4px; border-left: #88ba14 1px solid; color: #fff; line-height: normal; padding-top: 2px; border-bottom: #88ba14 1px solid; background-color: #88ba14; text-decoration: none; z-index: 1000;  font-size: 10px; background-image: url(/fileadmin/templates/bicos/img/menuDividerGreen.gif); background-position: bottom left; background-repeat: no-repeat; z-index:100;}
.rollmenu_last {background-image: none;}

.rollmenu_blue:hover { color: black; background-color: LightSteelBlue; text-decoration: none}
.rollmenu_orange:hover { color: black; background-color: #FFCC99; text-decoration: none}
.rollmenu_purple:hover { color: black; background-color: Plum; text-decoration: none}
.rollmenu_green:hover { color: black; background-color: #CAFF70; text-decoration: none}

#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}

.rollmenu_blue { position: relative; }
.rollmenu_orange { position: relative; }
.rollmenu_purple { position: relative; }
.rollmenu_green { position: relative; }

/*******************************/
/* LISTEN-MENUE              */
/*******************************/

table#staticMenuTable {
  width: 130px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table#staticMenuTable a {
   font-size: 10px;
   font-weight: bold;
   color: white;
}

table#staticMenuTable a:hover {
   color: silver;
}

table#staticMenuTable td {
  border: 0px;
  padding: 3px 15px 4px 0px;
  border-bottom: 1px solid white;
}

.faded {
  color: #aaa;
} 


/*******************************/
/* Kategorien-Seiten           */
/*******************************/

div#content_sitemap {
  position: relative;
  float: left;
  width: 415px;
  padding: 0;
  vertical-align: top;
  margin-left: 35px;
  margin-right: 0px;
  overflow:hidden;
}

div#content_sitemap a div{
  width: 415px;
  background: white;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
}

div#content_sitemap a:hover div{
  font-weight: bold;
  background: gray;
  color: white;
}

#menu1Container, #menu1Content#menu1Container,
#menu2Container,
#menu3Container,
#menu4Container { 
visibility:hidden;
}


