 /* service-Seite */
 
div#spalten {
    background-image: url(/s/img/x/bgContent.gif);     /* Hintergrundfarbe der drei Inhaltsspalten, imskeleton allgemein #f2f2f2 für alle */
    width: 978px;
    margin: 1px 2px;
  } 
 
div#Inhalt {
    margin: -10px 200px 10px 210px;
    padding: 0px 1px;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

#Inhalt a{
    color: #333;
}
/* zentrales festlegen der hoverFarbe*/
#Inhalt a:hover{
	color:#0054A6;
}


p {
    font: 12px/16px Arial,Helvetica,sans-serif;
    color: #333;
  }

/* wie im hilfe-Popup*/
h2 {
    font: bold 16px Arial,Helvetica,sans-serif;
    color:#0054A6;
    margin-top: 0px;
  }

/* wie im hilfe-Popup*/
h3 {
    font: bold 14px Arial,Helvetica,sans-serif;
    color:#333;
  }

/* textlinks pdfDownload:  agb.html -->auch auf pdfkatalog.html/katalogContent.css  */
.pdflink{
	background-image: url(/s/img/x/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
	line-height:20px;
    border-bottom: 1px solid #666;
  }
 a.pdflink{
	text-decoration:none;
  }

/* textlink "drucken" von detail angepasst  */
.drucken{
	background-image: url(/s/img/x/print.gif);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
	line-height:20px;
    border-bottom: 1px solid #666;
}
 a.drucken{
	text-decoration:none;
  }

/* tabellen, z.B. Agbs  */
th {
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    color: #333;
  }

td {
    font: 12px/16px Arial,Helvetica,sans-serif;
    color: #333;
  }

td a{
	text-decoration:none;
  }
/* definitionslisten, z.B. Impressum, erzeugt zweispaltigkeit*/
dt{
  font-weight: bold;
  } 

dd{
  padding-left:150px;
  margin-top: -16px;
  margin-bottom:10px;
  }
  
  
/* einfache Liste fuer sitemap.html*/
ul.sitemap {
	margin-left:25px;
  }

ul.sitemap li{
	list-style:circle;
}

  ul.sitemap li a{
    text-decoration: none;
    color: #333;
    font-weight:normal;
}

/* einfache Liste fuer die Warengruppen*/
ul.warengruppen_list {
	padding:0px;
  }

ul.warengruppen_list li{
	list-style:none inside;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}
ul.warengruppen_list ul li{
	list-style:circle inside;
	padding:3px 10px;
	border-bottom:1px solid #f0f0f0;
}

ul.warengruppen_list ul ul li{
	padding:2px 8px;
	list-style:circle inside;
	border-bottom:none;
}


ul.warengruppen_list ul ul ul ul li{
	padding:2px 8px;
	font-size:11px;
}

#Inhalt ul.warengruppen_list li a{
    text-decoration: none;
    color: #0054a6;
    font-weight:normal;
}
#Inhalt ul.warengruppen_list ul li a{
    text-decoration: none;
    color: #333;
    font-weight:normal;
}
#Inhalt ul.warengruppen_list li a:hover{
    color: #0054a6;
}




