body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  background-color: #ffffff;
  background-image: url(../../img/general/bg.gif);
  background-repeat: repeat-y;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* HEAD */
div#head {
  width: 100%;
  height: 140px;
  background-position:12px 0px;
  background-color: #7e8289;
  background-repeat: repeat-x;
}

div#head_content {
  width: 760px;
}

div.subheader_block {
  background-color: #bbbfc8;
  border-bottom: 1px solid white;
  display: block;
}

div#maincontent {
  margin-left: 53px;
  width: 709px;
  min-height: 600px;
  background-color: white;
  padding-bottom:20px;
  border-bottom: 2px solid white;
  border-top: 1px solid white;
}

div.blockintro {
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	background-color: #99ccff;
}

div.contenthellblau {
  background-color:#c2e0ff;
  padding-top:18px;
  padding-bottom:30px;
  padding-left:18px;
  padding-right:25px;
}

div.quicklink {
  font-size:11px;
  color: #ffffff;
  padding-left:18px;
  padding-right:25px;
  padding-top:4px;
  padding-bottom:3px;
}


table.standart {
  width: 100%;
  margin-bottom: 25px;

}
table.standart td {
  background-color: #FFFFFF;
  vertical-align: top;
  color:#000054;
  font-size:11px;
  padding-left:18px;
  padding-top:14px;
  padding-bottom:14px;
  padding-right:20px;
}

table.eingabeform {
  width: 100%;
  margin-bottom: 5px;

}
table.eingabeform td {
  background-color: #FFFFFF;
  vertical-align: top;
  color:#000054;
  font-size:12px;
  padding-top:3px;
  padding-bottom:3px;
}

/* Reiter mit hellblauem Verlauf */
table#reiter {
	width: 709px;
	border-top:2px solid white;
  clear: both;
  background-color: white;
  border-bottom:2px solid white;
}

table#reiter th {
	background-image: url(../../img/general/tab_hg_blue.gif);
	background-repeat: repeat-x;
  color: #00004f;
  text-align:left;
}

table#reiter td {
  padding-top: 3px;
  padding-bottom: 4px;
}

/* Reiter mit rotem Verlauf (Konfiguration) */
table#reiter_red {
	width: 709px;
	border-top:2px solid white;
  clear: both;
  background-color: white;
  border-bottom:2px solid white;
}

table#reiter_red th {
	background-image: url(../../img/general/tab_hg_red.gif);
	background-repeat: repeat-x;
  color: #ffffff;
  text-align:left;
}

table#reiter_red td {
  padding-top: 3px;
  padding-bottom: 4px;
}

/* Reiter mit hellblauem Verlauf und Tabelle */
table#reitertab {
	width: 709px;
	border-top:2px solid white;
  clear: both;
  background-color: white;
  border-bottom:2px solid white;
  margin-bottom:50px;
  background-image: url(../../img/general/bg_weissverlauf.gif);
  background-position:right;
	background-repeat: repeat-y;

}

table#reitertab th {
	background-image: url(../../img/general/tab_hg_blue.gif);
	background-repeat: repeat-x;
  color: #00004f;
  text-align:left;
}

table#reitertab td {
  padding-top: 3px;
  padding-bottom: 4px;
}

th.tabulator_aktiv {
  background-image: url(../../img/general/reiter_bg_a.gif);
}

/*
div.block_hellblau {
  padding: 10px;
  background-color: #C2E0FF;
}

 div.block_blau {
  padding: 10px;
  background-color: #99ccff;
}
*/


.left_bottom_border_white {
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}

/**
 * Reiter mit hellblauem Verlauf und Auswahlm�glichkeiten
 * Hintergrundbild und Schriftfarbe des aktiven Reiters wird im HTML �ber das style Attribut bestimmt
 * Galerie, Konfigurator Artikel und Standcatalog
 */
div.reitertabauswahl {
	background-image: url(../../img/general/reiter_bg_i.gif);
	background-color: white;
	background-repeat: repeat-x;
  border-top: 2px solid white;
	width: 709px;
  color: #00004f;
  border: 0px;
}

div.reitertabauswahl th {
  text-align: left;
  font-weight: bold;
  color: #00004f;
  padding: 7px 18px 7px 18px;
  border-right:2px solid white;
}

div.subreitertabauswahl {
  background-color: #ff3300;
  padding: 4px 18px 4px 18px;
  color: #ffffff;
  border-bottom: 2px solid white;
}

/**
 *  GALERIE LIST
 */
div.contentgalerie {
  background-color:#c2e0ff;
  padding:18px 0px 30px 0px;
}