html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #657074;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #657074;
}
html { padding: 0; }
body { padding: 0 2px 0 2px; }

div#fw {
  width: 929px;
  text-align: left;
}

div#fwHeader {
  position: relative;
	display: block;
	width: 511px;
	height: 100px;
	margin-bottom: 2px;
	background-color: #fff;
	background-image: url(media/heinze_logo.png);
	background-position: 0% 0%;
	background-repeat: repeat-y;
  padding: 16px 390px 6px 28px;
}
div#fwHeader h1 { display: none; }
div#fwHeader h2 {
  margin: 0;
  padding: 0;
  font-size: 9px;
  font-weight: normal;
}

div#fwHeader div#fwService {
  position: absolute;
  width: 344px;
  height: 100px;
  right: 0;
  top: 0;
  padding: 16px 18px 6px 28px;
}

div.fwServiceLoggedIn {
	background-color: #eff8fb;
}



/*** contentbereiche ***/

div#fwContent,
div#fwContentHome,
div#fwContentOverview {
  position: relative;
	min-height: 390px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
* html div#fwContent,
* html div#fwContentHome,
* html div#fwContentOverview {
  height: 390px;
}
div#fwContent,
div#fwContentOverview { font-size: 12px; }
div#fwContentHome { font-size: 11px; }

div.uncolored { background-image: url(media/content_bg.png); }
div.colored { background-image: url(media/content_bg_colored.png); }
div#fw div.overview {
  background-image: url(media/content_bg_overview.png);
	background-color: #eff8fb;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	position: relative;
}

div#fwContent {
	width: 929px;
	padding: 0 0 72px 0;
}
div#fwContentOverview {
/*
	width: 684px;
	padding: 0 0 72px 245px;
*/
}

div#Content {
  display: block;
  float: left;
  clear: none;
  width: 269px;
}
div#fwContent div#Content {
	padding: 36px 23px 72px 0;
}
div#fwContentHome div#Content {
  padding-left: 24px;
  width: 487px;
}
div#fwContentOverview div#Content {
	padding: 36px 23px 72px 0;
  width: 660px;
}

div#fwContentLeft {
  display: block;
  width: 220px;
  float: left;
  clear: none;
  margin-right: 25px;
  padding: 36px 0 0 0;
  font-size: 11px;
  line-height: 17px;
}



div#fwContentRight {
  width: 390px;
  overflow: hidden;
  display: block;
  float: right;
  clear: right;
}



/*** navigation ***/

div#fwHeader ul {
  position: absolute;
  left: 28px;
  bottom: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  width: 100%;
  clear: both;
}

div#fwHeader ul,
div#fwHeader ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
}
div#fwHeader ul li { clear: none; }


div#fwHeader ul li a {
  text-decoration: none;
  color: #6a8aa0;
}
div#fwHeader ul li a:hover,
div#fwHeader ul li.act a {
  color: #575757;
}
div#fwHeader #fwService ul li { font-weight: bold; }

/* Merkzettel */
div#fwHeader #fwService ul li.nc14 a {
	background-image: url(media/zettel_p.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}
div#fwHeader #fwService ul li.nc14 a:hover {
	background-image: url(media/zettel_a.gif);
}
div#fwHeader #fwService ul li.nca14 {
	background-image: url(media/zettel_a.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}

/* Warenkorb */
div#fwHeader #fwService ul li.nc13 a {
	background-image: url(media/korb_p.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
div#fwHeader #fwService ul li.nc13 a:hover {
	background-image: url(media/korb_a.gif);
}
div#fwHeader #fwService ul li.nca13 {
	background-image: url(media/korb_a.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}



div#fwContentLeft ul,
div#fwContentLeft ul li { list-style: none; }
div#fwContentLeft ul {
  padding: 0;
}
div#fwContentLeft ul li {
  padding: 0 0 0 28px;
  margin: 0;
}

div#fwContentLeft ul li a { text-decoration: none; }


div#fwContentLeft ul#navMain {
  height: 135px;
  margin: 0;
}
div#fwContentLeft ul#navMain li {
  font-weight: bold;
  background-image: url(media/navMainBg.png);
  background-position: 0% bottom;
  background-repeat: no-repeat;
}
div#fwContentLeft ul#navMain li a { color: #84a4ba; }
div#fwContentLeft ul#navMain li a:hover,
div#fwContentLeft ul#navMain li.act a { color: #575757; }
div#fwContentLeft ul#navMain li.cur {
  background-image: url(media/navMainBgAct.png);
}


div#fwContentLeft ul.navSub {
  margin: 0 0 51px 0;
}
div#fwContentLeft ul.navSub li {
  padding-top: 1px;
  margin-bottom: -1px;
  background-image: url(media/navSubBg.png);
  background-position: 0% top;
  background-repeat: no-repeat;
} * html div#fwContentLeft ul.navSub li {
  margin-bottom: 0;
}
div#fwContentLeft ul.navSub li a { color: #6a8aa0; }
div#fwContentLeft ul.navSub li a:hover,
div#fwContentLeft ul.navSub li.act a { color: #575757; }
div#fwContentLeft ul.navSub li.cur {
  background-image: url(media/navSubBgAct.png);
}

div#fwContentLeft ul.navSub li.act { color: #000; }






/*** kontaktformular ***/

fieldset.csc-mailform {
  border: none;
  padding: 0;
	background:none;
	width: 100%;
}

div.csc-mailform-field {
  display: block;
  clear: both;
  min-height: 15px;
  line-height: 100%;
  width: 100%;
}

div.csc-mailform-field label {
  display: block;
  clear: left;
  float: left;
  width: 90px;
  line-height: 100%;
  height: 15px;
}
div.csc-mailform-field input,
div.csc-mailform-field textarea,
div.csc-mailform-field .default {
	display: block;
	float: right;
	clear: right;
	width: 200px;
  background-color: #eee;
	border: 1px dotted #999;
	color: #555;
	font-size: inherit;
	padding: 2px;
  line-height: 120%;
  margin: 0 0 2px 0;
  opacity: .75;
}


div.csc-mailform-field textarea {
  height: 75px;
}

* html div.csc-mailform-field input,
* html div.csc-mailform-field textarea,
div.csc-mailform-field input:hover,
div.csc-mailform-field textarea:hover,
div.csc-mailform-field .hover,
div.csc-mailform-field input.csc-mailform-submit {
  background-color: #e6e6e6;
  border: 1px solid #999;
	color: #666;
}






/*** Adressen ***/

div#fwContentOverview p {
	max-width: 330px;
}
* html div#fwContentOverview p {
	width: 330px;
}

div#fwContentOverview #Content .agb p,
div#fwContentOverview p.agb {
	max-width: 600px;
	font-size: 10px;
}
* html div#fwContentOverview #Content .agb p,
* html div#fwContentOverview p.agb {
	width: 600px;
}

div.tx-h1eshopadressen-pi1-heinze h3 { margin: 0; padding: 0; }
div.tx-h1eshopadressen-pi1-heinze ul,
div.tx-h1eshopadressen-pi1-heinze ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.tx-h1eshopadressen-pi1-heinze ul { margin-bottom: 25px; }


div.tx-h1eshopadressen-pi1-haendler h3 {
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
div.tx-h1eshopadressen-pi1-haendler ul,
div.tx-h1eshopadressen-pi1-haendler ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.tx-h1eshopadressen-pi1-haendler ul,
div.tx-h1eshopadressen-pi1-haendler ul li {
  clear: both;
  width: 100%;
  clear: both;
}
div.tx-h1eshopadressen-pi1-haendler ul li ul li {
  display: block;
  float: left;
  clear: none;
  width: 220px;
  height: 175px;
}


div.tx-h1eshopadressen-pi1-ausland h3 {
  margin: 0;
  padding: 0;
}
div.tx-h1eshopadressen-pi1-ausland ul li ul { display: inline; float: left; }
div.tx-h1eshopadressen-pi1-ausland ul,
div.tx-h1eshopadressen-pi1-ausland ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.tx-h1eshopadressen-pi1-ausland ul li {
  display: inline-block;
  float: left;
  clear: none;
  width: 220px;
  height: 175px;
}

* html div#fwContentOverview div.tx-h1eshopadressen-pi1-haendler ul li ul li p { width: 220px; }
* html div#fwContentOverview div.tx-h1eshopadressen-pi1-ausland ul li p { width: 220px; }





/*** inhalte ***/
h3 {
  font-family: inherit;
  font-size: 12px;
  line-height: inherit;
  font-weight: bold;
}
div#fwContentHome h3 { font-size: 11px; }
p { margin: 0 0 14px 0; }


div#QuaderBild,
div#QuaderBild9x9 {
	display: block;
	width: 392px;
	background-position: left center;
	background-repeat: no-repeat;
}
div.Quadro {
	height: 390px;
}

div#QuaderBild a,
div#QuaderBild9x9 a {
  display: inline-block;
  float: left;
  line-height: 0px;
}
div#QuaderBild a { margin: 0 2px 2px 0; }
div#QuaderBild9x9 a { margin: 23px 0 0 23px; }
div#QuaderBild9x9 a img { border: 1px solid #97c1cd; }

div#ContentRight {
  clear: both;
	padding: 36px 24px 72px 24px;
}



h3#Produkttitel {
  padding: 0;
  margin: 0;
  line-height: 17px;
  height: 34px;
  color: #575757;
}


div#Produktlogo {
  display: block;
  float: right;
	padding-top: 8px;
}
div#Artikelnummer {
	display: block;
	clear: none;
	width: 145px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 17px 0 10px 0;
}

div#Thumbnails {
  display: block;
  clear: none;
  height: 60px;
  width: 273px;
  margin-right: -20px;
  overflow: hidden;
}


div#Thumbnails a {
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  clear: none;
  border: 1px solid #9cbcd2;
  padding: 0;
  line-height: 100%;
  margin: 0 17px 0 0;
}
div#Thumbnails a img {
  line-height: inherit;
  margin: 0;
}
div#Thumbnails a:hover,
div#QuaderBild a:hover img,
div#QuaderBild9x9 a:hover img {
  filter: alpha(opacity=75);
  opacity: .75;
  -moz-opacity: .75;
  -khtml-opacity: .75;
}



ul#Zubehoerliste, ul#Ersatzteilliste,
ul#Zubehoerliste li, ul#Ersatzteilliste li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 11px;
}
ul#Zubehoerliste li, ul#Ersatzteilliste li {
	background-image: url(media/horizGreyLine.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
ul#Zubehoerliste li a, ul#Ersatzteilliste li a {
  color: #6a8aa0;
  text-decoration: none;
}
ul#Zubehoerliste li a:hover, ul#Ersatzteilliste li a:hover { color: #000; }



a {
  color: #6a8aa0;
  text-decoration: underline;
}
a:hover {
  color: #000;
}




div#LoginForm {
  position: absolute;
  top: 16px;
  left: 28px;
  width: 358px;
}
div#LoginForm p {
  display: block;
  padding: 0 14px 0 0;
  margin: 0;
  font-size: 9px;
  float: left;
  clear: none;
  width: auto;
}
div#LoginForm h3 {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 17px;
}
input {
  padding: 2px;
  font-size: 10px;
  line-height: 11px;
}
div#LoginForm p input {
  width: 112px;
  height: 11px;
  line-height: 11px;
}

div#LoginForm p input.submit,
.formRow div input.submit {
  border: 2px solid #9cbcd2;
  background-color: #eff8fb;
  width: 70px;
  height: 18px;
  padding: 0;
  color: #55758B;
}
* html div#LoginForm p input.submit,
* html .formRow div input.submit {
  height: 20px;
}

input.inputButton {
  border: 2px solid #9cbcd2;
  background-color: #dfebef;
  width: 93px;
  height: 18px;
  line-height: 13px;
  padding: 0;
  color: #55758B;
} * html input.inputButton {
  height: 20px;
}
input.inputText {
  border: 1px solid #9cbcd2;
  background-color: #fff;
  width: 45px;
}






div.WarenkorbInput {
  position: relative;
  display: block;
  clear: both;
  border-top: 1px solid #adb9bd;
  padding: 16px 24px 12px 24px;
} * html div.WarenkorbInput {
  padding: 0 24px 0 24px;
}
.WarenkorbInput h2 {
  font-size: 13px;
  color: #000;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 13px;
}
.WarenkorbInput h3 {
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 13px;
}
.WarenkorbInput p {
  font-size: 11px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  width: 215px;
} * html .WarenkorbInput p {
  padding-top: 1px;
}




/*** stdfromulare ***/

.formRow {
  display: block;
  clear: both;
  min-height: 40px;
} * html .formRow {
  height: 40px;
}
.formCellFull {
  width: 100%;
  display: block;
}
.formCellLeft,
.formCellRight {
  width: 162px;
  display: block;
}
.formCellLeft {
  float: left;
  clear: left;
}
.formCellRight {
  float: right;
  clear: right;
}
.formRow div input,
.formRow div textarea,
.formRow div select {
  width: 161px;
  color: #55758B;
  border: 1px solid #9cbcd2;
  background-color: #eff8fb;
}
.formRow div input.postcode { width: 48px; }
.formRow div input.city     { width: 96px; float: right; }
.formRow div.label { font-size: 9px; }
.formRow .formRadiobox { display: block; clear: none; float: left; width: 27px; }
.formRow div input.radio { width: auto; border: none; background-color: none; }
.formRow div input.required { background-color: #fff; }
.formRow div textarea { display: block; width: 100%; clear: both; height: 95px; }
.formRow div textarea.my266 { width: 266px; }
.tx-h1eshopusereditor-pi1 .formRow div.formCellRight input.submit,
.tx-h1eshopuserregistration-pi1 .formRow div.formCellRight input.submit {
  margin: 16px 0 0 97px;
}
.tx-h1eshopuserregistration-pi2 .formCellRight {
  width: 70px;
}
.formRow h3 { margin: 0; padding: 0; }

.formConfirmation,
.formError {
  display: block;
  padding: 1px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}
.formConfirmation {
  background-color: #cfc;
  color: #393;
  border: 1px solid #9c9;
}
.formError {
  background-color: #ffd9ff;
  color: #903;
  border: 1px solid #f9f;
}
.formConfirmation a, .formConfirmation a:visited {
   color: #393;
   text-decoration: none;
}
.formConfirmation a:hover {
   color: #1C3C52;
}

/*** warenkorb und merkzettel ***/
table {
	border: none;
	margin-bottom: 11px;
}
table tr th {
  font-size: 9px;
  font-weight: normal;
  text-align: left;
  color: #95a1a5;
}
table tr td {
  font-size: 11px;
}
table tbody {
  padding: 0;
  margin: 0;
  line-height: 1px;
}
table tbody tr td {
	background-color: #dfebef;
	border-color: #ADB9BD;
	border-style: solid;
	border-width: 0 0 1px 0;
	vertical-align: top;
}

table tbody tr td img {
  border: 1px solid #9cbcd2;
  line-height: 1px;
  padding: 0;
  margin: 0;
}
div#fwContentOverview table tbody tr td p {
  margin: 3px 0 0 0;
  line-height: 17px;
  width: auto;
}
table tbody tr td a {
  color: #6a8aa0;
  text-decoration: none;
}
table tbody tr td a:hover {
  color: #000;
  text-decoration: underline;
}

table.cartSummary {}
table.cartSummary tr td {
	background-color: #eff8fb;
}
table.cartSummary tr.cartSummaryRow1 td { border-width: 1px 0 0 0; color: #7b878b; }
table.cartSummary tr.cartSummaryRow2 td { border-width: 0 0 2px 0; color: #7b878b; }
table.cartSummary tr.cartSummaryRow2a td { border-width: 0 0 0 0; color: #7b878b; }
table.cartSummary tr.cartSummaryRow3 td { border-width: 0 0 2px 0; color: #4B575B; }

div#warenkorbStatus
{
	position: absolute;
	left: -32px;
}

div#warenkorbStatus ul {
	list-style: none;
	margin-top: 5px;
} * html div#warenkorbStatus ul {
	margin-top: 34px;
}
div#warenkorbStatus ul li
{
	padding-left: 20px;
	font-size: 11px;
	margin: 0 0 14px 0;
	color: #657074;
}
div#warenkorbStatus ul li a
{
	text-decoration: none;
}
div#warenkorbStatus ul li.current
{
	background-image: url(media/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

table.cartDetails tr td {
	background-color: #eff8fb;
	line-height: 17px;
}
table.cartDetails tr td.headingCell {
	padding-left: 0px;
	color: #4B575B;
}
table.cartDetails tr td.contentCell
{
	color: #7B878B;
	font-size: 11px;
	border-width: 0;
	padding: 20px 0 20px 0;
}
table.cartDetails tr td.agbCell
{
	font-size: 11px;
	border-width: 0;
	padding: 5px 0 0 0;
}

/*
div.tx-h1eshopagb-pi1 {}
div.tx-h1eshopagb-pi1 p {
	width: 500px;
	max-width: 600px;
	font-size: 10px;
}
*/

/*
p.agb {
	width: 600px;
}
*/

.tx-h1eshopfaq-pi1 a {
	text-decoration: none;
}
