body {
   background: #FFFFFF url('./bg.jpg');
   margin: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 1em;
}

ul {
   list-style: none;
}

h3.Header {
   position: relative;
   background-color: transparent;
   margin: 0px;
   padding: 5px 5px 5px 5px;
}

div.BlockText {
   margin: 5px;
}

div.BlockCentered {
   width: 100%;
   text-align: center;
}

div.Break {
   background-color: #959595;
   margin-top: 5px;
   padding: 5px 5px 5px 5px;
}

a.NoHrefStyle {
   text-decoration: none;
   color: #000000;
   border: none;
}

a {
   text-decoration: underline;
   color: #004040;
   border: none;
}

a:Hover {
   text-decoration: none;
   color: #008080;
   border: none;
}

div.AdressBlock {
   float: left;
   background-color: transparent;
   color: #000000;
}

img.LogoImg {
   float: right;
}

dl {
   padding: 0px 0px 0px 5px;
}

strong {
   padding: 0px 0px 0px 5px;
   margin-bottom: 0px;
}

div.BestellForm {
   width: 100%;
   background: #DCDCDC;
   margin: 0px;
   padding: 5px 0px 5px 0px;
}

div.FormLeftToRight {
   width: 48%;
   float: left;
   text-align: right;
}

div.FormRightToLeft {
   width: 48%;
   float: right;
   text-align: left;
}

div.Spacer {
   clear: both;
   height: 10px;
}

div.SendCell {
   text-align: center;
}

input.TextFeld {
   width: 240px;
}
