/* Vorlagendatei pm_styles.css für ein tabellenfreis Produktmenü */

/* Globale Sektion */
.cat {
  width: 160px;
  font-family:Arial,Helvetica,sans-serif;
  border-top:1px solid #FFFFFF;

}

/* Trenngrafik */
.cat .sep_img {
  display:block;
  }

/* Ebene 1 */
.cat .level1 {
  padding:4px 22px 4px 5px;
  background-position:160px 4px;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  height:100%;
  border-top:1px solid #FFFFFF;
  background-color:#0099CC;
    display:block;

  background-repeat:no-repeat;
}

/* Ebene 2 */
.cat .level2 {
  padding:4px 26px 4px 5px;
  background-position:160px 4px;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
 height:100%;
border-top:1px solid #FFFFFF;
    display:block;

  background-repeat:no-repeat;
  background-color:#0099CC;
}

/* Ebene 3 */
.cat .level3 {
  display:block;
  padding:4px 4px 4px 12px;
  background-position:5px 11px;
  background-repeat:no-repeat;
  font-size:11px;
  font-weight:normal;
   display:block;
background-color:#E9E9E9;
color:#666666;
border-top:1px dotted #666666;
  background-image:url(images/ic_dot.gif);
}

/* Ebene 4 */
.cat .level4 {
  padding:4px 4px 4px 19px;
  background-position:12px 10px;
  font-size:11px;
  font-weight:normal;
    display:block;
background-color:#E9E9E9;
color:#666666;
border-top:1px dashed #666666;
 background-image:url(images/ic_dot.gif);
   background-repeat:no-repeat;
}

/* Ebene 5 */
.cat .level5 {
  padding:4px 4px 4px 33px;
  background-position:26px 10px;
  font-size:11px;
  font-weight:normal;
  font-style:italic;
    display:block;
background-color:#E9E9E9;
color:#666666;
border-top:1px dashed #666666;
 background-image:url(images/ic_dot.gif);
   background-repeat:no-repeat;
}

/* Ebene 6 */
.cat .level6 {
  padding:4px 4px 4px 47px;
  background-position:40px 10px;
  font-size:11px;
  font-weight:normal;
    display:block;
background-color:#E9E9E9;
color:#666666;
border-top:1px dashed #666666;
 background-image:url(images/ic_dot.gif);
   background-repeat:no-repeat;
}

/* Geschlossener Text-Link */
.cat a.closed_txt:link {
  text-decoration: none;
    
}

/* Geschlossener, besuchter Text-Link */
.cat a.closed_txt:visited {
  text-decoration: none;
}

/* Geschlossener, aktiver Text-Link */
.cat a.closed_txt:active {
}

/* Geschlossener Text-Link, während der Anwender mit der Maus darüber fährt*/
.cat a.closed_txt:hover {

  text-decoration: none;
}

/* Geöffneter Text-Link */
.cat a.opened_txt:link {


  text-decoration: none;
}

/* Geöffneter, besuchter Text-Link */
.cat a.opened_txt:visited {

  text-decoration: none;
}

/* Geöffneter, aktiver Text-Link */
.cat a.opened_txt:active {
}

/* Geöffneter, Text-Link , während der Anwender mit der Maus darüber fährt*/ 
.cat a.opened_txt:hover {
 
  text-decoration: none;
}

/* Selektierter Text-Link */
.cat a.selected_txt:link {
background-color:#989898;
/*background-color:#FFC900;*/
  text-decoration: none;
  color:#FFFFFF;
}

/* Selektierter, besucheter Text-Link */
.cat a.selected_txt:visited {
/*background-color:#FFC900;*/
background-color:#989898;
  text-decoration: none;
  color:#FFFFFF;
}

/* Selektierter, aktiver Text-Link*/ 
.cat a.selected_txt:active {

/*background-color:#FFC900;*/
background-color:#989898;
  text-decoration: none;
  color:#FFFFFF;
}

/* Selektierter, Text-Link, während der Anwender mit der Maus darüber fährt*/
.cat a.selected_txt:hover {

/*background-color:#FFC900;*/
background-color:#989898;
  text-decoration: none;
  color:#FFFFFF;
}

/* Für Grafik-Links gilt dieselbe Logik*/

.cat a.closed_img:link {
  display:block;
}
.cat a.closed_img:visited {
  display:block;
}
.cat a.closed_img:active {
  display:block;
}
.cat a.closed_img:hover {
  display:block;
}

.cat a.opened_img:link {
  display:block;
}
.cat a.opened_img:visited {
  display:block;
}
.cat a.opened_img:active {
  display:block;
}
.cat a.opened_img:hover {
  display:block;
}

.cat a.selected_img:link {
  display:block;
}

.cat a.selected_img:visited {
  display:block;
}

.cat a.selected_img:active {
  display:block;
}

.cat a.selected_img:hover {
  display:block;
}




