@charset "utf-8";
/**
* Stylesheet fuer Grimm Kuechen
*
* Autor: Minh Phan
*
* GLOBALE EINSTELLUNGEN */

/* Zuruecksetzen der Innen- und Aussenabstaende */
* {  margin: 0; padding: 0; }

/* Schriftgroesse kontrollieren */
body, td, th { font: normal 12px/18px Arial, Verdana, sans-serif; }
td, th { font-size: 100%; }

/* Farben und Hintergruende setzen */
html, body { color: #161616; background-color: white; }
body.start { background: url(../images/background_start.png) top left repeat-x; }
body.inhalt { background: url(../images/background_inhalt.png) top left repeat-x; }
/**
* Regeln fuer allgemeine Elemente
*
* Ueberschriften */
h1, h2.start {
  color: inherit;
  background-color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  }
h2 {
  color: inherit;
  background-color: white;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  }
h3 {
  color: inherit;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
p {
  line-height: 18px;
  margin: 6px 0;
  }
img {
  border: 0;
  }
/* Links im Allgemeinen (Fliesstext) */
a:active, a:focus {
  outline: none;
  }
a:link, a:visited {
  color: #b60006;
  background-color: transparent;
  text-decoration: none;
  }
a:hover, a:focus, a:active {
  color: #b60006;
  background-color: transparent;
  text-decoration: underline;
  }
/* Pfeil vor Links einblenden */
a.navi {
  line-height: 20px;
  background: transparent url(../images/link.png) no-repeat left 4px;
  padding-left: 10px;
  }
/* Doppelpfeil vor externen Links einblenden */
a.extern {
  line-height: 20px;
  background: transparent url(../images/link_extern.png) no-repeat left 4px;
  padding-left: 14px;
  }
/* Zeilenhoehe fuer 2zeilige Links niedriger */
a.unternehmen {
  line-height: 18px;
  background: transparent url(../images/link.png) no-repeat left 4px;
  padding-left: 10px;
  }
/* Header  */
div#head_start {
  width: 960px;
  height: 484px;
  margin: auto;
  color: inherit;
  background: url(../images/header_top.gif) 37px top no-repeat;
  }
div#head {
  width: 960px;
  height: 354px;
  margin: auto;
  color: inherit;
  background: url(../images/header_inhalt_top.png) left top no-repeat;
  }
div#head_top {
  position: relative;
  width: 886px;    /* Breite 886px + 37px linker Rand */
  margin: 0 37px 0 37px;
  }
/* Topnavigation */
div#headmenu_top_left {
  position: relative;
  float: left;
  left: 20px;
  top: 5px;
  height: 38px;
  line-height: 38px;
  z-index: 9;
  }
div#MiB {
  	position: relative;
	height: 30px;
	float: right;
	right: 37px;
	top: -5px;
	z-index: 9;
  }
/* Navigation Standorte */
div#headmenu_top_right {
  position: relative;
  float: right;
  right: 20px;
  top: 5px;
  height: 38px;
  line-height: 38px;
  z-index: 9;
  }
/* float Noscript-Link direkt ueber Javascript-Link */
div#noscript_standort {
  position: absolute;
  float: right;
  right: 0px;
  top: 0px;
  height: 38px;
  line-height: 38px;
  z-index: 19;
  }
/* Headerbuehne */
div#header_start {
  width: 960px;
  height: 375px;
  margin-top: 10px;
  text-align: center;
  background: transparent url(../images/header_start_bg.png) left 129px no-repeat;
  }
div#header_inhalt {
  width: 960px;
  height: 245px;
  margin-top: 10px;
  color: inherit;
  background: transparent url(../images/header_klein_bg.png) left 40px no-repeat;
  text-align: center;
  }
div#header_klein {
  width:886px;
  height:130px;
  margin: 0 37px 0 37px;
  color: inherit;
  background: transparent;
  text-align: center;
  }
#header_logo {
  position: relative;
  top: -45px;
  }
/* 2 Layer fuer die Slideout-Karte */
div#slider {
  position: absolute;   /* damit Slider ueber die Headerbuehne geht */
  top: 0px;
  left: 0px;
  width: 886px;
  z-index: 5;  /* um das dynamische Menu zu ueberlagern, das hat bereits z-index 4 */
  }
#karte_ausgefahren {
  position: relative;
  width: 826px;
  height: 286px;
  color: #161616;
  background: url(../images/karte_bg.png) top left no-repeat;
  overflow: hidden;
  display: none;
  padding: 50px 40px 0 20px;
}
#karte_ausgefahren_fr {
  position: relative;
  width: 826px;
  height: 286px;
  color: #161616;
  background: url(../images/karte_bg_fr.png) top left no-repeat;
  overflow: hidden;
  display: none;
  padding: 50px 40px 0 20px;
}
#karte_links {
  float: left;
  }
#karte_rechts {
  float: right;
  width: 356px;
  }
#karte_FR {
  display: block;
  }
#karte_BI, #karte_BR, #karte_OG, #karte_RA, #karte_KA, #karte_WO {
  display: none;
  }
table.karte_ausgefahren {
  width: 356px;
  }
table.karte_ausgefahren td {
  padding-top: 2px;
  }
td.border {
  border-bottom: 1px solid #ccc;
  }
div.clearfloat {
  clear: both;
  float: left;
  width: 160px;
  }
/**
* Content Formatierung
*/
div#content {
  width: 886px;
  margin: auto;
  }
div.content_text {
  clear: left;
  margin: 0;
  margin-right: 302px;
  }
div.spalte1  {
  clear: left;
  float: left;
  width: 282px;
  margin: 10px 20px 10px 0;
  }
div.spalte2  {
  float: left;
  width: 282px;
  margin: 10px 0 10px 0;
  }
/* Teaserboxen */
div#menubox_produkte {
  width: 282px;
  height: 470px;
  float: right;
  background: transparent url(../images/right_nav_produkte.png) top left no-repeat;
  padding: 0;
  margin: 0;
  }

div#menubox_unternehmen {
  width: 282px;
  height: 390px;
  float: right;
  background: transparent url(../images/right_nav_unternehmen.png) top left no-repeat;
  padding: 0;
  margin: 0;
  }
div.box1 {
  float: left;
  width: 262px;
  height: 315px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_bg.png) top left no-repeat;
  margin: 12px 20px 0 0;
  }
div.box2 {
  float: left;
  width: 262px;
  height: 315px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_bg.png) top left no-repeat;
  margin-right: 20px;
  }
div.box3 {
  float: left;
  width: 262px;
  height: 315px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_bg.png) top left no-repeat;
  margin: 0;
  }
 div.box_social {
	float: left;
	width: 262px;
	height: 115px;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	background: transparent url(../images/box_bottom.png) top left no-repeat;
 }
div.box_content {
  float: left;
  width: 262px;
  height: 263px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_content.png) top left no-repeat;
  margin: 0;
  }
div.box_produkte {
  float: left;
  width: 262px;
  height: 286px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_produkte.png) top left no-repeat;
  margin: 0;
  }
div.box_produkte2 {
  float: left;
  width: 262px;
  height: 306px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_produkte2.png) top left no-repeat;
  margin: 0;
  }
  div.box_unternehmen {
  float: left;
  width: 262px;
  height: 273px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_unternehmen.png) top left no-repeat;
  margin: 0;
  }
 div.box_unternehmen2 {
  float: left;
  width: 262px;
  height: 296px;
  overflow: hidden;
  padding: 10px;
  background: transparent url(../images/box_unternehmen2.png) top left no-repeat;
  margin: 0;
  } 
img.teaserbox {
  padding-bottom: 1px;
  border-bottom: 10px solid #fa8000;
  }
div.teaserbox  {
	height: 146px;
	width: 260px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	border-bottom: 10px solid #fa8000;
	text-align:center;
	background: transparent url(../images/Teaser_box1.jpg) top left no-repeat;
  }  
h2.teaser {
  padding-top: 5px;
  margin-top: 0;
  }
h2.spalten {
  padding-top: 10px;
  }
h2.standorte {
  padding-top: 20px;
  }
h2.sonderaktion {
  text-transform: uppercase;
  font-weight: bold;
  }
p.sonderaktion {
  font-weight: bold;
  margin: 5px 0 0 0;
  }
p.abstand {
  margin-top: 10px;
  }
/** Spezielle Formatierungen
*
* Breadcrumb Navigation
*/
div#breadcrumb {
  position: relative;
  margin-left: 37px;
  padding: 0 0 10px 0;
  width: 600px;
  }
p.breadcrumb {
  font-size: 11px;
  line-height: 11px;
  }
.grey {
  color: #707070;
  background-color: inherit;
  }
.underline {
	text-decoration:underline;
}
.aktuell {
  font-weight: bold;
  color: #b60006;
  }
.red {
  color: #b60006;
  background-color: inherit;
  }
.orange {
  color: #fa8000;
  background-color: inherit;
  }
.bold {
  font-weight: bold;
  }
.center {
  text-align: center;
  }
p.sternchen {
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
  color: #b60006;
  }
em.konzept {
  color: #b60006;
  background-color: inherit;
  font-style: normal;
  font-weight: bold;
  }
p.erster_abschnitt {
  margin-top: 5px;
  }
/* Rechtes Navigationsmenu */
div#right_nav_head_1 {
  width: 127px;
  height: 26px;
  float: left;
  text-align: center;
  line-height: 24px;
  }
div#right_nav_head_2 {
  width: 155px;
  height: 26px;
  float: left;
  text-align: center;
  line-height: 24px;
  }
div#right_nav {
  border-top: 0px;
  margin-top: 26px;
  padding: 20px;
  }
/**  Ende Seitenmenu
*
* Footer */
div#footer {
  clear: both;
  width: 886px;
  margin: auto;
  }
div#footer_left {
  float: left;
  margin: 30px 0 0 0;
  }
div#footer_right {
  float: right;
  margin: 30px 0 0 0;
  }
div#copyright {
  clear: left;
  border-top: 1px solid #cccccc;
  padding-top: 6px;
  margin-bottom: 26px;
  }
div#web2 {
  position: relative;
  float: right;
  height: 20px;
  }  
span.footermenu {
  line-height: 32px;
  margin: 0;
  }
p.schnellzugriff {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 8px 0;
  }
/* Musterkuechen-Seite */
#suchkopf  {
  float: left;
  width: 584px;
  height: 22px;
  margin-top: 20px;
  padding-top: 4px;
  background: white url(../images/suche_bg.png) no-repeat bottom left;
  }
#suchkopf span, #suchkopf_fr span {
  padding: 0 10px 0 10px;
  font-weight: bold;
  }
#suchkopf_fr  {
  float: left;
  width: 584px;
  height: 22px;
  margin-top: 20px;
  padding-top: 4px;
  background: white url(../images/suche_bg_fr.png) no-repeat bottom left;
  }
div#suchmaske {
  width: 572px;
  float: left;
  padding: 15px 0 20px 10px;
  border: 1px solid #ccc;
  border-top: none;
  }
#suche1, #suche2, #suche3 {
  float: left;
  margin-right: 20px;
  }
select.suche, select.suche_fr {
  width: 140px;
  margin-top: 5px;
  }
#suchebutton {
  float: left;
  color: #161616;
  background: url(../images/button_bg.png) left top repeat-x;
  padding: 2px 15px ;
  font-weight: bold;
  }
h2#fr, h2#br, h2#og, h2#ra, h2#ka, h2#wo, h2#bi {
  display: block;
  margin-bottom: 7px;
  }
.mk_FR, .mk_BR, .mk_OG, .mk_KA, .mk_RA, .mk_WO, .mk_BI, .mk_Ende, .nix {
  display: block;
  padding-top: 27px;
  background: white url(../images/diashow_bg.png)  no-repeat top left;
  }
.billig, .mittel, .teuer {
  width: 582px;
  margin-top: 10px;
  border: 1px solid #ccc;
  }
.invisible {
 	display: none;
 } 
.leer {
	width: 562px; 
	margin-top: 10px; 
	border: 1px solid #ccc; 
	padding: 10px;
}
table.MK {
  width: 100%;
  padding: 10px;
  }
table.MK td.bold {
  font-weight: bold;
  }
table.MK td.red {
  font-weight: bold;
  color: #b60006;
  }
table.MK td.big {
  color: #b60006;
  font-weight: bold;
  font-size: 16px;
  }

/* Kontaktseite */
#kontaktdaten {
  width: 584px;
  height: 600px;
  color: inherit;
  background: transparent url(../images/kontakt_komplett.png) left top no-repeat;
  margin-top: 26px;
  }
#kontakthead1 {
  width: 188px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  }
#kontakthead1_fr {
  width: 200px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  }
#kontakthead2 {
  width: 110px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  }
#kontakthead2_fr {
  width: 150px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  }
#kontakttab {
  clear: left;
  width: 564px;
  height: 470px;
  padding: 10px;
  }
table.kontakt {
  width: 564px;
  overflow: hidden;
  }
th {
  text-align: left;
  padding-top: 15px;
  }
td {
  vertical-align: top;
  }
/* Kontaktformular */
#kontakthead {
  width: 584px;
  height: 27px;
  color: inherit;
  background: transparent url(../images/kontakt_top.png) left top no-repeat;
  margin-top: 26px;
  }
#kontakthead_fr {
  width: 584px;
  height: 27px;
  color: inherit;
  background: transparent url(../images/kontakt_top_fr.png) left top no-repeat;
  margin-top: 26px;
  }
#kontakthead_fr1 {
  width: 584px;
  height: 27px;
  color: inherit;
  background: transparent url(../images/kontakt_top1_fr.png) left top no-repeat;
  margin-top: 26px;
  }
#kontakt_bg {
  clear: left;
  width: 564px;
  color: inherit;
  background: transparent url(../images/kontakt_bg.png) left top repeat-y;
  padding: 10px;
  overflow: hidden;
  }
#kontaktfoot {
  clear: left;
  width: 584px;
  height: 20px;
  color: inherit;
  background: transparent url(../images/kontakt_foot.png) left top no-repeat;
  }
.telefonbutton {
  float: right;
  width:86px;
  height:38px;
  margin-top: 38px;
  margin-right: 15px;
  }
.telefonbutton2 {
  float: right;
  width:86px;
  height:38px;
  position: relative;
  right: 15px;
  bottom: -38px;
  }
div.float {
  float: left;
  }
.form_pflicht {
  font-weight: bold;
  color: #b60006;
  }
.form  {
  margin: 5px 5px 0 20px;
  }
#rueckruf  {
  margin: 5px 5px 0 0;
  }
input.absenden {
  float: right;
  margin: 37px 10px 10px 0;
  border: 0px;
  }
.feld_breit {
  width: 270px;
  margin-right: 10px;
  }
#anfrage {
  width: 556px;
  }
#PLZ, #PLZ1, #PLZ2 {
  width: 40px;
  margin-right: 10px;
  }
#ort {
  width: 216px;
  }
.auswahl {
  width: 274px;
  display:block;
  }
.schmal {
 	width: 150px;
  	display:block;
 	} 
#datum {
  width: 123px;
  margin-right: 20px;
  }
#uhrzeit {
  width: 123px;
  }
.hinweis {
  line-height: 25px;
  padding: 7px 5px 3px 5px;
  }
p.error {
  color: red;
  background: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  }
p.nachricht {
  font-weight: bold;
  margin: 0;
  } 
/* Standorte */
div#standorte_content {
  height: 390px;
  overflow: hidden;
  }
div#standorte_menu {
  width: 144px;
  float: left;
  margin-top: 15px;
  }
#karte {
  float: left;
  z-index: 0;
  margin: 17px 0 10px 10px;
  }
div.oeffnungszeiten {
  padding: 5px 0 0 20px;
  }
div.vereinbarung {
  clear: both;
  float: left;
  width: 160px;
  padding-left: 20px;
  }
div.close {
  width: 20px;
  height: 20px;
  position: relative;
  top: 22px;
  left: 451px;
  }
div.standorte_content {
  padding: 8px 20px 0 30px;
  }
p.standorte_text {
  margin-bottom: 15px;
  }
img.standorte {
  padding: 10px;
  border: 1px solid #cccccc;
  }
p.adresse {
  margin: 0 0 0 20px;
  }
.standorte_container {
  display: none;
  clear: both;
  position: relative;
  top: -290px;
  left: 100px;
  width: 489px;
  height: 398px;
  z-index: 20;
  }
div.clear {
  float: left;
  clear: both;
  padding-left: 20px;
  }
div.route {
  width: 200px;
  float: left;
  clear: both;
  padding-left: 20px;
  margin-top: 5px;
  }
#freiburg {
  background: url(../images/standorte_freiburg_bg.png) left 50% no-repeat;
  }
#breisach {
  background: url(../images/standorte_breisach_bg.png) left 50% no-repeat;
  }
#offenburg {
  background: url(../images/standorte_offenburg_bg.png) left 50% no-repeat;
  }
#rastatt {
  background: url(../images/standorte_rastatt_bg.png) left 50% no-repeat;
  }
#karlsruhe {
  background: url(../images/standorte_karlsruhe_bg.png) left 50% no-repeat;
  }
#woerth {
  background: url(../images/standorte_woerth_bg.png) left 50% no-repeat;
  }
#binzen {
  background: url(../images/standorte_binzen_bg.png) left 50% no-repeat;
  }
/* float Noscript-Link direkt ueber Javascript-Link */
div#noscript_orte {
  clear: left;
  float: left;
  width: 434px;
  margin-left: 150px;
  margin-top: -100px;
  }
/* Linke Spalte fuer das Bild */
div.noscript_1 {
  float: left;
  width: 198px;
  }
div.noscript_2 {
  float: left;
  width: 216px;
  }

/* Hersteller - E-Geraete */
img.hersteller1 {
  margin: 10px 10px 0 0;
  }
img.hersteller2 {
  margin: 10px 0 0 0;
  }
/* Konzeptseite */
li.konzept {
  margin: 0 0 5px 30px;
  }
/* Stellenangebote */
ul.jobs li {
  margin: 3px 0 0 12px;
  }
p.bewerbung {
  line-height: 16px;
  }
/* Kuechenmoebel-Seite */
h2.kuechen {
  margin: 20px 0 18px 0;
  }
/* Logo-Navigation */
.kuechenlogos {
  text-align: center;
  margin-top: 17px;
  }
.kuechen img, .kuechen_fr img {
border: 1px solid #ccc;
margin: 0 16px 0 0;
}
.kuechen_last img, .kuechen_fr_last img {
border: 1px solid #ccc;
margin: 0;
}
.kuechen_active img, .kuechen_fr_active img {
border: 1px solid #b60006;
margin-right: 16px;
}
.kuechen:hover img, .kuechen_last:hover img, .kuechen_last_active img, .kuechen_fr:hover img, .kuechen_fr_last:hover img, .kuechen_fr_last_active img {
border: 1px solid #b60006;
}
/* Tooltip fuer Markenlogos */
a.kuechen:hover, a.kuechen_active:hover, a.kuechen_last:hover, a.kuechen_fr:hover, a.kuechen_fr_active:hover, a.kuechen_fr_last:hover, div.event:hover, div.active:hover {
  background:#ffffff; /*BG color is a must for IE6*/
  text-decoration:none;
  }
a.kuechen span, a.kuechen_active span, a.kuechen_last span, .kuechen_last_active span, a.kuechen_fr span, a.kuechen_fr_active span, a.kuechen_fr_last span, .kuechen_fr_last_active span, div.event span, div.active span {
  display:none;
  text-align: left;
  }
a.kuechen:hover span, a.kuechen_active:hover span {
  width:205px;
  height: 80px;
  display:inline;
  position:absolute;
  color: #161616;
  background: url(../images/tooltip.png) top left no-repeat;
  padding: 13px 15px 10px 20px;
  margin: -73px 0 0 -100px;
  z-index: 900;
  }
a.kuechen_fr:hover span, a.kuechen_fr_active:hover span  {
  width:240px;
  height: 80px;
  display:inline;
  position:absolute;
  color: #161616;
  background: url(../images/tooltip_fr.png) top left no-repeat;
  padding: 13px 15px 10px 20px;
  margin: -73px 0 0 -100px;
  z-index: 900;
  }
a.kuechen_last:hover span, .kuechen_last_active:hover span {
  width:205px;
  height: 80px;
  display:inline;
  position:absolute;
  background: url(../images/tooltip.png) top left no-repeat;
  padding: 13px 15px 10px 20px;
  margin: -73px 0 0 -90px;
  z-index: 900;
  color: #161616;
  }
a.kuechen_fr_last:hover span, .kuechen_fr_last_active:hover span {
  width:240px;
  height: 80px;
  display:inline;
  position:absolute;
  background: url(../images/tooltip_fr.png) top left no-repeat;
  padding: 13px 15px 10px 20px;
  margin: -73px 0 0 -90px;
  z-index: 900;
  color: #161616;
  }
.schatten {
  clear: left;
  float: left;
  width: 584px;
  height: 15px;
  background: url(../images/diashow_bg.png);
  }
/* Impressum */
h3.impressum {
  color: inherit;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  }
h3.haftung {
	margin-top: 10px;	
}
p.haftung {
	margin-top: 5px;	
}
span.email {
  vertical-align: 30%;
  }
img.email {
  vertical-align: text-bottom;
  }
/* Planungsformular */
div.links {
  clear: left;
  float: left;
  width: 282px;
  margin: 0 20px 0 0;
  }
div.rechts, div.rechts2  {
  float: left;
  width: 282px;
  }
.checklist {
  margin: 5px 5px 0 11px;
  }
span.planungsformular {
  margin-left:  26px;
  }
textarea.Besonderheiten_Sonstiges {
  margin-top: 3px;
  margin-left: 26px;
  width: 256px;
  height: 40px;
  }
textarea.Sonstiges {
  margin-top: 5px;
  width: 282px;
  height: 80px;
  }
div#trenner {
  clear: left;
  float: left;
  width: 584px;
  margin-top: 12px;
  border-bottom: 1px solid #ccc;
  }
/* Kuechen-ABC */
p.ABC {
  margin-top: 20px;
  font-size: 18px;
  color: #b60006;
  font-family: Georgia;
  }
div.ABC {
  clear: left;
  float: left;
  width: 604px;
  margin-top: 15px;
  }
iframe#ABC_content {
  border: 0px;
  }
div.ABC_index {
  float: left;
  width: 180px;
  height: 400px;
  overflow: auto;
  margin-right: 20px;

  }
div.ABC_inhalt {
  float: left;
  width: 384px;
  height: 100%;
  overflow: auto;
  }
p.ABC a:link, p.ABC a:visited, p.ABC a:hover, p.ABC a:focus, p.ABC a:active {
  text-decoration: none;
  margin-right: 6px;
  }
span.ABCno {
  color: #999;
  padding-right: 6px;
  }
li.ABC {
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
  }
li.ABC_main {
  color: #161616;
  list-style: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  }
li.ABC a:link, li.ABC a:visited {
  text-decoration: none;
  padding-left: 10px;
  background: transparent url(../images/link.png) no-repeat left 50%;
  }
li.ABC a:hover, li.ABC a:focus, li.ABC a:active {
  text-decoration: underline;
  padding-left: 10px;
  background: transparent url(../images/link.png) no-repeat left 50%;
  }
table.arbeitsplatte {
  width: 360px;
  border: 1px solid #161616;
  }
table.arbeitsplatte td, table.arbeitsplatte th {
  text-align: center;
  }
img.ABC {
  margin-right: 10px;
  margin-top: -5px;
  border: 1px solid #ccc;
  }
/* Online-Planer */
div.planer1 {
  float: left;
  width: 182px;
  height: 105px;
  padding: 25px 0 0 20px;
  color: white;
  background: transparent url(../images/kuechenplaner_1.jpg) no-repeat left top;
  font-size: 18px;
  line-height: 22px;
  }
div.planer1_fr {
  float: left;
  width: 182px;
  height: 105px;
  padding: 17px 0 8px 20px;
  color: white;
  background: transparent url(../images/kuechenplaner_1.jpg) no-repeat left top;
  font-size: 18px;
  line-height: 20px;
  }
div.planer2 {
  float: left;
  width: 167px;
  height: 105px;
  margin: 0;
  padding: 25px 0 0 20px;
  color: white;
  background: transparent url(../images/kuechenplaner_2.jpg) no-repeat left top;
  font-size: 18px;
  line-height: 22px;
  }
div.planer2_fr {
  float: left;
  width: 167px;
  height: 105px;
  margin: 0;
  padding: 17px 0 8px 20px;
  color: white;
  background: transparent url(../images/kuechenplaner_2.jpg) no-repeat left top;
  font-size: 18px;
  line-height: 20px;
  }
li.planer {
  margin: -5px 0 5px 15px;
  }
img#wertscheck {
  border: 1px solid #ccc;
  padding: 10px;
  }
p.hinweis {
  margin-top: -5px;
  font-size: 11px;
  line-height: 16px;
  color: #888;
  background: white;
  }
div.kuechentyp {
  float: right;
  margin: 16px 0 3px 5px;
  }
/* Partnerseite */
img.partner {
  border: 1px solid #ccc;
  padding: 5px;
  }
div.partner {
  float:   left;
  width: 584px;
  margin: 10px 0 10px;
  }
div.partner1 {
  float: left;
  width: 142px;
  height: 92px;
  }
div.partner2 {
  float:   left;
  vertical-align: top;
  width: 432px;
  margin-left: 10px;
  }
p.partner {
  margin: 0;
  }
h2.partner {
  margin: 5px 0 10px;
  }
div.floatright {
	float: right;	
}  
div#kreditbox {
  width: 240px;
  height: 190px;
  float: right;
  clear: right;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ccc;
  } 
div#boxrechts {
	width: 240px; 
	position:relative; 
	top: 30px;
	padding: 20px;
	border: 1px solid #ccc;
	}  
.boxschatten {	
	clear: left;
	float: left;
	position: relative;
	top: 30px;
	height: 14px;
	width: 100%;
	background: transparent url(../images/schatten.png) repeat-x left top;	
	}  
/* Kundendienstseite */
.schattenKD {	
	clear: left;
	float: left;
	position: relative;
	top: -5px;
	height: 14px;
	width: 100%;
	background: transparent url(../images/schatten.png) repeat-x left top;	
	}
#text, #error {
	clear: left;
	margin-right: 302px;	
	border: 1px solid red;
	padding: 10px;
	position: relative;	
	}
div#kundendienstdiv {	
	width: 562px;
	height: 170px;
	clear: left;
	margin-top: 5px;
	}
div#kundendienstformular {
	width: 562px;
	clear: left;
	padding:10px;
	margin: 10px 20px 40px 0;
	border: 1px solid #ccc;
	}  
ol li, ul.list li {
	margin-left: 25px;
	}
