@charset "UTF-8";

/* CSS fuer Wer liefert was?
 * 
 * Startseite
 *
*/

/* Universalselektor */
* {
  color:rgb(92,92,92);
}

body  {
  background-color:rgb(255,255,255);
}

/* Abstand zwischen einzelnen Containern */
.abstand {
	border-right-color:rgb(235,235,235);
	border-left-color:rgb(235,235,235);
}
/* Abstand zwischen einzelnen Containern */

/* Kopfzeile */
#kopfzeile {
	background-color:rgb(255,255,255);
	border-color:rgb(235,235,235);
}

#headline_seibt_ik h1, #headline_wbm h1, #headline_seibt_mt h1 {
	color:rgb(92,92,92);
}

#headline_seibt_ik h6, #headline_wbm h6, #headline_seibt_mt h6 {
	color:rgb(92,92,92);
}
/* Ende Kopfzeile */

/* Einfache Suche */
#suchmaskeeinzeln {
	background-image:url(/image/seibt_mt/xx/bg_start_suchmaske.png);
	border-right-color:rgb(235,235,235);
	border-left-color:rgb(235,235,235);
}

#umschaltererweitertesuche, #umschaltererweitertesuche a {
	color:rgb(92,92,92);
}

#suchmaskeeinzeln h2 {
	color:rgb(1,166,236);
}

#sucheingabe {
	background-image:url(/image/seibt_mt/xx/bg_suchschlitz.png);
}

#findenbuttoneinfach {
	background-image:url(/image/seibt_mt/xx/btn_finden_gross.png);
}

#findenbuttoneinfach input {
	background-color:transparent;
	color:rgb(255,255,255);
}

#sucheingabe input {
	background-color:transparent;
}

.produktsuche, .firmensuche {
	color:rgb(92,92,92);
}

#suchmaskeeinzeln hr {
	border-color:rgb(1,166,236);
}
/* Ende Einfache Suche */

/* Erweiterte Suche */
#suchmaskeerweitert {
	background-image:url(/image/seibt_mt/xx/bg_start_suchmaske.png);
	border-right-color:rgb(235,235,235);
	border-left-color:rgb(235,235,235);
}

#suchschlitze p {
	color:rgb(92,92,92);
}

#sucheingabeAllewoerter, #sucheingabeIrgendeinwort, #sucheingabeOhnewoerter {
	background-image:url(/image/seibt_mt/xx/bg_suchschlitz_erweitert.png);
}

#sucheingabeAllewoerter input, #sucheingabeIrgendeinwort input, #sucheingabeOhnewoerter input {
	background-color:transparent;
}

#findenbuttonerweitert {
	background-image:url(/image/seibt_mt/xx/btn_finden_gross.png);
}

#findenbuttonerweitert input {
	background-color:transparent;
	color:rgb(255,255,255);
}

#verzeichnislink li, #verzeichnislink li a {
	color:rgb(1,166,236);
}

#verzeichnislink li.normal {
  color:rgb(92,92,92);
}

#umschaltereinfachesuche, #umschaltereinfachesuche a {
	color:rgb(92,92,92);
}

#suchmaskeerweitert hr {
	border-color:rgb(1,166,236);
}
/* Ende Erweiterte Suche */

/* Autovervollstaendigung */
.ac_results {
	border-color: rgb(235,235,235);
	background-color: rgb(255,255,255);
}

.ac_loading {
	background-color: rgb(255,255,255);
}

.ac_over {
	background-color: rgb(255,255,255);
	color:rgb(92,92,92);
}

.ausblendenlink {
	color:rgb(1,166,236); 
}

a.einblendenlink {
	color:rgb(1,166,236) !important; 
}
/* Ende Autovervollstaendigung */

/* Firma eintragen, bearbeiten */
#eintragen li.thetext, #eintragen li.thetext a {
	color:rgb(92,92,92);
}
/* Ende Firma eintragen, bearbeiten */

/* Produkt der Woche, Im Fokus */
#produktwoche, #imFokus {
	background-color:rgb(255,255,255);
	border-right-color:rgb(235,235,235);
	border-bottom-color:rgb(235,235,235);
	border-left-color:rgb(235,235,235);
}

#produktwoche h3, #imFokus h3 {
	color:rgb(92,92,92);
}

#produktlink, #imFokuslink, #produktlink a, #imFokuslink a {
	color:rgb(1,166,236);
}
/* Ende Produkt der Woche, Im Fokus */

/* Frontbanner */
#frontbanner {
	background-color:rgb(255,255,255);
	border-right-color:rgb(235,235,235);
	border-left-color:rgb(235,235,235);
}
/* Ende Frontbanner */

/* Fusszeile */
#fusszeile {
	background-color:rgb(255,255,255);
	border-color:rgb(235,235,235);
}

#fusslinks, #fusslinks li, #fusslinks a {
	color:rgb(1,166,236);
}
/* Ende Fusszeile */
