      body {
        background-image: url(../bilder/hintergrund.gif);
        font-family: "Verdana";
        font-size: 9px;
        /*text-transform: uppercase;
        font-variant:small-caps;*/
      }
      #alles {
        /* Oberstes Div, in dem alle Divs verschachtelt sind */
        width: 840px;
        height: 500px;
        position:absolute;
        top: 50%;
        left: 50%;
        margin: -250px 0 0 -420px;
        background-image: url(../bilder/transparenz.png);
        border: 2px;
        border-style: solid;
        border-color: #FF008C;
      }
      #obere-leiste {
        /* dicker Balken mit Logo und Links */
        width: 100%;
        height: 100px;
        position:absolute; 
        top:0px;
        left:0px; 
        background-color: #000000;
        color: #ffffff;
        font-weight: bold;
      }
          #obere-leiste-links {
            /* Links */
            width: 740px;
            height: 100px;
            position:absolute; 
            top:0px;
            left:0px;
            background-color: #000000;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
          }
          #obere-leiste-rechts {
            /* Logo */
            width: 80px;
            height: 100px;
            position:absolute; 
            top:0px;
            left:740px; 
            margin-left: 13;
            margin-top: 60;
            background-image: url(../bilder/himmlisch_logo.gif);
            background-repeat: no-repeat;
          }
      #linkleiste {
        /* Linkleiste unter dem Balken */
        width: 100%;
        height: 20px;
        position:absolute; 
        top:100px;
        left:0px; 
        background-color: #FF008C;
      }
      #inhalt {
        /* Alles unter den Links */
        width: 840px;
        height: 380px;
        position:absolute; 
        top:120px;
        left:0px; 
      }
          #inhalt-links {
            /* Vorschau */
            width: 140px;
            height: 380px;
            position:absolute; 
            top:0px;
            left:0px; 
          }
              #vorschau {
                /* Vorschau */
                width: 150px;
                height: 240px;
                position:absolute; 
                top:80px;
                left:0px; 
                background-color: #E6E6E6;
              }
          #inhalt-mitte {
            /* Der "eigentliche" Inhalt */
            width: 480px;
            height: 340px;
            position:absolute; 
            top:0px;
            left:140px; 
            text-align: left;
            overflow: auto;
            margin: 25px; 
            /*background-color: #ff0000;*/
          }
          #inhalt-mitte-breit {
            /* Der "eigentliche" Inhalt */
            width: 835px;
            height: 370px;
            text-align: center;
            overflow: auto;
            padding-top: 5px;
            padding-left: 5px;
          }
              #artikel-uebersicht {
                /* Der "eigentliche" Inhalt */
                width: 209px;
                height: 300px;
                margin-right: 20;
                margin-bottom: 20;
                text-align: left;
                float: left; 
              }
                  #artikel-uebersicht-bild {
                    width: 200px;
                    height: 210px;
                    /*
                    background-color: #00ffff;
                    */
                  }
                  #artikel-uebersicht-text {
                    position: absolute;
                    margin-top: 20px;
                    width: 200px;                    
                  }
              #detail-alles {
                position: absolute;
                top: 40px;
                left: 0px;
                height: 220px;
                /*background-color: #ff0000;*/
              }
                  #detail-links {
                    /* Detailansicht - linker Teil (Bild etc) */
                    position: absolute;
                    width: 220px;
                    top: 0px;
                    /*background-color: #ff0ff0;*/
                  }
                    #detail-kleine-vorschau {
                      /* Vorschaubild (entsprechend Vorder- oder R�ckseite) �berlagert die Ecke rechts unten */
                      position: absolute;
                      width: 50px;
                      height: 60px;
                      top: 145px;
                      left: 160px;
                      /*background-color: #ff0000;*/
                    }
                  #detail-rechts {
                    /* Detailansicht - rechter Teil (Beschreibung, Preis etc) */
                    position: absolute;
                    width: 240px;
                    left: 220px;
                    top: 0px;
                    /*background-color: #f0f000;*/
                  }
          #inhalt-rechts {
            /* Platz f�r Warenkorb */
            width: 180px;
            height: 365px;
            position:absolute; 
            top:0px;
            left:660px; 
            /*background-color: #ff0000;*/
          }
          #warenkorb {
            /* Warenkorb */
            position:absolute;
            margin-top: 40px;
            margin-left: 4px;
            height: 325px;
            overflow: auto;
            /*background-color: #00ff00;*/
          }
            .preis-links {
              /* Warenkorb */
              width: 80px;
              margin-left: 4px;
              margin-bottom: 10px;
              text-align: left;
              float: left;
              /*background-color: #00ff00;*/
              font-weight: bold;
            }
            .preis-rechts {
              /* Warenkorb */
              width: 60px;
              margin-right: 15px;
              text-align: right;
              float: right;
              /*background-color: #00ff00;*/
              font-weight: bold;
            }
            HR {
              width: 160px;
              height: 1px;
              border: solid #cccccc 1px;
              text-align: left;
            }
          
      #untere-leiste {
        /* d�nner Balken ganz unten */
        width: 100%;
        height: 12px;
        position: absolute; 
        bottom: 0px;
        left:0px; 
        text-align: right;
        background-color: #eeeeee;
      }
      .untere-leiste-link {
        margin-right: 5px;
      }
      .untere-leiste-link A:link {
        color: #000000; text-decoration: none;
      }
      .untere-leiste-link A:active {
        color: #000000; text-decoration: none;
      }
      .untere-leiste-link A:visited {
        color: #000000; text-decoration: none;
      }
      .untere-leiste-link A:hover {
        color: #FFFFFF; text-decoration: none; background-color: #000000;
      }
      #ueberschrift {
        font-weight: bold;
        color: #ffffff;
        margin-left: 5px;
      } 
      #seitenueberschrift {
        font-weight: bold;
        color: #000000;
        font-size: 14px;
      }   
      #einwahl {
        width: 60px;
        height: 16px;
        font-size: 9px;
      }
      .normal {
        color: #FF008C; text-decoration: none;
      }
      /* Links */
      .normal A:link {
        color: #FF008C; text-decoration: none;
      }
      .normal A:active {
        color: #000000; text-decoration: none;
      }
      .normal A:visited {
        color: #FF008C; text-decoration: none;
      }
      .normal A:hover {
        color: #FF008C; text-decoration: none;
      }
      
      .link A:link {
        color: #FFFFFF; text-decoration: none;
      }
      .link A:active {
        color: #FFFFFF; text-decoration: none;
      }
      .link A:visited {
        color: #FFFFFF; text-decoration: none;
      }
      .link A:hover {
        color: #FF008C; text-decoration: none; background-color: #000000;
      }
      
      .warenkorb A:link {
        color: #555555; text-decoration: none;
      }
      .warenkorb A:active {
        color: #555555; text-decoration: none;
      }
      .warenkorb A:visited {
        color: #555555; text-decoration: none;
      }
      .warenkorb A:hover {
        color: #FF008C; text-decoration: none;
      }
      #titel {
        /* �berschrift - Artikelname */
        font-family: "Arial";
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        color: #FF008C;
        line-height: 10px;
      }
      #preis {
        /* Preis */
        font-family: "Arial";
        font-weight: bold;
        font-size: 14px;
        color: #FF008C;
        text-align: right;
      }
      .form {
       font-family: "Verdana", "Arial";
       font-size: 9px;
       border: 1px;
       border-style: solid;
       border-color: #000000;
       background: #FFFFFF;
       width: 150px;
      }
      .form_dropdown {
       font-family: "Verdana", "Arial";
       font-size: 9px;
       color: #FF008C;
       border: 1 solid #000000;
       background: #FFFFFF
      }
      .form-beschreibung {
        width: 80px;
        margin-right: 0px;
        float: left;
      }
      .form-felder {
        margin-bottom: 5px;
      }
      .grossbuchstaben {
        text-transform: uppercase;
      }
      .eingerueckt {
        /* z.B. beim Warenkorb */
        margin-left: 15px;
      }
      .info {
        color: #FF008C;
      }
      .bild a, .bild a:visited {  
        width:120px;
        height:30px;
        text-decoration: none:
        font-weight: bold;
      }
      .bild a:hover {
        width: 400px;
        height: 503px;
        display: block;
        background-image:url("../bilder2/jonep_schlagzeug.jpg");
      }
