body {
   background-color:#ffffff;
   color:#222222;
   text-align:justify;
   font-family:'Times New Roman',Times,serif;
   font-size:12pt;
}

li {
   font-size:12pt;
}

img {
   border:1px solid #cccccc;
}
  
a { 
   text-decoration:none;
}
/* Formatierung der HTML-Elemente                              Ende         */


/* Grundstruktur der Webseite  3 geschachtelte Bereiche      Anfang         */
#umriss {                                              /*  Äußere Umhüllung */
    background-color:#cccccc;
	margin:6px 0px 6px 20px;
	padding:4px 1px 2px 1px;
	width:920px;
}

#gesamt {                                          /*  Beschreibbare Region */
   background-color:#fdfdfd;
   padding:14px 20px 20px 20px;
}

.kern {                           /*  Feld(er) für die eigentlichen Inhalte */
   background-color:#ffffff;
   color:#333333;
   padding:20px;
   margin-top:10px;
   margin-bottom:10px;
}
/* Grundstruktur der Webseite  3 geschachtelte Bereiche      Ende           */


/* Formatierung der Inhalte                                  Anfang         */
.navoben {                                              /*  Obere Naviation */
   padding:0px 40px 10px 20px;
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
}

.verlag {                                                 /*  Verlag "Logo" */
   font-size:130%;
   border-bottom:1px solid #333333;
   padding-bottom:4px;
   font-style:italic;
   margin-top:16px;
   margin-bottom:20px;
   margin-left:60px;
   margin-right:60px;
   color:#333333;
   letter-spacing:0.1em;
}

.produkt {                                              /*  Autor und Titel */
   margin-left:60px;
   margin-right:60px;
   margin-bottom:10px;
   font-size:12pt;
   color:#666666;
   font-family:Verdana,Arial,sans-serif;
}

.produkttyp {                                      /*  Buch / epub / Kindle */
   margin-left:60px;
   margin-right:60px;
   font-size:10pt;
   color:#666666;
   font-family:Verdana,Arial,sans-serif;
}

.cover {                                               /*  Cover, sonst nix */
   float:left;
   padding-right:40px;
   padding-bottom:20px;
}

.biblio {                 /*  Bibliographische Angaben, Inhalt, Autoren ... */
   font-size:12pt;
   font-family:"Times New Roman",Times,serif;
   line-height:125%;
   width:auto;
   padding-right:120px;
}

.bezugsquellen {                     /*  Feld für Bestellung und Downloads  */
   clear:both;
   margin-left:20px;
   margin-right:40px;
}

.quellentitel {                               /*  Überschrift Bezugsquellen */
   font-size:130%;
   border-bottom:1px solid #333333;
   padding-bottom:6px;
   font-style:italic;
   letter-spacing:0.05em;
   margin-bottom:16px
}

.quellentyp {                                      /*  Buch - epub - Kindle */
   padding-left:30px;
   padding-right:30px;
   padding-top:10px;
   padding-bottom:10px;
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
}

.quelle {                                                   /*  Lieferanten */
   padding-left:0px;
   padding-right:40px;
   vertical-align:top;
   line-height:160%;
}


.autorentitel {                                /*  Überschrift Autorenfekld */
   font-size:130%;
   border-bottom:1px solid #333333;
   padding-bottom:6px;
   font-style:italic;
   letter-spacing:0.05em;
   margin-bottom:16px;
   margin-left:80px;
   margin-right:80px;
}


.autoren {                                       /*  Angaben zu den Autoren */
   margin-left:80px;
   margin-right:80px;
}

.navunten {                                           /*  Untere Navigation */
   padding:0px 40px 10px 20px;
   font-family:Verdana,Arial,sans-serif;
   font-size:10pt;
}
/* Formatierung der Inhalte                                  Ende           */