/* Tags */
* {
  margin: 0;
  padding: 0;
  font-family: arial,helvetica;
}

body {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 16px;
}

h1, h2 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1em;
}

h3, h4 {
  font-size: 12px;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

td {
  vertical-align: top;
}

img {
  border: 0;
}

/* class */
h3.more {
  font-weight: bold;
}

/* to force content to content medium width */
.medium {
  width: 560px;
}

.inpsel {
  width: 192px;
  height: 17px;
  border: 1px #808080 solid;
  font-size: 12px;
  line-height: 15px;
}

.inptxt {
  width: 180px;
  padding: 1px 5px 0 5px;
  height: 16px;
  border: 1px #808080 solid;
  font-size: 12px;
}

.inptxtc {
  width: 24px;
  padding: 1px 5px 0 5px;
  height: 16px;
  border: 1px #808080 solid;
  font-size: 12px;
  text-align: right;
}

.inparea {
  width: 509px;
  height: 100px;
  border: 1px #808080 solid;
  font-size: 12px;
  line-height: 15px;
}

.inpbutton {
  font-size: 12px;
}

.borderbottom {
  border-bottom: 1px #808080 solid;
}

.bordertop {
  border-top: 1px #808080 solid;
}

.warn {
  color: #ff0000;
}

.cloakemail {
  display: none;
}


/* links  */
a {
  color: #3a3a3a;
  font-size: 12px;
  text-decoration: none;
}

a.hide {
  color: #3a3a3a;
  font-size: 12px;
  text-decoration: none;
}

a.hide:hover {
  text-decoration: underline;
}

a.backto {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

a.underline {
  color: #3a3a3a;
  font-size: 12px;
  text-decoration: underline;
}

a.more {
  color: #6f8eab;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

a.more:hover {
  color: #6f8eab;
  text-decoration: underline;
}

a.morelight {
  color: #6f8eab;
  font-size: 12px;
  text-decoration: none;
}

a.morelight:hover {
  color: #6f8eab;
  text-decoration: underline;
}

#container div.shop #shop_navigation a{ 
  padding-right: 8px;
  text-decoration: none;
  color: #ccc; 
}

#container div.shop #shop_navigation a.on {
  font-weight: bold;
}

/* default shop links */
#container div.shop a {
  color: red;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}


/* Grid general structure */
#frame {
  position: absolute;
  padding: 10px;
  width: 889px;
  overflow: hidden;
}

#banner {
  position: relative;
  overflow: hidden;
  width: 887px;
  height: 119px;
  border: 1px #808080 solid;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#girabanner {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 216px;
  width: 671px;
  height: 119px;
}

#container {
  position: relative;
  overflow: hidden;
}

#navigation {
  position: relative;
  float: left;
  width: 215px;
  padding-left: 1px;
  padding-bottom: 60px;
  z-index: 10;
}

#navigation ul li{
  list-style: none;
}

#navigation ul li a {
  display: block;
  width: 201px;
  height: 23px;
  padding-left: 14px;
  text-decoration: none;
  background-color: #fff;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  border-bottom: 1px #808080 solid;
}

#navigation ul li a span.raquo {
  font-size: 15px;
  color: #6f8eab;
  padding-right: 2px;
}


#navigation ul li a:hover {
  background-color: #6f8eab;
  color: #fff;
}

#navigation ul li a:hover span.raquo {
  color: #fff;
}

#navigation ul li.on a {
  background-color: #6f8eab;
  color: #fff;
}

#navigation ul li.on a span.raquo {
  color: #fff;
}

/* default content with teasercol */
#content {
  position: relative;
  float: left;
  width: 413px;
  overflow: hidden;
  padding: 21px 15px 8px;
}

/* content max width no padding */
#container div.shop {
  width: 673px;
  padding: 0px;
}

/* content max width with padding */
#container div.width {
  width: 643px;
}

/* content without teasercol */
#container div.medium {
  width: 560px;
}


#content ol {
  margin-left: 0px;
  padding-left: 22px;
}

#content ul {
  margin-left: 0px;
  padding-left: 22px;
}

#content ol li {
  padding-bottom: 0em;
}

#content ol.spacer li {
  margin-bottom: 1em;
}

#content ul li {
  padding-bottom: 0em;
}

#teaser {
  position: relative;
  float: left;
  width: 200px;
  overflow: hidden;
  padding: 23px 0px 0px 15px;
  padding-bottom: 50px;
  z-index: 10;
}

.teaser {
  width: 198px;
  overflow: hidden;
  background-color: white;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  border-bottom: 1px #6f6f6f solid;
  border-right: 1px #6f6f6f solid;
  margin-bottom: 10px;
}

.teaser .textbox {
  padding: 10px;
  line-height: 15px;
  font-size: 11px;
}

.teaser .textbox a.more {
  font-size: 11px;
}

.teaser h3 {
  line-height: 15px;
  font-size: 11px;
}

.caption {
  width: 200px;
  padding-top: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 1em;
}

#gaplogo {
  font-size: 0;
  position: absolute;
  bottom: 22px;
  left: 57px;
  width: 103px;
  height: 12px;
  background-image: url(//www.elektro-fachhandwerk.de/public/layout_3/gap_logo/black_on_blue.gif);
  background-repeat: no-repeat;
  z-index: 90;
}

#backto {
  position: absolute;
  bottom: 0px;
  left: 673px;
  width: 200px;
  height: 36px;
  z-index: 10;
}

#bgfill {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 215px;
  height: 10000px;
  background-color: #cad3e4;
  border-left: 1px #808080 solid;
  border-right: 1px #808080 solid;
  z-index: 1;
}

* html #bgfill {
  bottom: -1px;
}

#bgfill2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 227px;
  height: 10000px;
  border-left: 1px #6f8eab solid;
  border-right: 1px #808080 solid;
  background-color: #6f8eab;
  z-index: 1;
}

* html #bgfill2 {
  bottom: -1px;
  right: -1px;
}

#bgfill3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 10000px;
  border-right: 1px #808080 solid;
  z-index: 1;
}

* html #bgfill3 {
  bottom: -1px;
  right: -1px;
}

#footer {
  width: 872px;
  height: 23px;
  border: 1px #808080 solid;
  font-size: 10px;
  line-height: 23px;
  color: #3a3a3a;
  padding-left: 15px;
}  

#footer span {
  padding-right: 10px;
}


/* grid single pages */

/* aktuelles */
.ak_row {
  overflow: hidden;
  padding-bottom: 20px;
}

.ak_col0 {
  float: left;
  width: 220px;
  overflow: hidden;
}

.ak_col1 {
  float: left;
  width: 340px;
  overflow: hidden;
}

.ak_col1 h3 {
}

.ak_video {
  width: 560px;
  overflow: hidden;
  margin-bottom: 1em;
}

/* ueberuns */
.uu_info {
  float: left;
  width: 190px;
  margin-right: 20px;
  overflow: hidden;
}

/* kontakt */
table#f_kontakt td {
  padding-bottom: 5px;
}

* html table#f_kontakt td {
  padding-bottom: 3px;
}

/* zahlungs und versandarten */
.zv_row {
  padding-bottom: 1em;
}

.zv_zcol0 {
  float: left;
  width: 130px;
  padding-right: 4em;
  white-space: nowrap;
}

.zv_zcol1 {
  float: left;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}

.zv_vrow {
  padding-bottom: 1em;
}

.zv_vcol0 {
  float: left;
  width: 130px;
  padding-right: 4em;
  white-space: nowrap;
}

.zv_vcol1 {
  float: left;
  width: 80px;
  text-align: right;
  white-space: nowrap;
}


/* webshop */

/* shop navigation */
#shop_navigation {
  position: relative;
  top: 0px;
  padding: 15px 20px 14px;
  color: #ccc;
  background-color: #666;
  overflow: hidden;
  z-index: 10;
  white-space: nowrap;
}

* html #shop_navigation {
  top: -1px;
}

#shop_navigation_ruler {
  width: 633px;
  height: 1px;
  margin: 6px 0px 4px;
  border: 0px;
  background-color: #ccc; 
  overflow: hidden;
}

#shop_content {
  padding: 20px 20px 10px;
}

#shop_info {
  padding: 7px 0px 7px 123px;
  width: 510px;
  border-top: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  margin: 7px 0px 1em;
}

#shop_info p {
  padding: 0 5px 1em;
  margin-bottom: 0px;
}

#shop_info p.ruler {
  border-bottom: 1px #808080 solid;
  padding: 0 5px 7px;
  margin-bottom: 7px;
}

#shop_info p.rulertop {
  border-top: 1px #808080 solid;
  padding: 7px 0px 1em 5px;
  margin-top: 7px;
}

#shop_info b {
  color: black;
}

#shop_info h1, #shop_info h2, #shop_info h3, #shop_info h4 {
  padding-left: 5px;
}

.shopbordercolor {
  background-color: #808080;
}


/* gira kategorie */
#gc_container {
  padding: 7px 43px 7px 0px;
  width: 590px;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  margin: 7px 0px;
}

#gc_content {
  padding-top: 2em;
}

.gc_row {
  vertical-align: bottom;
}

.gc_col_img {
  text-align: left;
  vertical-align: bottom;
}

.gc_col_txt {
  text-align: left;
}


/* kategorie */
.ka_row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #808080 solid;
}

.ka_row_last {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #808080 solid;
  margin-bottom: 1em;
  padding-bottom: 15px;
  border-bottom: 1px #808080 solid;
}

.ka_col0 {
  overflow: hidden;
  float: left;
  width: 200px;
  text-align: center;
}

.ka_col1 {
  overflow: hidden;
  float: left;
  margin-left: 20px;
  width: 413px;
}


/* product detail */
#pd_row {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px #808080 solid;
}

#pd_col0 {
  overflow: hidden;
  float: left;
  width: 200px;
}

#pd_col1 {
  overflow: hidden;
  float: left;
  margin-left: 20px;
  width: 413px;
}


/* liefer- und rechungsadresse */
table.ad_eingabe {
  margin-left: 5px;
}

table.ad_eingabe td {
  padding-bottom: 5px;
}

/* bezahlmethode */
.bm_row {
  padding: 7px 5px 7px 5px;
  margin-top: 7px;
}

.bm_col0 {
  float: left;
  width: 30px;
  overflow: hidden;
}

.bm_col1 {
  float: left;
  width: 470px;
  overflow: hidden;
}


/* Clearfix workaround */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* Bildergallerie */
.bildercontainer {
}

.bildrahmen {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 112px;
  height: 112px;
  border:1px #ccc solid;
}

.bildcontainer {
  width: 112px;
  height: 112px;
  text-align: center;
}

/* Socialmedia */
#sm_panel_0 {
  padding: 18px 0 0 17px;

}

#sm_panel_0 img {
  display: block;
  float: left;
  margin-right: 5px;
}

#sm_panel_1 {
  z-index: 999;
  position: absolute;
  top: 131px;
  right: 5px;
}

#sm_panel_1 img {
  display: block;
  margin-bottom: 5px;
}

/* media query */
@media only screen and (max-width: 956px) {
#sm_panel_1 {
  display: none;
}
}
@media only screen and (min-width: 957px) {
#sm_panel_0 {
  display: none;
}
}



