/* =====================================================
   Glas am Bau, Druckausgabe
   (c) 2006 mkt gmbh
===================================================== */

/* ===============================================
    Wurzelelemente
=============================================== */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 11pt/150% Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

/* ===============================================
    Links
=============================================== */
a {
  text-decoration: underline;
  font-weight: bold;
  color: #364773;
  background: transparent;
}

/* ===============================================
    Überschriften
=============================================== */
h1 {
  color: #364773;
  background: #e1e2e6;
  font: italic normal 2.5em Delicious, Arial, Helvetica, sans-serif;
  margin: 0 0 .5em 0;
  padding: .5em;
}

h1 a {
  text-decoration: none;
  font-weight: normal;
  color: #364773;
  background: #e1e2e6;
}

h2 {
  color: #111f39;
  background: #fff;
  font: normal 1.5em Delicious, Arial, Helvetica, sans-serif;
  margin: 0 0 .66em 0;
}

h3 {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #111f39;
  background: #fff;
  margin: 0 0 1em 0;
}

/* ===============================================
    Absätze
=============================================== */
address {
  font-style: normal;
}

p {
  margin: 0 0 1em 0;
}

p.manufacturer {
  margin: 1em 0;
  padding: .5em;
  border: 3px double #b9c5d1;
  clear: both;
  color: #000;
  background: #f8f9fa;
}

/* =====================================================
   Container
===================================================== */
div#container {
  width: 100% !important; /* SEEEEEHR WICHTIG!! */
}

/* ===============================================
    Fußzeile
=============================================== */
p#footer {
  font: .8em Arial, Helvetica, sans-serif;
  color: #b9c5d1;
  background: #fff;
  margin: 2em 0 1em 0;
}

p#footer a {
  text-decoration: none;
  font-weight: normal;
  color: #b9c5d1;
  background: #fff;
}

/* ===============================================
    Bilder
=============================================== */
img {
  vertical-align: bottom;
  border: 0 none;
}

/* ===============================================
    Beim Druck Ausgeblendetes
=============================================== */
p#infolayer , div#ads , div#image , ul#navigation , ul#navigation-head , ul#skiplinks , hr {
  display: none;
}

/* ===============================================
    Klassen
=============================================== */
.right {
  float: right;
  margin: 0 0 .25em .5em;
}

.right img {
  border: 1px solid #b9c5d1;
  padding: 2px;
}

.no-border {
  border: 0 none !important;
  padding: 0;
}

/* ===============================================
    sIFR (http://www.mikeindustries.com/sifr/)
=============================================== */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

span.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}