* {
   border: 0;
   margin: 0;
   padding: 0;
   }

body {
   background-color:#fff;
}

h1#kopf  {
   background-image:url(/_img/bg_kopf.gif);
   text-align: center;
}

p#navi  {
   background-image:url(/_img/bg_nav.gif);
   margin-top: 7px;
   text-align: center;
}

div#inhalt {
   width: 660px;
   }

h2  {
   color: #333;
   text-align:center;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size: 14px;
   text-transform:uppercase;
   margin-top: 1em;
   margin-bottom: 0.5em;
}

h3 {
   text-align: left;
   margin-bottom: 0.2em;
   color: #000;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size: 15px;
   line-height: 1.2em;
   }

h4 {
   text-align: left;
   margin-bottom: 0.2em;
   color: #333;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   }

div#inhalt img {
   float: left;
   margin-top:2px;
   margin-right:15px;
   margin-bottom:2px;
   }

div#inhalt img.gotop {
   float: none;
   border: 0;
   margin: 0;
   padding: 0;
   }

p {
   color: #000;
   font-family: "Trebuchet MS",Verdana, Arial, Helvetica, Geneva, sans-serif;
   text-align: justify;
   font-size: 14px;
   line-height: 1.2em;
   margin-bottom: 1em;
   }

p.bestellen {
   text-align: right;
   margin-top: -1em;
   margin-bottom: 1.5em;
   }

p strong {
   font-weight: bold;
   }

p em  {
   font-weight: bold;
   font-style: normal;
   font-size: 12px;
   color: #343854;
   }

p.gotop  {
   background-image:url(/_img/bg_goup.gif);
   text-align: center;
}

a:link, a:visited {
   font-weight: bold;
   color: #808080;
   text-decoration:none;
   }

a:hover {
   color: #808080;
   text-decoration:underline;
   }

a:active, a:focus {
   color: #808080;
   text-decoration: underline;
   }

a.buch, a.buch:link, a.buch:visited, a.buch:hover, a.buch:active, a.buch:focus {
   font-weight: normal;
   color: #343854;
   text-decoration:none;
   }

span.code  {
   font-weight:normal;
   color:#BE421C;
   }