/* stylesheet */
/* generisch fuer alle, scrollend */

html {
  height: 100%;
}

body {
  color: #000000;
  background:url(http://h1828700226k115.catalogus.de/shop_hacc/1828700226/grafik/body.gif) repeat-x;
  background-color: #043512;
  font-size: 9pt;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  height: 100%;   
  margin: 0px;
}

#page_container {
  background-color: #FFFFFF;
  width: 1022px;
  position:absolute; 
  left: 50%;
  margin-left: -511px;
}

/* standard Submitbutton auf den meisten Seiten */
.submit{
  background-color: #7bad8c;
  height: 23px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 5px 0 0 0;
  border: 0px solid #043512;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  cursor: pointer;
}

.submit:hover{
  color: #000000;
}

/* Submitbutton im Warenkorb */
.submit_button{
  float: left;
  background-color: #7bad8c;
  height: 23px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 0 5px 0;
  margin: 5px 3px 0 0px;
  border: 0px solid #043512;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  text-align: center;
  cursor: pointer;
}

.submit_button:hover{
  color: #000000;
}

/* Bestellbutton */
input.submit_basket{
  background-color: #7bad8c;
  height: 23px;
  color: #FFFFFF;
  font-weight: bold;
  border: 0px solid #043512;
  margin: 5px 0 0 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  cursor: pointer;
}

input.submit_basket{
  color: #000000;
}


/* globale Einstellungen fuer Rahmen bei Formularen */
fieldset {
  border-style: none;
  margin: 0;   
  padding: 0;
}

/* globale Einstellungen fuer alle Tabellen */
table { 
  border-collapse: collapse;
}

/* alle Tabellenfelder */
td {
  padding: 0;
}

/* alle Tabellenkoepfe */
th {
  padding: 0;
}

/* alle unbesuchten / besuchten Links*/
:link, :visited {
  color: #121212;
  font-weight: normal;
}

/* alle Inputfelder mit type _submit_ */
input[type=submit]{
  cursor: pointer;
}

/* global alle hyperlinks / a-tags */
a {
  color: #121212;
  text-decoration: underline;
}

/* global alle hyperlinks / a-tags bei mouseover*/
a:hover {
  color: #017d41;
}

/* global alle Bilder in hyperlinks */
a img {
  border: 0;
}

.inhalt {
padding-left:0px;
padding-right: 200px;
}

h1 {
  color: #043512;
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  padding-left:0px;
}

h2 {
  font-size: 12pt;
  color: #043512;
  font-family: Verdana;
  font-weight: normal;
  padding-left:0px;
}
a:hover h2 {
  color: #017d41;
}

h4 {
  margin: 5px 0 5px 0;
}

.produkttext{
padding-right:10px;
}

/* Farbe zum hervorheben von Feldern die Fehler enthalten*/
.mark_error_field {
  background-color: #6699FF;
}

/* globale sichtbare Hinweisbox */ 
.notice_box_visible {
  position: absolute;
  top: 200px;
  left: 300px;
  width: 400px;
  
  opacity: 0.8;
  color: #000000;
  background-color: #7bad8c;
  border: 1px solid #000000;
height: 280px;
}  

/* p-tags in sichtbarer Hinweisbox */
.notice_box_visible p {
  margin: 0px;
}



/* label-tags in sichtbarer Hinweisbox */
.notice_box_visible label  {
  display: block;
  width: 80px;
  margin-top: 4px;
  float: left;
  text-align: left;
}



/* Hinweisbox unsichtbar machen */
.notice_box_hidden {
  display: none;
}

/* Ueberschriften fuer _Zubehoer_ usw. */
.header {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

/* Abstand fuer einige Boxen zB _Literatur_ */
.box_spacing {
  margin: 20px 0 5px 0;
}

/* Literatur Button in Detailansicht */
.literature a {
  display: block;
  color: #FFFFFF;   
  background-color: #7bad8c;
  border: 0px solid #043512;
  font-weight: bold;
  width: 196px;
  height: 23px;
  line-height: 20px;
  text-align: center;
}

/* Literatur Button besucht */
.literature a:visited {
  font-weight: bold;
}

/* Literatur Button mouseover */
.literature a:hover {
  color: #000000;
}

/* Tabellen fuer die Lieferantenkonditionen, Kundenkonditionen .. */
#kond_0,
#kond_1,
#kond_2 {
  font-size: 9pt;
  width: 100%;
}

/* Detailtabellen fuer die Konditionen */
.kond_details {
  width: 100%;
  font-size: 9pt; 
  margin: 0 0 0 20px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}

/* Kopffelder der Detailtabellen fuer die Konditionen */
.kond_details th {
  text-align: right;
  font-weight: normal;
}

/* Datenfelder der Detailtabellen fuer die Konditionen */
.kond_details td {
  text-align: right;
}

/* Direkter Link mit Konditionen vom Gast*/
p.kond_link_guest {
  margin-bottom: 20px;
}

/* Box fuer den Hauptinhalt */
#content {
  float: left;
  width: 800px;
  padding: 0;
  margin: 60px 10px 10px 10px;
}

/* Box mit Hauptteil der Detailansicht */
#hauptteil {
  float: left;
  margin-top: 0;
  width: 624px;
  margin-right: 0;
}

/* Box fuer Zubehoer und Konditionen */
#unten {       /*  */
  clear: both;
  padding: 40px 0 0 0;
}

/* Box fuer rechte Spalte mit Nummern etc */
#right {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 175px;
  background-color: #DEDEDE;
}

/* Liste mit Nummern und Gueltigkeit in der rechten Spalte*/
#nummern {
  list-style: none;
  padding: 0;
  margin: 10px 4px 10px 4px;
  width: 167px;
  overflow: hidden;
}

/* Listeneintraege in der Nummernliste */
#nummern li {
  padding: 3px 0px 3px 3px;
  margin: 0;
}

/* Hervorhebung bei auslaufenden Gueltigkeiten */
.date_expire {
  background-color: #FF0000;
}

/* Box fuer linke Spalte mit Bild, Literatur .. */
#left {
  float: left;
  margin: 0px 0px 0px 2px;
  width: 200px;
}

/* Box fuer Artikelbild */
#bild {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  color: #000000;
  width: 200px;
}

/* img-tag in Box fuer Artikelbild */
#bild img {
  border: 1px solid #FFFFFF;
}

/* Platzhalter falls kein Artikelbild vorhanden */
#no_pic {
  display: block;
  width: 200px;
  height: 170px;
}

/* Box fuer die Artikelbeschreibung (Langtext) */
#artbes {
  color: #121212;
  font-size: 9pt;
  line-height: 14pt;
  
  padding: 0 5px;
  width: 392px;
  float: left;
margin: 20px 0px 0px 0px;

}

/* Funktion zum Ausklappen von langen Texten */
#artbes div {
  overflow: hidden;
  height: 190px;
}

/* Datenfelder von Tabellen in Artikelbeschreibungen */
#artbes td {
  font-size: 8pt;
}

/* Liste fuer link aehnliche artikel */
.mime_list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Listeneintrag fuer aehnliche artikel */
.mime_list1 li {
  padding: 0 0 0 0;
  margin: 5px 0;
  font-size: 9pt;
  font-family: Verdana;
  line-height: 16px;
}

/* Liste der Literatur */
#mime_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Listeneintrag der Literatur */
.l_mime {
  float: left;
  width: 78px;
  padding: 0;
  margin: 8px;
}

/* img-Tag in Box fuer Zubehoer etc */
.zub_list img, 
#alt_list img, 
#nachfolger_list img, 
#notwendig_list img, 
#bestandteil_list img{   
  float: left;  
  padding: 2px 10px 0 2px; 
}

/* Tabelle fuer Eigenschaften, noch nicht eingebaut */
#technik_tabelle {
  margin: 10px 0 10px 4px;
  padding: 0;
  width: 392px;
  float: left;
}


/* Tabelle fuer Eigenschaften, noch nicht eingebaut */


/* Box mit Preis, Artikelnummer und Staffeln */
#infobox {
  margin-top: 10px;
  
  width: 392px;
  padding: 4px;
}

/* Feld fuer Anzahl zu bestellender Artikel */
.anzahl {
  width: 50px;
}

/* Box fuer Artikelmenge und Mengeneinheit */
.menge_box {
  display: block;
  font-weight: bold;
}

/* Box fuer Bestellbutton und Favoriten */
.button_box {
  margin: 15px 0;
  display: block;
  width: 250px;
}

/* Bestellbutton in Infobox */
.cart {
  background-color: #7bad8c;
  color: #FFFFFF;
  font-weight: bold;
  border: 0px solid #043512;
  margin-bottom: 5px;
  width: 195px;
  height: 23px;
  cursor: pointer;
}

.cart:hover {
  color: #000000;
}

/* Favoritenbutton in Infobox */
#infobox .favo {  background-color: #7bad8c;
  color: #FFFFFF;
  font-weight: bold;
  border: 0px solid #043512;
  width: 195px;
  height: 23px;
  cursor: pointer;
}

/* Staffeltabelle in Infobox */
.ib_table {
  color: #121212;
  width: 100%;
  margin: 40px 0 0 0;
  font-size: 9pt;
  line-height: 15pt;
}

/* Datenfeld in der Staffeltabelle */
.ib_table td {
  border-bottom: 1px solid #121212;
}

/* Ueberschrift der Staffeltabelle */
.it_head2 {
  font-weight: bold;
}

/* Kopffelder der Staffeltabelle */
.it_head {
  color: #121212;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #121212;
}

.zelle_br {
  border-right: 1px solid #DEDEDE;
}

.zelle_bt {
  border-top: 1px solid #535353;
  padding: 2px;
}

.zelle_bl {
  border-left: 1px solid #DEDEDE;
}

/* Preis in Infobox */
.ib_preis {
  display: block;
  margin: 5px 0;
  font-size: 12pt;
  color: #121212;
  font-weight: bold;
}

/* Text in Infobox */
.ib_text {
  display: block;
  margin: 5px 0;
}

/* Box fuer alternative Artikel */
.alternativ {
  background-color: #DEDEDE;
  color: #121212;
  border: 1px solid #9C9B9B;
  width: 173px;
  height: 104px;   
  overflow: hidden;
}

/* Box fuer Zubehoer, Bestandteil, Zusatzartikel etc */
.zubehoer,
.zubehoer_von,
.bestandteil,
.notw_zusatz,
.notw_auswahl,
.ersatzteil,
.nachfolger,
.verweis {
  background-color: #DEDEDE;
  color: #121212;
  border: 1px solid #9C9B9B;
  height: 104px;
  width: 190px;
  overflow: hidden;
}

/* Text in den Zubehoerboxen */
.zub_text {
  color: #121212;
  margin: 8px;
}

/* Hyperlinks / a-Tags in den Zubehoerboxen */
.zub_text a {
  text-decoration: underline;
  color: #121212;
}

/* oft verwendete Eigenschaft, sollte nicht geaendert werden */
.clear {
  clear: both;
}

/* Liste fuer die Zubehoerboxen */
.zub_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Eintrag in Zubehoerliste */
.zub_list li {
  float: left;
  
  margin-top: 10px;
}

/* Bild fuer Anzeige des Lagerstatus _auf Lager_ */
.auf_lager {
  width: 15px;
  background-image: url(../../navigationsimages/punktgruen.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Bild fuer Anzeige des Lagerstatus _bestellt_ */
.bestellt {
  width: 15px;
  background-image: url(../../navigationsimages/punktgelb.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* ------------------------- */
/* Stylesheet f�r Navigation */
/* ------------------------- */

/* Box fuer die Navigation links*/
.navi {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background:url(http://h1828700226k115.catalogus.de/shop_hacc/1828700226/grafik/platzhalter.jpg) no-repeat top;
  float: left;
  color: #121212;
  font-size: 12pt;
  font-family: Verdana,sans-serif;  
  width: 192px;
  height: 500px;
} 

/* Hyperlinks / a-Tags in Box Navigation, global */
.navi a {
  color: #043512;
  line-height: 10pt;
  font-weight: normal;
  text-decoration: none;
}

/* Hyperlinks / a-Tags in Box Navigation, mouseover */
.navi a:hover {
  font-weight: bold; 
  text-decoration: none;
}


.navi input.submit {
  color: #FFFFFF;
  font-weight: bold; 
  border: 0px solid #043512;
  height: 23px;
  margin: 10px 0 0 0;
}

/* Trennlinie in der Navigation */
.trenner {        

}

/* Liste fuer Flaggen/Sprachen */
.sprachen {
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0;
  width:73px;
  position:absolute; 
  left: 50%;
  margin-left: 438px;
  top:15px;
}

/* Eintrag fuer Flaggen/Sprachen */
.sprachen li {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}

/* Liste der Menulinks */
.navi_links {
  background-color: #043512;
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 0;
  visibility:hidden;
}

/* Menulinks */
.navi_links li {
  background-color: #FFFFFF;
  margin: 0 0 0 23px;;
  padding: 4px 0 0 10px;
  font-family: Verdana;
  font-size: 9pt;
  border-bottom: 1px solid #FFFFFF;
}

/* Erster Buchstabe der Menulinks */
.navi_links li:first-letter {
  text-transform: uppercase;
}

/* Box fuer die Suche */
#suche {
  padding: 10px 19px;
  margin: 10px 10px 0 0;
  position:relative; 
  left: 50%;
  margin-left: 428px;
  top:-215px;
  width:300px;
  z-index:100;
}

/* Rahmen fuer Formular fuer Suche */
#suche fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}

/* Eingabefeld der Suche */
.suche_text {
  width: 141px;
  margin: 0;
}

/* Auswahlboxen der Suchen */
.suche_select {
  width: 147px;
  margin: 5px 0 0 0;
}

/* Hyperlink / a-Tags in Box fuer Suche */
#suche a {
  font-size: 9pt;
  color: #FFFFFF;
  text-transform: none;
}
#suche a:hover {
  text-decoration:underline;
  color: #7bad8c;
  font-weight:normal;
}
#suche .submit {
  position:absolute; 
  left: 50%;
  margin-left: 0px;
  top:0px;
  width:66px;
}


/* Box fuer die Anmeldung */
#anmelden {
  background-color: #FFFFFF;
  font-family: Verdana;
  font-weight: bold;
  font-size: 9pt;
  color: #043512;
  margin: 10px 10px 0 0;
  padding: 10px 19px;
  visibility:hidden;
}

/* Eingabefelder der Anmeldung */
#anmelden input {
  width: 141px;
  margin: 2px 0;
}

/* Liste fuer die Daten des eingeloggten Nutzers */
#user_details {
  color: #000000;
  font-size: 9pt;
  list-style: none;
  padding: 0;
  margin: 0;
  visibility:hidden;
  z-index:100;
}

/* ------------------------- */
/* -- Stylesheet fuer Oben - */
/* ------------------------- */

/* Box fuer den Bereich oben */
.oben { 
  background:url(http://h1828700226k115.catalogus.de/shop_hacc/1828700226/grafik/oben.jpg);    
  margin: 0;
  padding: 0;
  width: 100%;
  height: 152px;
}

/* Hyperlinks / a-Tags im Bereich oben, global */
.oben a {
  color: #121212;
  font-family: verdana;
  font-size: 11pt;
  font-weight: normal;
  text-decoration: none;
}

/* Hyperlinks / a-Tags im Bereich oben, besucht */
.oben a:visited {
  text-decoration: none;
}

/* Hyperlinks / a-Tags im Bereich oben, mouseover */
.oben a:hover {
   color: #736F6E;
   text-decoration: none;   
}

/* Anzeige wo man sich befindet, noch nicht eingebaut */
#bread_crumbs {
  list-style: none;
  margin: 40px 0 0 220px;
  padding: 0;
}

/* Anzeige wo man sich befindet, noch nicht eingebaut */
#bread_crumbs li {
  color: #121212;
   font-family: verdana;
   font-size: 11pt;
   margin: 0 10px 0 0;
   float: left;
}

/* Liste fuer die erste Ebene der Administration */

#admin_submenu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  position:absolute; 
  left: 50%;
  margin-left: -299px;
  top:162px;
  z-index:110;
}

/* Eintrag fuer Liste erste Ebene Administration */
#admin_submenu li {
  font-family: verdana;
  font-weight: bold;   
  font-size: 9pt;      
  color: #666666;
  text-transform: uppercase;
  float: left;
  padding: 10px;
  background-color: #DEDEDE;
}

/* Hyperlinks / a-Tags erste Ebene Administration */
#admin_submenu li a {
  font-family: verdana;
  font-weight: bold;   
  font-size: 9pt;      
  color: #666666;
  text-transform: uppercase;
}

#admin_submenu li a:hover {     
  color: #000000;
}

/* Eintrag fuer zweite Ebene Administration */
#admin_submenu li li {
  float: none;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  margin: 0px !important;
}

/* Box fuer zweite Ebene Administration, global */
.submenu {
  display: none;
  width: 200px;
  background-color: #DEDEDE;

}

/* Hyperlinks / a-Tags fuer zweite Ebene Administration */
.submenu a {
  color: #000000;
  font-weight: normal !important;
  text-transform:none !important;
  }

/* Liste fuer zweite Ebene Administration */
.submenu ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}

/* Box 100 fuer zweite Ebene Administration */ 
#admin_child_100 {
  position: absolute;
  top: 34px; 
}

/* Box 200 fuer zweite Ebene Administration */ 
#admin_child_200 {
  position: absolute;
  top: 34px; 
}
 
/* Box 300 fuer zweite Ebene Administration */
#admin_child_300 {
  position: absolute;
  top: 34px; 
}

/* Box 400 fuer zweite Ebene Administration */ 
#admin_child_400 {
  position: absolute;
  top: 34px; 
}

/* Box 500 fuer zweite Ebene Administration */ 
#admin_child_500 {
  position: absolute;
  top: 34px; 
}

/* Box 600 fuer zweite Ebene Administration */
#admin_child_600 {
  position: absolute;
  top: 34px;
}

/* Box 700 fuer zweite Ebene Administration */
#admin_child_700 {
  position: absolute;
  top: 34px;
}

/* Liste fuer Menu Oben in Menu Verwalten */
.info_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width:1022px;
  position:absolute; 
  left: 50%;
  margin-left: -511px;
  top:121px;
}

/* Eintrag fuer Liste fuer Menu Oben */
.info_list li {
  background-color: #7bad8c;
  float: left;
  height: 31px;
  text-align: center;
  margin-right: 8px;
}

/* Hyperlinks / a-Tags im Menu Oben */
.info_list li a {
  display: block;
  padding-left:14px;
  padding-right:14px;
  font-family: verdana;
  font-weight: bold;   
  font-size: 9pt;      
  line-height: 31px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.info_list li a:hover {
   color: #000000;
   text-decoration: none; 
}

.info_list li a:active {
   color: #000000;
   text-decoration: none;
   background-color:#FFFFFF;   
}

/* Liste fuer Menu Oben 2, Favoriten, Verlauf, Aktionen */
.verwaltung_list {
  list-style: none;
  padding: 0;
  margin: 0;
  position:absolute; 
  left: 50%;
  margin-left: 218px;
  top:62px;
  z-index:200;
}

/* Eintrag fuer Liste Menu Oben 2 */
.verwaltung_list li {
  text-align: center;
  margin: 0 0 0 0;
  padding-left: 14px;
  float: left;
}

.verwaltung_list li:first-child { font-weight: bold !important;}

/* Hyperlinks / a-Tags fuer Menu Oben 2 */
.verwaltung_list li a {
  display: block;
  font-family: verdana;
  font-size: 9pt;
  line-height: 31px;
  color: #FFFFFF;
  text-transform: none;
}
.verwaltung_list li a:hover {
  text-decoration:underline;
  color: #7bad8c;
}

/* Eigenschaften des Warenkorbs */
#warenkorb {
  visibility:hidden;
  position: absolute;
  top: 0px;
  left: 700px;
  width: 300px;
  height: 34px;
  font-size: 9pt;
  line-height: 34px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

/* Link zum Warenkorb */
#warenkorb a {
   color: #121212;
   font-family: verdana;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
}

/* Link zum Warenkorb, mouseover */
#warenkorb a:hover {
   color: #FFFFFF;
   text-decoration: none;
}

/* Hinweise in der oberen Leiste */
#error_msg {
  padding-left: 30%;
}

/* Liste fuer Baumstruktur Eclass / VGKL */
.baum_list {
   padding: 0;
   list-style: none;
   margin: 45px 0 0 8px;
}

/* Eintraege fuer Baumstruktur Eclass / VGKL */
.baum_list li{
  float: left;
  margin: 0 10px 0 0;
}

/* ------------------------- */
/* - Stylesheet fuer Footer - */
/* ------------------------- */

/* Box fuer die Fusszeile / Unten */
.footer {
  color: #FFFFFF;
  background-color: #043512;
  font-size: 9pt;
  font-family: Verdana,helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px;
  width: 100%;
  text-align: right;
  float: left;
  clear: left;
}

/* Hyperlinks / a-Tags fuer Box Fusszeile */
.footer a {
  text-decoration:none;
  color: #FFFFFF;
}

.footer a:hover {
  text-decoration:underline;
  color: #7bad8c;
}

/* Liste fuer Menu Unten in Fusszeile */
.footer ul {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
}

/* Eintraege fuer Liste fuer Menu Unten */
.footer ul li {
  margin: 0 15px 0 0;
  padding: 0;
  display: inline;
}


/* ------------------------- */
/* --- Aehnliche Artikel --- */
/* ------------------------- */

/* oft benutzte Tabelle */
.aehnlich_table {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 9pt; 
}

/*  */
.aehnlich_table tr {
  vertical-align: top;
  text-align: left;
  padding: 2px;
}

/* Kopfdaten der Tabellen */
.aehnlich_table th {
  background-color: #DEDEDE;
}

/*  */
.no_wrap {
  display: block;
  white-space: nowrap;
}

/* Box fuer Gruppenbild bei Ansicht _aehnliche Artikel_ */
.gruppenbild {
  float: right;
}

/* img-Tag in Box Gruppenbild */
.gruppenbild img {
  padding: 0;
  border: 1px solid #FFFFFF;
}

/* Textbereich unter dem Gruppenbild */
.gruppenbild p {
  width: 200px;
}

/* Liste der Schlagworte nach einer Suche */
.sw_list {
  margin: 10px 20px;
  color: #121212;
  list-style: none;
  padding: 0;
  width: 520px;
}

/* Eintraege der Liste der Schlagworte nach einer Suche */
.sw_list li {
  border: 1px solid #FFFFFF;
  width: 500px;
  display: block;
  float: left;
  margin: 2px 0;
}

/* mouseover Effekt bei Eintraege der Schlagworte */
.sw_content:hover {
  border: 1px solid #043512;
}

/* Ueberschrift der Gruppen in Liste der Schlagworte */
.sw_head_link {
  text-align: left;
  background-color: #DEDEDE;
  font-weight: bold;
  float: left;
  width: 450px;
  height: 23px;
}

/* Ueberschrift der Treffer in Liste der Schlagworte */
.sw_head_hit {
  text-align: left;
  background-color: #DEDEDE;
  font-weight: bold;
  float: left;
  width: 50px;

  height: 23px;
}

/* Box fuer das Schlagwort */
.sw_link {
  width: 450px;
  float: left;
}

/* Box fuer die Treffer */
.sw_hits {
  width: 50px;
  float: left;
  text-align: right;
}

/* Hyperlink / a-Tags in Box fuer Schlagwort */
.sw_list a {
  text-decoration: none;
}

/* Inhalt vor dem Hyperlink */
.sw_list a:before {
  content: ">"; 
}

/* Hervorhebung bei grossen Unterschieden bei Ansicht mit Gruppenbild */
.differ1 {
  background-color: #9C9B9B;
  color: #FFFFFF;
}

/* Hervorhebung bei mittleren Unterschieden bei Ansicht mit Gruppenbild */
.differ2 {
  text-decoration: underline;
}

/* Box fuer Ueberschriftsbalken auf Hauptseiten */
.balken {
  background-color: transparent;
  color: #043512;
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  padding-bottom:10px;
  width: 580px;  
}

/* Innere Box fuer Ueberschriftsbalken */
.balken span {
  margin: 0 0 0 0px;
}

/* Ueberschrift zweiter Ebene bei Schlagworte */
.call_headline {
  color: #043512;
  font-size: 10pt;
  font-weight: bold;
  margin: 20px 0 14px 22px;
}

/* ------------------------- */
/* ----- Artikelliste ------ */
/* ------------------------- */

/* Box fuer Liste aller Hersteller bei Suche nach Bild / Artikelliste */
.hstliste {
  width: 252px;
  margin: 2px 0 0 6px;
  padding: 0 0 0 5px;
  float: left;
  vertical-align: top;
  text-align: left;
}

/* Hyperlinks / a-Tags fuer Liste aller Hersteller */
.hstliste a {
  color: #121212;
  font-weight: normal;
  text-decoration: none;
}

/* mouseover Effekt Hyperlink bei Liste aller Hersteller */
.hstliste a:hover {
   font-weight: normal;
   text-decoration: none;
}

/* Eintrag fuer Liste aller Hersteller */
.hstliste li {
  border: 1px solid #FFFFFF;
}

/* mouseover Effekt bei Eintrag aller Hersteller */
.hstliste li:hover {
  border: 1px solid #043512;
}

/* Liste aller Hersteller */
.hstliste ul {
  margin: 0 0 0 18px;
  padding: 0;
  list-style-type: none;
}

/* Ueberschriften / Trennung der Listen */
.hstliste h5,
.container_pic h5 {
  margin: 10px 0 5px 0;
  font-size: 130%;
  color: #121212;
  border: 0px solid #121212;
  background-color: #7bad8c;
}

/* Buchstaben- und Seitenzahlenliste */
.letter_list, 
.digit_list {
  padding: 0;
  margin: 5px 0 0 22px;
  list-style-type: none;
}

/* Eintraege der Buchstaben- und Seitenzahlenliste */
.letter_list li, 
.digit_list li {
  float: left;
  margin: 2px 5px 2px 2px;
  font-weight: bold;
  color: #121212;
}

/* Hyperlinks / a-Tags der Buchstaben- und Seitenzahlenliste */
.letter_list li a,
.digit_list li a {
  font-weight: bold;
}

/* Tabelle der Artikel eines Herstellers */
.art_hst_list {
  clear: both;
  margin: 50px 0 0 0;
}

/* gemischte Tabelle bei Suche mit Bild und ohne */
.result_pic_art {
  clear: both;
  margin: 0 0 0 22px;
  color: #043512;
  font-weight: bold;
}

/* Hyperlinks / a-Tags fuer gemischte Tabelle */
.result_pic_art a {
  color: #043512;
}

/* img-Tags fuer gemischte Tabelle */
.result_pic_art img {
  margin: 2px 0px;
}

/* Inhalt vor Hyperlinks in gemischte Tabelle */
.result_pic_art_link:before {
  content: ">";
}

/* Kopffelder der Tabelle Artikel eines Herstellers / gemischte Tabelle */ 
.art_hst_list th, 
.result_pic_art th {
  text-align: left;
  background-color: #DEDEDE;
  height: 26px;
}

/* Datenfelder der gemischten Tabelle */
.result_pic_art td {
  border-bottom: 1px solid #535353;
}

/* --------------------- */
/* ---- Startseite ----- */
/* --------------------- */

/* Box fuer Inhalt der Startseite */
#container_start {
  margin: 0;
  padding: 0;
}

/* Liste der Boxen der Startseite */    
#startseite {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

/* Style1 fuer Boxen der Startseite */    
#startseite li.style1 {
  float: left;
  margin: 0px;
  padding-right:10px;
  border-bottom: 0px solid #043512;
  height: auto !important; 
  overflow: visibile !important;
}

/* Style2 fuer Boxen der Startseite */
#startseite li.style2 {
  float: left;
  margin: 8px;
  overflow: hidden;
}

/* Style1 Box fuer Ueberschrift der Box */
#startseite div.headline1,
#span-vorschau-inhalt div.headline1 {
  margin: 0;   
  padding: 0;  
}

/* Style2 Box fuer Ueberschrift der Box */
#startseite div.headline2,
#span-vorschau-inhalt div.headline2 {
  margin: 0; 
  padding: 0;  
}

/* Style1 Ueberschrift der Box */
#startseite div.headline1 h1,
#span-vorschau-inhalt div.headline1 h1 {
  color: #043512;
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  padding-bottom:10px;
  padding-left:0px;
}

/* Style1 fuer Hyperlinks / a-Tags */
#startseite div.headline1 a {
  color: #043512;
  font-family: Verdana;
  font-size: 16pt;
  font-weight: normal;
  padding-bottom:10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* Style2 Ueberschrift der Box */
#startseite div.headline2 h1,
#span-vorschau-inhalt div.headline2 h1 {
  color: #7bad8c;
  font-size: 14pt;
  line-height: 18pt;
  margin: 6px 4px; 
  padding: 0;
}

/* Style1 fuer Hyperlinks / a-Tags */
#startseite div.headline2 a {
  color: #7bad8c;
  font-size: 14pt;
  line-height: 18pt;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
}

/* Style1 Box fuer Content der Box */
#startseite span.content_start1,
#span-vorschau-inhalt span.content1 {
  font-size: 12pt;
  color: #043512;
  font-family: Verdana;
  font-weight: normal;
  padding-left:0px;
}

/* Style1 Box fuer Content der Box */
#startseite span.content_start2,
#span-vorschau-inhalt span.content2 {
  display: block;
  margin: 6px 6px;
  font-size: 14pt;
  line-height: 18pt;
  color: #043512;
  font-weight: bold;   
}

/* linkstyle1 fuer Hyperlinks */
#startseite a.linkstyle1,
#span-vorschau-inhalt a.linkstyle1 {
  display: block;
  color: #043512;
  background-color: #7bad8c;
  border: 1px solid #043512;
  font-weight: bold;
  width: 61px;
  height: 23px;
  text-align: center;
  margin: 6px 0;
  text-decoration: none;
}

/* linkstyle2 fuer Hyperlinks */
#startseite a.linkstyle2,
#span-vorschau-inhalt span.content1 a.linkstyle2 {
  color: #043512;
  text-decoration: underline;
}

/*  */
#startseite li li {
  clear: both;
  border-style: none;
}

/* Vorschaubox oben in Startseite gestalten */
.vorschau_oben {
  background-color: #7bad8c;
  border: 1px solid #FFFFFF;
}

/* Vorschaubox links in Startseite gestalten */
.vorschau_navi {
  background-color: #7bad8c;
  border: 1px solid #FFFFFF;
}

/* Text zu gestrichelte Linie zur Anzeige der Aufloesung */
.dash_line {
  color: #FF0000;
} 

/* Text zu durchgezogene Linie zur Anzeige der Aufloesung */
.sol_line {
  color: #FF0000;
}

/* gestrichelte Linie zur Anzeige der Aufloesung */
.dash_border {
  border: 1px dashed #FF0000;
}

/* durchgezogene Linie zur Anzeige der Aufloesung */
.sol_border {
  border: 1px solid #FF0000;
}

/* Liste der Boxen fuer die Vorschau der Startseite */    
#start_vorschau ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
    
/* Eintraege fuer Liste der Boxen fuer Vorschau */
#start_vorschau li {
  float: left;
  margin: 1px;
  border: 1px solid #FFFFFF;
  background-color: #7bad8c;
}

/*  */
#vorschau-inhalt > span {
  margin:0;
}

/*  */
#dokumente-inhalt > span {
  margin: 8px;
}
      
/* --------------------- */
/* ---- Suchergebnis --- */
/* --------------------- */

/* Box fuer Suche mit Bilder 2. Seite */
.container_pic {
  width: 800px;
  margin: 0 0 0 0;
}

/* Box fuer einzelne Bilder */
.pic_box {
  float: left;
  display: block;
  width: 100px;
  
  border: 1px solid #535353;
  margin: 0 10px 10px 0;
height: 130px;
}

/* Box nur fuer das Bild */
.pic_box_pic {
  display: block;
  height: 90px;
}

/* Box fuer den Text */
.pic_box_text {
  display: block;
  background-color: #DEDEDE;
  color: #121212;
  height: 20px;
  text-align: center;
  text-decoration: underline;
}

/* einzelne PDFs */
.pdf_box {
  width: 220px;
  float: left;
}

/* --------------------- */
/* ------ VGKL     ----- */
/* --------------------- */
.referenz2 {
  background-color: #D7D7D7;
}

/* --------------------- */
/* ------ Kundendaten -- */
/* --------------------- */

/* Boxen fuer Texte in Kundendaten */
.customer_label  {
  display: block;
  width: 280px;
  margin: 2px;
  float: left;
  text-align: left;
}
/* Rahmen der Formulare in Kundendaten */
.user_data_fieldset {
  display: none;
  border-style: solid;
  width: 700px;
}

/* --------------------- */
/* ----- Warenkorb ----- */
/* --------------------- */

/* Box fuer Inhalt der Seite */
.basket_box { 
  font-family: Verdana;
  color: #535353;
  font-size: 10pt;
  margin: 0px;
}

/* aeussere Box mit Warenkoerbe bei Warenkoerbe verwalten */
#parent_manage_basket_box {
  position: absolute;
  top: 140px;
  
  text-align: center;
  font-weight: normal;
  border: 1px #000000 dashed;
  background-color: #DEDEDE;
  
  height: 490px;
left: 200px;
width: 795px;
}

.parent_manage_basket_box_p {
  float: left;
  text-align: left;
}

/* Eine Zeile der Warenkorbliste */
.basket_list_entry {
  border-bottom: 1px solid #000000;
}

/* innere Box mit Warenkoerbe bei Warenkoerbe verwalten */
#manage_baskets_box {
  position: absolute;
  left: 10px;
  top: 25px;
  text-align: left;
  font-weight: normal;
  border: 1px #000000 dashed;
  background-color: #FFFFFF;
  
  height: 400px;
  overflow: auto;
width: 775px;
}

.basket_zelle_bt {
  padding: 2px;
}

/* --- Anschrift --- */
/* ================= */

/* Box fuer Anschrift, Absender, Lieferadresse */
.anschrift_box { 
  margin-left: 2px; 
  margin-bottom: 20px;
  border-style: solid; 
  border-width: 1px;
  float: left;
  

height: 282px;
}

.anschrift_box_small {
  margin-left: 2px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  float: left;
  height: 135px;
}

/* Box fuer Anschrift */
#anschrift_box_an {
  width: 30%;
}

.basket_anschrift {
  font-size: 16pt;
  color: #017d41;
  margin: 2px 5px;
}

/* An wen wird die Bestellung gesendet */
.basket_senden_an {
  font-weight: bold;
  color: #017d41;
  margin: 4px 5px;
}

/* Box fuer Absender */
#anschrift_box_absender {
  width: 35%;
}

#anschrift_box_absender label  {
  float: left;
  margin-top: 3px;
  text-align: left;


width: 55px;
}

/* Box mit Liste der alternativen Lieferadresse */
.alt_liefer_list {
  position: absolute;
  top: 150px;
  left: 520px;
  width: 400px;
  font-weight: normal;
  border: 1px #000000 dashed;
  background: #7bad8c; 

}

/* Liste mit Liste der alternativen Lieferadresse */
.alt_del_list {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

/* Eintraege fuer Liste der alternativen Lieferadresse */
.alt_del_list li {
  margin: 2px 1px;
  padding: 0px;
  text-align: left;
  border-bottom: 1px dotted #000000;
}

/* Box mit Liste der alternativen Rechnungsadressen */
#alt_rechnung_list {
  position: absolute;
  top: 150px;
  left: 520px;
  width: 400px;
  font-weight: normal;
  border: 1px #000000 dashed;
  background: #7bad8c;
}

/* Liste mit Liste der alternativen Rechnungsadressen */
#alt_inv_list {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

/* Eintraege fuer Liste der alternativen Rechnugsadressen */
#alt_inv_list li {
  margin: 2px 1px;
  padding: 0px;
  text-align: left;
  border-bottom: 1px dotted #000000;
}

/* Box fuer Ueberschrift _Anschrift_ */
.anschrift_box_ueberschrift {
  border-bottom-style: solid; 
  border-width: thin; 
   
  font-weight: bold;
}

.ueberschrift_text_abstand {
  font-weight: bold;
  margin-left: 10px;
  padding-top: 5px;
}

#change_abs_form {
  margin: 0px;
}

#change_abs_fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#change_abs_fieldset label {
  width: 80px;
}



.anschrift_liste {
  margin-left: 10px;
  margin-top: 0px; 
  padding: 0px; 
  list-style-type: none; 
}

.liefer_button {
  float: right;
}

/* Button zum Aendern der Lieferadresse */
#change_liefer_button {
  background-color: #9AFBE;
  margin: 5px 1% 0px 0px; 
   
  width: 150px; 
  color: #043512;
  font-weight: bold; 
  text-align: center; 
  padding-top: 5px;
} 

/* Button zum Loeschen der Lieferadresse */ 
#del_liefer_button {
  background-color: #7bad8c;
  margin: 5px 1% 0px 0px; 
  height: 23px; 
  width: 150px; 
  color: #043512;
  font-weight: bold; 
  text-align: center; 
  padding-top: 5px;
}

#kostenst_psp_box p{
  font-weight: bold;
  margin: 0px 0px 0px 10px;
}

#kostenst_psp_box select {
  float: left;
}

.innerlink_boxes {
  float: left;
  margin-left: 2px;
  margin-bottom: 5px;
  width: 395px;
  
  border: 1px #535353 solid;	
height: 70px;
}

#auftrag_box p {
  font-weight: bold;
  margin: 0px;
}

#auftragnr_box {
  margin-left: 10px;
  width: 199px;	
  float: left;
}

#anspr_box {
  margin-left: 5px;
}

#basket_link_box p {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 10px !important;
  margin-left: 5px;
}

.manuelle_artikel {
  display: none;
  margin: 15px 0px;
  border-left: 1px dashed #535353;
  border-bottom: 1px dashed #535353; 
}

.manuelle_artikel p {
  margin: 4px;
}

#kommentar_box {
  display: none;
  margin: 15px 0px;
  border-left: 1px dashed #535353;
  border-bottom: 1px dashed #535353; 
}

#kommentar_box p {
  margin: 4px;
}

.basket_label  {
  display: block;
  width: 120px;
  margin: 2px;
  float: left;
  text-align: left;
}

.chng_del_article {
  width: 66px;
  margin-left: 0px;
  margin-right: 1px;
}

/* --- Artikel-Tabelle --- */
/* ======================= */

.basket_pos {
  font-weight: bold;
}

.basket_button_spacing {
  height: 20px;
}

.basket_art_change_submit {
  background-color: #7bad8c;
  border: 0px solid #043512;
  height: 20px;
  width: 55px;
  text-align: center;
}

.basket_art_change_submit a {
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.basket_art_change_submit a:hover {
  color: #000000;
}

.basket_art_change_submit_change {
  width: 60px;
  float: right;
  margin-top: -34px;
  margin-right: 10px;  	
}

.basket_art_change_submit_del {
  width: 60px;
  float: left;	
  margin-top: 5px;
}

.basket_table_head {
  width: 100%;
  font-family: Verdana; 
  margin-top: 5px;
  padding: 0;
  font-size: 9pt;
}

.basket_table_head tr {
  vertical-align: top;
  text-align: left;
}

.basket_table_head th {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
}

.table_draw_bottom_line {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 4px;
  border-bottom: 1px solid #535353;
}

.basket_notiz_format {
  margin: 10px 0px;
}

.table_cell_summe {
  font-weight: bold;
}

#table_order_submit {
  height: 23px;
  width: 200px;
  text-align: left;
}

#oci_order_submit {
  background-color: #7bad8c;
  height: 27px;
  width: 197px;
  color: #FFFFFF;
  font-weight: bold;
  border: 0;
  padding: 0 0 5px 0;
  margin: 5px 0 0 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  float: right;
}

#table_order_submit a {
  font-family: Verdana;
  color: #043512;
  font-size: 8pt;
  font-weight: bold;
}

#table_order_submit_div {
  width: 197px;
  float: right;
}

/* --- Help ---------- */
/*=====================*/
/* erste Ueberschrift der Hilfe */
#help h1 {
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
}

/* zweite Ueberschrift der Hilfe */
#help h2 {
  font-size: 125%;
  font-weight: normal;
  text-decoration: underline;
}

/* dritte Ueberschrift der Hilfe */
#help h3 {
  font-size: 115%;
  font-weight: bold;
  text-decoration: none;
}

/* ---------------------- */
/* ------ Sonderpreise -- */
/* ---------------------- */

.spr_label  {
  display: block;
  width: 140px;
  float: left;
  text-align: left;
}

.spr_p {
  margin: 1px;
}

/* ------------------------------------ */
/* ------ Google Conversion Tracking -- */
/* ------------------------------------ */

.conversion_tracking  {
  margin-left: 200px;
  text-align: right;
  display: none;
}

/* ----------------------- */
/* ------ Pflegeautomat -- */
/* ----------------------- */

.katprof_auto_label  {
  display: block;
  width: 175px;
  float: left;
  text-align: left;
}

/* ----------------------- */
/* ---- Seitenzahlen  ---- */
/* ----------------------- */

.sz-box {
  margin: 5px 0px;
}

.sz-box a, .sz-box a:link {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #DEDEDE;	
}

.sz-box a:visited {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #DEDEDE;	
}

.sz-box a:hover {	
  border: 1px solid #121212;
  color: #121212;
}

.sz-box a:active {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #DEDEDE;	
}

.sz-box span.sz-seiten {
  padding: 2px 4px 2px 4px; 
  margin: 2px 2px 2px 2px;
  border: 1px solid #121212;
}

.sz-box span.sz-aktuell {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  font-weight: bold;
  border: 1px solid #121212;
  color: #121212;
}

#anschrift_box_rechnung {
  width: 245px;
}

#alt_rechnung_list {
  left: 590px;
}

.basket_senden_an {
  font-weight: bold;
  color: #017d41;
  margin: 4px 5px;
}



#abs_ort {
  margin: 0px;
}








#anschrift_box_liefer {
  width: 260px;
}

.abs_anschrift_liste {
  margin-left: 5px;
  margin-top: 0px;
  padding: 0px;
  list-style-type: none;
}

.notice_box_visible span {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.notice_box_button {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  width: 60px;
}


/* --------------------------- */
/* - Kostenstellen editieren - */
/* --------------------------- */

#edit_kostenst_fieldset {
  border: none;
}

.field_header {
  width: 200px;
  margin: 10px 10px;
  text-align: center;
  font-weight: bold;
  float: left;
}

.submit_button_kostenst {
  margin: 0px 180px;
}


.universal_img_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border:none;
width: 25px;
}

#middle {
  float: left;
  width: 392px;

margin-left: 10px;

}


#technik_tabelle table {
  width: 100%;
  border-collapse: collapse;
}

#technik_tabelle table th {
  text-align: left;
  border-bottom: 1px solid #535353;

}

#technik_tabelle table td {
  border-bottom: 1px solid #535353;
  width: 50%;
  padding: 2px 0 2px 1px;
}


.fields_required {
  margin-left: 10px;
  font-weight: normal;
  font-size: 8pt;
}



/* VGKL PDFs */






.container_vgkl {
  width: 600px;
  height: 125px;
  margin-left: 15px;
  margin-right: 15px;
}

.vgkl_pdf_box {
  width: 212px;
  height: 100px;
  border: 1px solid #000000;
  float: left;
}

.vgkl_pdf_artbes {
  margin-left: 235px;
}

.vgkl_pdf_artbes p {
  font-weight: bold;
}

.vgkl_sz-box {
  margin-left: 5px;
  margin-top: 5px;
}

.global_popup_hidden {
  display: none;
}

.global_popup_visible {
  
  top: 470px;
  left: 450px;
  width: 300px;
  height: 120px; 
  color: #000000;
  background-color: #D0D0D0;
  border: 1px solid #000000;
position: absolute;
}

.global_popup_visible h2 {
  margin: 0;
  padding: 0;
  background-color: #6C6C6C;
  color: #ffffff;
  font-size: 10pt;
  font-weight: normal;
}

.global_popup_visible span {
  margin: 2px 0 2px 10px;
}

.global_popup_visible p {
  margin: 10px;
  padding: 0;
  text-align: center;
}

.agb_box {
  text-align: right;
}

.agb_box input {
  margin-left: 30px;
}

.mark_additional_field {
  background-color: #E2E2E2;
}

.cat_is_active {
  font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

