
   /* ===========================================
      Stylesheet f?r www.werkzeugfee.de
      31.12.2009
      Georgia Farys und HELLMEDIA
 
      1. Kalibrierung und allgemeingueltige Styles
      2. Styles fuer die Layout-Bereiche
      3. Sonstige Styles 
      =========================================== */

   /* ===========================================
      1. Kalibrierung und allgemeingueltige Styles 
      =========================================== */

    /* Kalibrierung der wichtigsten Abstaende */
 
* {
   margin: 0;
   padding: 0;
   }

     /* Allgemeine Selektoren */

html {
   height: 100.01%;
   }

body {
   width: 100%;
   height: auto;
   font-family: Verdana, Arial, sans-serif;
   font-size: 62.5%;
   line-height: 150%;
   color: #19171a;
   background: url(bodybg.jpg) repeat-x #ffffff;
   }


     /* Allgemeine Hyperlinks */

img, a img { border: 0; }

a:link {
   color: #19171a;
   background: transparent;
   text-decoration: none;
   font-size: 1em;
   font-weight: normal;
   }
a:visited  {
   color: #19171a;
   background: transparent;
   text-decoration: none;
   font-size: 1em;
   font-weight: normal;
   }
a:hover,
a:active, 
a:focus {
   color: #ffffff;
   background: #19171a;
   text-decoration: none;
   font-size: 1em;
   font-weight: normal;
   }


   /* Allgemeine Klassen und IDs */


h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   color: #19171a; 
   background: transparent;
   text-align: left;
   font-weight: bold;
   line-height: 150%;
   }
    

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.7em; }
hr { 
   border: 1px solid #19171a; 
   margin: 4px 0;
   }

p {
   margin: 2px 0;
   padding: 2px 0;
   text-align: left;
   font-size: 1em;
   font-weight: normal;
   }
span {
   margin: 2px 0;
   padding: 2px 0;
   text-align: center;
   font-size: 1.1em;
   font-weight: normal;
   width: 100%;
   }
ul {
   margin: 0 0 0 20px;
   list-style-type: disc;
   font-weight: normal;
   font-size: 1.1em;
   text-align: left;
   }
ul ul {
   margin: 0 0 0 30px;
   list-style-type: square;
   font-weight: normal;
   font-size: 1.1em;
   text-align: left;
   }


table {
   margin:0;
   width: 100%;
   }

caption {
   margin: 0;
   padding: 0;
   text-align: left;
   text-decoration: none;
   font-size: 1.5em;
   font-weight: bold;
   color: #19171a;
   background: transparent;
   }

th {
   margin: 0;
   padding: 0;
   text-align: left;
   font-size: 1.1em;
   font-weight: normal;
   }

td {
   margin: 0;
   padding: 0;
   text-align: left;
   font-size: 1.1em;
   font-weight: normal;
   }

fieldset {
   margin: 10px;
   padding: 10px;
   border: 1px solid #19171a;
   color: #19171a;
   background: #8aaeff;
   text-align: left;
   }

legend {
   color: #19171a;
   background: transparent;
   text-align: left;
   }

label {
   margin: 0;
   padding: 2px;
   float: left;
   width: 120px;
   color: #19171a;
   background: transparent;
   text-align: left;
   display: block;
   }

input, select {
   margin: 0;
   padding: 2px;
   float: left;
   font-size: 1.1em;
   color: #19171a;
   background: #ffffff;
   }
input:focus, input:active, input:hover {
   margin: 0;
   padding: 2px;
   float: left;
   color: #19171a;
   background: #8aaeff;
   font-size: 1.1em;
   }
select:focus, select:active, select:hover {
   margin: 0;
   padding: 2px;
   float: left;
   color: #19171a;
   background: #8aaeff;
   font-size: 1.1em;
   }
textarea {
   margin: 0;
   padding: 2px;
   float: left;
   font-size: 1.3em;
   color: #19171a;
   background: #ffffff;
   }
textarea:focus, textarea:active, textarea:hover {
   margin: 0;
   padding: 2px;
   float: left;
   color: #19171a;
   background: #8aaeff;
   font-size: 1.3em;
   }

   /* ===========================================
      2. Styles f?r die Layoutbereiche 
      =========================================== */

#zentrierung {
   margin: 5px auto;
   padding: 0;
   width: 1000px;
   height: auto;
   text-align: center;
   }

#mantel {
   float: left;
   margin: 0;
   padding: 0;
   width: 1000px;
   text-align: center;
   font-size: 1.1em;
   }

#titel {
   float: left;
   margin: 0;
   padding: 0;
   width: 1000px;
   height: 150px;
   text-align: center;
   font-size: 1.1em;
   }
#navigation {
   float: left;
   margin: 0;
   padding: 5px 0;
   width: 1000px;
   height: auto;
   text-align: center;
   font-size: 0.8em;
   color: #ffffff;
   background: #e3001b;
   }
#navigation ul {
   float: left;
   margin: 0;
   padding: 2px 0;
   width: 1000px;
   list-style-type: none;
   font-weight: normal;
   text-align: center;
   }
#navigation li.active {
   float: left;
   margin: 1px;
   padding: 2px;
   list-style-type: none;
   font-weight: normal;
   text-align: center;
   color: #e3001b;
   background: #ffffff;
   border: 1px solid #ffffff;
   }

#navigation a.active:link {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #e3001b;
   background: #ffffff;
   }
#navigation a.active:visited  {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #e3001b;
   background: #ffffff;
   }
#navigation a.active:hover,
#navigation a.active:active, 
#navigation a.active:focus {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #ffffff;
   background: #e3001b;
   }

#navigation li.inactive {
   float: left;
   margin: 1px;
   padding: 2px;
   list-style-type: none;
   font-weight: normal;
   text-align: center;
   text-align: left;
   color: #ffffff;
   background: #e3001b;
   border: 1px solid #ffffff;
   }
#navigation a.inactive:link {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #ffffff;
   background: #e3001b;
   }
#navigation a.inactive:visited  {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #ffffff;
   background: #e3001b;
   }
#navigation a.inactive:hover,
#navigation a.inactive:active, 
#navigation a.inactive:focus {
   padding: 2px;
   text-decoration: none;
   font-weight: normal;
   color: #e3001b;
   background: #ffffff;
   }


#inhalt {
   float: left;
   margin: 0;
   padding: 0;
   width: 1000px;
   height: auto;
   text-align: center;
   font-size: 1.1em;
   color: #e3001b;
   background: #ffffff;
   }

#links {
   float: left;
   margin: 0;
   padding: 0 0 10px 0;
   width: 199px;
   height: auto;
   text-align: left;
   font-size: 1.1em;
   color: #e3001b;
   background: #ffffff;
   border-right: 1px solid #e3001b;
   }
#links ul.sprache {
   float: left;
   margin: 5px 0 0 0;
   padding: 0;
   width: 199px;
   list-style-type: none;
   font-weight: normal;
   text-align: left;
   }
#links li.sprache {
   margin: 0 1px;
   padding: 0;
   list-style-type: none;
   font-weight: normal;
   text-align: left;
   display: inline;
   color: #e3001b;
   background: #ffffff;
   }
#links ul {
   clear: both;
   margin: 0;
   padding: 0;
   width: 199px;
   list-style-type: none;
   text-align: center;
   }
#links li.active {
   clear: both;
   margin: 0 0 0 25px;
   padding: 5px;
   width: 164px;
   list-style-type: none;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
   background: #e3001b;
   }
#links ul ul {
   clear: both;
   margin: 0 0 0 25px;
   padding: 0;
   width: 174px;
   display: block;
   font-size: 1em;
   list-style-type: none;
   text-align: left;
   }
#links ul ul li.active {
   clear: both;
   margin: 0;
   padding: 5px;
   width: 164px;
   list-style-type: none;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
   background: #e3001b;
   }
#links ul ul li.inactive {
   clear: both;
   margin: 0;
   padding: 5px;
   width: 163px;
   list-style-type: none;
   font-weight: bold;
   text-align: left;
   color: #e3001b;
   background: #ffffff;
   border: 1px solid #e3001b;
   }
#links a.active:link {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background: #e3001b;
   }
#links a.active:visited  {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background: #e3001b;
   }
#links a.active:hover,
#links a.active:active, 
#links a.active:focus {
   text-decoration: none;
   font-weight: bold;
   color: #e3001b;
   background: #ffffff;
   }

#links li.inactive {
   clear: both;
   margin: 0;
   padding: 5px;
   width: 189px;
   list-style-type: none;
   font-weight: bold;
   text-align: center;
   text-align: left;
   color: #e3001b;
   background: #ffffff;
   }
#links a.inactive:link {
   text-decoration: none;
   font-weight: bold;
   color: #e3001b;
   background: #ffffff;
   }
#links a.inactive:visited  {
   text-decoration: none;
   font-weight: bold;
   color: #e3001b;
   background: #ffffff;
   }
#links a.inactive:hover,
#links a.inactive:active, 
#links a.inactive:focus {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   background: #e3001b;
   }

 /* Internetexplorer-Anfang */

*+html #links ul ul {
   clear: both;
   margin: 0;
   padding: 0;
   width: 199px;
   display: block;
   font-size: 1em;
   list-style-type: none;
   text-align: left;
   }
*+html #links ul ul li.active {
   clear: both;
   margin: 0;
   padding: 5px;
   width: 158px;
   list-style-type: none;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
   background: #e3001b;
   }
*+html #links ul ul li.inactive {
   clear: both;
   margin: 0;
   padding: 5px;
   width: 158px;
   list-style-type: none;
   font-weight: bold;
   text-align: left;
   color: #e3001b;
   background: #ffffff;
   border: 1px solid #e3001b;
   }
   /*Internetexplorer-Ende */

#warenkorb_klein {
   float: left;
   margin: 5px;
   padding: 10px;
   width: 165px;
   height: auto;
   min-height: 55px;
   text-align: left;
   font-size: 0.7em;
   color: #e3001b;
   background: #ffffff;
   border: 2px solid #19171a;
   }
#suche {
   clear: both;
   margin: 5px;
   padding: 10px;
   width: 165px;
   height: 50px;
   text-align: left;
   font-size: 1.1em;
   color: #e3001b;
   background: #ffffff;
   border: 2px solid #19171a;
   }

#text {
   float: left;
   margin: 0 0 0 -1px;
   padding: 10px;
   width: 780px;
   height: auto;
   text-align: left;
   font-size: 1.1em;
   color: #e3001b;
   background: #ffffff;
   border-left: 1px solid #e3001b;
   }
#shopnavigation_kastenzeile {
   float: left;
   margin: 0;
   padding: 0;
   width: 780px;
   height: auto;
   text-align: center;
   font-size: 1.1em;
   color: #e3001b;
   background: #ffffff;
   }

#fusszeile {
   float: left;
   margin: 0;
   padding: 5px;
   width: 990px;
   height: auto;
   text-align: left;
   font-size: 1em;
   color: #ffffff;
   background: #e3001b;
   }

   /* ===========================================
      3. Sonstige Styles 
      =========================================== */


     /*Container*/

div.warengruppe {
   float: left;
   margin: 5px;
   padding: 0;
   width: 360px;
   font-size: 1em;
   text-align: center;
   color: #e3001b;
   background: #ffffff;
   }
div.shopnavikasten {
   float: left;
   margin: 5px;
   padding: 0;
   width: 140px;
   height: 165px;
   font-size: 1em;
   text-align: center;
   color: #ffffff;
   background: #e3001b;
   border: 2px solid #19171a;
   }
div.topprodukte {
   float: left;
   margin: 5px 9px;
   padding: 5px;
   width: 80px;
   font-size: 1em;
   text-align: center;
   color: #e3001b;
   background: #ffffff;
   border: 1px solid #19171a;
   }
     /* ?berschriften */


h2 {
   margin: 5px 0;
   padding: 0;
   font-size: 1.2em;
   color: #19171a; 
   background: transparent;
   text-align: left;
   font-weight: bold;
   line-height: 150%;
   }

h3 {
   margin: 5px 0;
   padding: 0;
   font-size: 1em;
   color: #19171a; 
   background: transparent;
   text-align: left;
   font-weight: normal;
   line-height: 150%;
   }    


     /*Listen*/   

     /*Tabellen*/ 

     /*fieldset*/

     /*label*/

     /*Links*/ 

a.image:link {
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.image:visited  {
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.image:hover,
a.image:active, 
a.image:focus {
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
   

a.shopnavikasten_image:link {
   float:left;
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.shopnavikasten_image:visited  {
   float:left;
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.shopnavikasten_image:hover,
a.shopnavikasten_image:active, 
a.shopnavikasten_image:focus {
   float:left;
   margin: 0;
   padding: 0;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
   

a.shopnavikasten_link:link {
   float:left;
   margin: 0;
   padding: 5px 0;
   width: 140px;
   color: #ffffff;
   background: #e3001b;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.shopnavikasten_link:visited  {
   float:left;
   margin: 0;
   padding: 5px 0;
   width: 140px;
   color: #ffffff;
   background: #e3001b;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.shopnavikasten_link:hover,
a.shopnavikasten_link:active, 
a.shopnavikasten_link:focus {
   float:left;
   margin: 0;
   padding: 5px 0;
   width: 140px;
   color: #e3001b;
   background: #ffffff;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }




a.warengruppe_image:link {
   float:left;
   margin: 0 5px 0 0;
   padding: 0;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.warengruppe_image:visited  {
   float:left;
   margin: 0 5px 0 0;
   padding: 0;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.warengruppe_image:hover,
a.warengruppe_image:active, 
a.warengruppe_image:focus {
   float:left;
   margin: 0 5px 0 0;
   padding: 0;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
   

a.warengruppe_link:link {
   float:left;
   margin: 0;
   padding: 5px;
   width: 285px;
   color: #e3001b;
   background: #ffffff;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.warengruppe_link:visited  {
   float:left;
   margin: 0;
   padding: 5px;
   width: 285px;
   color: #e3001b;
   background: #ffffff;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.warengruppe_link:hover,
a.warengruppe_link:active, 
a.warengruppe_link:focus {
   float:left;
   margin: 0;
   padding: 5px;
   width: 285px;
   color: #ffffff;
   background: #e3001b;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }

a.topprodukte_image:link {
   clear: both;
   margin: 0 0 5px 0;
   padding: 0 10px;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.topprodukte_image:visited  {
   clear: both;
   margin: 0 0 5px 0;
   padding: 0 10px;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
a.topprodukte_image:hover,
a.topprodukte_image:active, 
a.topprodukte_image:focus {
   clear: both;
   margin: 0 0 5px 0;
   padding: 0 10px;
   width: 60px;
   background: transparent;
   text-decoration: none;
   border-bottom: 0 solid;
   }
   

a.topprodukte_link:link {
   clear: both;
   margin: 0;
   padding: 0;
   width: 80px;
   color: #e3001b;
   background: #ffffff;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.topprodukte_link:visited  {
   clear: both;
   margin: 0;
   padding: 0;
   width: 80px;
   color: #e3001b;
   background: #ffffff;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }
a.topprodukte_link:hover,
a.topprodukte_link:active, 
a.topprodukte_link:focus {
   clear: both;
   margin: 0;
   padding: 0;
   width: 80px;
   color: #ffffff;
   background: #e3001b;
   text-decoration: none;
   font-size: 0.8em;
   font-weight: bold;
   text-align: center;
   border-bottom: 0 solid;
   }

a.breadcrumb:link {
   color: #e3001b;
   background: transparent;
   text-decoration: none;
   font-size: 1em;
   font-weight: bold;
   }
a.breadcrumb:visited  {
   color: #e3001b;
   background: transparent;
   text-decoration: none;
   font-size: 1em;
   font-weight: bold;
   }
a.breadcrumb:hover,
a.breadcrumb:active, 
a.breadcrumb:focus {
   color: #ffffff;
   background: #e3001b;
   text-decoration: none;
   font-size: 1em;
   font-weight: bold;
   }

      /*font*/


.versteckmich {
   position: absolute;
   top: -9999px;
   left: -9999px;
   width: 0;
   height: 0;
   display: inline;
   }
.tabmich:focus, .tabmich:active {
   position: absolute;
   top: 9999px;
   left: 9999px;
   width: 12em;
   height: auto;
   display: inline;
   padding: 0.5em;
   border: 1px solid #19171a;
   }
#skiplink {
   position: absolute;
   top: -2000px;
   left: -3000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
   }

/* ===========================================
   Ende des Stylesheets 
   =========================================== */























