/****************************************************************************************/
/* allgemeine einstellungen                                                             */
/****************************************************************************************/

body {
        background-color: #d3d7db;                        /* background  grey */
        margin: 0;
        padding: 1em 0;
        text-align: center;                               /* Zentrierung im Internet Explorer */
        font-family: arial, verdana, sans-serif;
        font-size: 100.01%;
}

p, ul, ol {
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
}

h1 {
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 0px;
}

h2 {
  color: #222222;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}

h3 {
  color: #222222;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

p.error404 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: red;
  text-align: center;
  margin: 30px;
}

td {
  vertical-align: top;
  }

img {
        margin: 0 0 10px 0;
        padding: 0;
        border: 0;
}

a {
        margin: 0;
        padding: 0;
        border: 0;
        color: black;
        text-decoration: none;
}

.bold {
  color: #222222;
  font-weight: bold;
}

.red {
  color: red;
}

/****************************************************************************************/
/* seiteneinteilung                                                                     */
/****************************************************************************************/

div#Seite {
    background-color: #FEC382;                        /* background orange */
    text-align: left;                                    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;                                      /* standardkonforme horizontale Zentrierung */
    padding: 0;
        width: 970px;
        min-height: 800px;
}

div#Titel {
    background: #FEC382 url('/pics/header.jpg') no-repeat;        /* Hintergrundbild no-repeat */
        width: 970px;                                                /* Breite des Div-Elements */
        height: 135px;                                                /* Hoehe des Div-Elements */
        margin: 0;                                                /* Aussenabstand */
        padding: 0;                                                /* Innenabstand */
}

div#Navigation {
    background-color: #EF9D5B;                        /* background dark orange */
    width: 200px;
    min-height: 800px;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
}

div#Inhalt {
        width: 770px;
    margin: 0 0 0 200px;
    padding: 0 10px 10px 10px;
    min-height: 800px;
    position: relative;
        top: 0;
        left: 0;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}

#gotoTop {
        width: 100px;
        z-index: 10;
        background: #993300;
        text-align: center;
        padding: 3px 5px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        color: #fff;
        font-size: 0.8em;
}

/****************************************************************************************/
/* kopf                                                                                 */
/****************************************************************************************/

h1#topleft {
        width: 180px;
        margin: 0px 0px 0px 15px;
        padding: 13px 0px 0px 0px;
        float: left;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
          text-align: left;                                          /* Zentrierung im Internet Explorer */
        color: white;
}

h1#topright {
        width: 300px;
        margin: 0px 15px 0px 0px;
        padding: 13px 0px 0px 0px;
        float: right;
        font-size: 12px;
        line-height: 22px;
        font-weight: bold;
        text-align: right;
        color: white;
}

span.text2 {                        /* kopftext rechts - gross */
          font-size: 20px;
          line-height: 30px;
}

#jsalert {                                /* javascript hinweis */
         font-size: 16px;
         font-weight: bold;
          color: yellow;
        margin: 0px 0px 0px 180px;
        padding: 6px 0px 0px 0px;
          visibility: visible;
}

div#linkleiste {                /* fusszeile in header*/
    clear: both;
    margin: 0;
    padding: 17px 0 0 0;
  }

p.leiste {                                /* fusszeile in header*/
          margin: 0px auto;
          font-size: 11px;
          line-height: 11px;
          font-weight: normal;
}

span.leiste {                        /* text in header fusszeile */
          color: #FEC382;
         margin: 0px 8px;
          padding: 2px 8px;
}

a.leiste {                                /* links in header fusszeile */
          color: #FEC382;
        background-color: #111111;
          margin: 0px 8px;
          padding: 2px 8px;
}

a.anker {                        /* ankerlink on page */
          font-size: 12px;
          color: #EF9D5B;
        background-color: #222222;
          margin: 0;
          padding: 3px 10px;
}

a:hover {
          color: red;
          background-color: #d3d7db;
}

/****************************************************************************************/
/* menu                                                                                 */
/****************************************************************************************/

.m0 {                                        /* menu entry 1st level */
  position: absolute;
  margin-left: 0px;
  padding-left: 10px;
  width: 190px;
  height: 20px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  visibility: hidden;
  display: block;
}

.m1 {                                        /* menu entry 2nd level */
  position: absolute;
  margin-left: 10px;
  padding-left: 10px;
  width: 180px;
  height: 17px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  visibility: hidden;
  display: block;
}

.m2 {                                        /* menu entry 3rd level */
  position: absolute;
  margin-left: 20px;
  padding-left: 10px;
  width: 170px;
  height: 15px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  visibility: hidden;
  display: block;
}

img.flag {
        margin: 0 10px 0 0;
        border:  solid 1px #555555;
}

/****************************************************************************************/
/* content allgemein                                                                    */
/****************************************************************************************/

table.c {                        /* content table */
        width: 750px;
}

/****************************************************************************************/
/* start pages (each language)                                                          */
/****************************************************************************************/

td.cic {                                /* center double coloumn */
  background-color: #EF9D5B;            /* background dark orange */
  width: 350px;
  margin: 0px 10px 10px 10px;
  padding: 0px 10px 10px 10px;
  border: 0;
}

td.cil {                                /* table columns 1-3 content init page */
  width: 180px;
  margin: 0px 10px 0px 0px;
  padding: 0;
  border: 0;
}

td.cir {                                /* table column 4 content init page */
  width: 180px;
  margin: 0;
  padding: 0;
  border: 0;
}

h1.i {
  margin: 0;
  font-size: 33px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}

h2.it {                                /* bold text on content-init pages */
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: red;
}

h2.i {                                /* subtitle on start page */
  margin: 0px 10px 10px 10px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  /* color: #333333; */
}

ul.i {                                /* text on content init pages */
  list-style-position: outside;
  margin: 0px 10px 10px 20px;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
}

p.i {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  text-align: center;
}

a.i {                                /* list items on content init page */
  display: block;
}

img.i {
  margin: 0px 15px 10px 15px;
  padding: 0px;
}

/****************************************************************************************/
/* section init pages                                                                   */
/****************************************************************************************/

h1.t {                                /* text on section init pages */
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 35px;
  left: 50px;
  width: 400px;
}

img.section {
  width: 500px;
  margin: 0 10px 0 0;
  border: 0;
  padding: 0;
  float: left;
}

table.brands {
  width: 240px;
  margin: 0;
  padding: 0;
  background-color:        #EF9D5B;                        /*  #d3d7db; */
}

td.brands {
  width: 100px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

p.brands {
  color: #222;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/****************************************************************************************/
/* subsection init pages (product overview)                                                                                                */
/****************************************************************************************/

td.c {
  width: 150px;
  margin: 0;
  padding: 0;
}

td.s {                                /* subsection product description */
  width: 450px;
  margin: 0;
  padding: 0px 20px 10px 20px;
}

ul#list_left {
        float: left;
        width: 130px;
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
}

ul#list_right {
        float: right;
        width: 130px;
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
}

ul#list_center {
        width: 130px;
        margin: 0 140px 0 140px;
        padding: 0;
        list-style-type: none;
}

li.list {
  height: 22px;
  margin: 0 0 4px 0;
  padding: 1px;
  background-color: #EF9D5B;
  text-align: center;
}

a.list {
  height: 20px;
  margin: 0 auto;
  padding: 0px 2px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: block;
}

/****************************************************************************************/
/* item description formats                                                                                                                                */
/****************************************************************************************/

td.i {                                /* content - zellen product-image */
  margin: 0;
  padding: 0;
  width: 500px;
}

td.p {                                /* content - zellen product description */
  margin: 0;
  padding: 0;
  width: 250px;
}

/* switch table formats *****************************************************************/

table.buttons {                        /* switch table: <- / print / mail / -> */
  width: 240px;
  margin: -2px 0px 15px 8px;
  padding: 0px;
}

td.buttons {                        /* switch table cells */
  background-color: #EF9D5B;                        /* background dark orange */
}

a.p {                                        /* switch table links */
  width: 46px;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
  display: block;
}

/* end switch table        *********************************************************************/

table.p {                                /* product data table */
  margin: 10px 0 0 10px;
  width: 240px;
  vertical-align: top;
}

td.pdl {                                /* product data left column */
  padding-right: 10px;
  width: 130px;
}

td.pdr {                                /* product data right column */
  width: 110px;
}

h1.p {                                /* headline on product pages */
  margin: 0;
  padding: 0 0 10px 10px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

p.p {                                        /* text on product pages */
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  text-align: left;
}

p.p1 {                                /* items on product pages */
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-align: left;
  color: red;
}

p.p1r {                                /* art.-nr. on product pages */
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-align: right;
  color: red;
}

p.p2 {                                /* text on product pages */
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  text-align: left;
}

.p2r {                                /* text on product pages */
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  text-align: right;
}

div.pd {                                /* product - descriptions */
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: black;
  margin: 10px;
}

div.ph {                                /* product - headlines */
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: black;
  margin: 10px;
}

/****************************************************************************************/
/* link pages (hersteller, partner, ...)                                                */
/****************************************************************************************/

h2.t {                                        /* titles on provider pages */
  background-color: #EF9D5B;                  /* background dark orange */
  display: block;
  width: 730px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px 0;
  padding: 5px 10px;
}

h3.ld {                                /* link - descriptions providers */
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: black;
  margin: 0 0 0 210px;
  width: 150px;
}

h2.lp {                                 /* titles on partner pages */
  background-color: #EF9D5B;            /* background dark orange */
  display: block;
  width: 480px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  clear: left;
}

h3.ldp {                                /* link - descriptions partners */
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: black;
  margin: 0 0 0 210px;
  width: 280px;
}

div.logo {								/* complete entry */
  margin: 0;
  padding: 0;
  clear: left;
}

img.logo {                       		/* logos */
  margin: 0px 10px 10px 0px;
  padding: 0;
  width: 200px;
  height: 100px;
  float:left;
}

/****************************************************************************************/
/* various                                                                              */
/****************************************************************************************/

p.map {
        width: 750px;
}
