<!--

 /* Hauptbereiche */

 body {
            background-image: url(../../gfx/shop/tattooworld/ko_tw_hintergrund_mi.png);
            background-repeat: repeat-x;
            background-attachment:fixed;
            background-color: white;
 }

 /* Main Div Haupthintergrund, mitte */
 div.body {
            min-height: 1024px;
 }

 /* Hintergrundbilder rechts und Links */

 img.bglinks {
     top: 0px;
     left: 0px;
 }

 img.bgrechts {
     top: 0px;
     right: 0px;
 }


 /* Mittelbereich. Außenränder links und rechts, sowie Farbe des Mittelteils*/

 td.rand_links {
       background-image: url(../../gfx/shop/tattooworld/ko_tw_content_rand_li.png);
       width: 18px;
 }

 td.content_mitte {
       background-color: white;
 }

 td.rand_rechts {
       background-image: url(../../gfx/shop/tattooworld/ko_tw_content_rand_re.png);
       width: 18px;
 }




 /* Header Hintergrundbild. einzelbilder direkt im Code der indexdatei anpassen*/
 #header {
        background-image: url(../../gfx/shop/tattooworld/ko_tw_header_mitte.png);
 }



 /*linkfarbe im persönlichen Bereich oben rechts*/
 #header div.nav a {
        color: #5a0b0c;
 }

 #header div.nav_p a {
        color: #5a0b0c;
 }

 #header div.nav a {
        color: #fff;
 }






 /* Suchfeld */


 /* Hintergrundmuster des Suchfelds */
 div.suche {
        background-image: url(../../gfx/shop/tattooworld/ko_tw_suche_bg.png);
        color: white;
 }


 /* Hintergrundbild für Formularfelder im Suchbereich */
 #eingabe {
        background-image: url(../../gfx/shop/tattooworld/ko_tw_suchfeld_auswahl.png);
 }


 /* Optik des Finden! Buttons */
 input.findenbtn {
        background-image: url(../../gfx/shop/tattooworld/ko_tw_suchfeld_finden.png);
 }







 /* Seitenabschluss, Dekorand außen*/

 /* Links unten äußere Ecke */
 td.liu {
          background-image: url(../../gfx/shop/tattooworld/ko_tw_ecke_li_a.png);
          width: 18px;
          height: 33px;
        }

 /* rechts unten äußere Ecke */
 td.reu {
          background-image: url(../../gfx/shop/tattooworld/ko_tw_ecke_re_a.png);
          width: 18px;
          height: 33px;
 }

 /* Links unten innerer Teil der Ecke */
 td.liuu {
         background-image: url(../../gfx/shop/tattooworld/ko_tw_ecke_li_i.png);
         width: 15px;
         height: 33px;
 }

 /* rechts unten innerer Teil der Ecke */
 td.reuu {
         background-image: url(../../gfx/shop/tattooworld/ko_tw_ecke_re_i.png);
         width: 15px;
         height: 33px;
 }

 /* unterer Abschluss,Mittelteil */
 td.fm {
         background-image: url(../../gfx/shop/tattooworld/ko_tw_unten_mi.png);
         height: 33px;
 }

 /* Spacer, der die inneren Tabellenecken rechts und links aufhält. Breite muss mit angepasst werden, sofern sie abweicht */
 img.fs {
         width: 15px;
 }



 /* Startseite */

 div.lp_rahmen {
     width:840px;
     margin-top: 5px;
 }

 div.lp_rahmen img  {
     border: 0px;
     float:right;
 }

 div.lp {
     width: 366px;
     float: left;
 }

 div.lp ul {
     float: left;
     border: 5px solid #c69c6d;
     border-bottom: 4px solid #c69c6d;
     width: 250px;
     margin:0px;
     padding: 0px;
     list-style: none;
 }

 div.lp ul li.head {
     margin-left: 0px;
     width: 100%;
     height: 24px;
     color: white;
     background-color: #c69c6d;
     padding-top: 5px;
     text-align: left;
 }

 div.lp ul li.list {
     width: 100%;
     height: 27px;
     text-align: left;
     background-color: #white;
     border-bottom: 1px solid #c69c6d;
 }

 div.lp ul li.list:hover {
     background-color: #c69c6d;
     color: white;
 }

 div.lp ul li.list a {
     background-image: none;
     width: 100%;
     height: 25px;
     padding-left: 2px;
     padding-top: 5px;
     padding-bottom: 5px;
     display: block;
     color: black;
     text-decoration: none;
 }

 div.lp ul li.list a:hover {
     color: white;
 }


-->