/* Farbschema Blaugrau */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  background-color: #ffffff;
  background-image: url(../../img/farbschema/blaugrau/bg.gif);
  background-repeat: repeat-y;
}

h1 {
  font-weight: bold;
  color: #000033;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}

#head_content h1 {
	color: #ffffff;
	font-size: 24px;	
}

h2 {
  font-weight: bold;
  color: #000033;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}

h3 {
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  margin-top:0px;
  margin-bottom: 6px;
}

p {
  font-weight: normal;
  color: #000000;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 4px;
}

td {
  font-size: 12px;
}

/* MEN� */

.menu {
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  color: #7e8289;
  background-image: url(../../img/farbschema/blaugrau/menu_bg.gif);
  //background-position:1px;
  background-repeat: repeat-x;
  padding-left:15px;
  padding-right:15px;
  padding-top:4px;
  padding-bottom:4px;
}

.menu:hover {
  background-image: url(../../img/farbschema/blaugrau/menu_bg_r.gif);
  text-decoration: none;
  color: #ffffff;
}

.menu_aktiv {
  background-color:#000054; 
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  padding-left:15px;
  padding-right:15px;
  padding-top:4px;
  padding-bottom:4px;
}

.menu_aktiv:hover {
  text-decoration: none;
  color:#ffffff;
}

/* HEADER */

div#head {
  width: 100%;
  height: 140px;
  background-color: #90949b;
}

/* CONTENT */

div#maincontent {
  margin-left: 53px;
  width: 707px;
  background-color:#99CCFF;
  padding-bottom: 0px;

}

/* Reiter mit hellblauem Verlauf */
table#reiter {
	width: 707px;
	border-top:2px solid white;
  clear: both;
  background-color: white;
  border-bottom:2px solid white;
}

table#reiter th {
	background-image: url(../../img/farbschema/blaugrau/tab_hg_blue.gif);
	background-repeat: repeat-x;
  color: #00004f;
  text-align:left;
  font-size:12px;
}

table#reiter td {
  padding-top: 3px;
  padding-bottom: 4px;
}

/**
 * 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/farbschema/blaugrau/reiter_bg_i.gif);
	background-color: white;
	background-repeat: repeat-x;
  border-top: 2px solid white;
	width: 707px;
  color: #00004f;
}

div.reitertabauswahl th {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #00004f;
  padding: 7px 18px 7px 18px;
  border-right:2px solid white;
}

table.reitertabauswahl {
	background-image: url(../../img/farbschema/blaugrau/reiter_bg_i.gif);
	background-color: white;
	background-repeat: repeat-x;
  
  border-left:1px solid white;
  border-right:1px solid white;
	width: 100%;
  color: #00004f;
}

table.reitertabauswahl th {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #00004f;
  padding: 7px 18px 7px 10px;
}

table.reitertabauswahl td {
  text-align: left;
  font-size: 12px;
  color: #00004f;
  background-color: #FFFFFF;
}

div.subreitertabauswahl {
  background-color: #ff3300;
  font-size: 12px;
  padding: 4px 18px 4px 18px;
  color: #ffffff;
  border-bottom: 2px solid white;
}

.inputbuttonred {
  text-decoration: none;
  font-size:11px;
  color: #ffffff;
  background-image: url(../../img/general/button_red_bg.gif);
  //background-position:1px;
  background-repeat: repeat-x;
  border:1px solid #8b93a7;
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
  padding-bottom:2px;
}

.inputbuttonred:hover {
  background-image: url(../../img/general/button_red_bg_r.gif);
  text-decoration: none;
}