body { 
   background-color: white;
   background-image: url(logo_bw.jpg);
   background-repeat: repeat;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: small;
   color: #111111;
   margin: 0px;
   line-height: 1.6em;
}

a {
   color: #D06601;
   text-decoration: none;
   border-bottom: dotted thin #D06601;
}

a:visited {
   color: #BE5600;
   text-decoration: none;
   border-bottom: dotted thin #BE5600;
}

h1 {
   border-bottom: solid 1px #e0e0e0;
   font-size: 2.5em;
}

img {
   border: none;
}

.logo {
   float: right;
}

.adresse {
   color: #222222;
   font-size: 1.2em;
}

.small_adresse {
   color: #222222;
   font-size: 1.1em;
}

.small_adresse a {
   color: #2D619B;
   border-bottom: dotted thin #2D619B;
}

.agb {
   line-height: 1.2em;
   background-color: #FFECDC;
   margin-top: 20px;
   margin-left: 100px;
   padding: 10px;
   font-size: 0.9em;
   width: 580px;
   border: dotted thin #FB7F1B;
}

.buchliste {
   padding: 10px;
   padding-left: 30px;
}

table {
   padding: 10px;
   width: 600px;
   margin-left: 100px;
   border: thin solid black;
   border-collapse: collapse;
}

td, th {
   border: thin dotted gray;
   padding: 5px;
}

caption {
   font-weight: bold;
}

#allcontent {
   background-color: white;
   width: 800px;
   padding: 10px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   border: solid thin gray;
}

.footer {
   font-size: 50%;
   text-align: center;
   line-height: normal;
   margin-top: 30px;
}

.footer a {
   border: none;
}
