body
  {
/*
  background-color: rgb(0,46,88);
*/
  background-color: rgb(48,96,128);
  font-family: arial, helvetica, sans serif;
  font-size: 10pt;
  text-align: center;
  margin-top: 0;
  padding: 0;
  }

.book_title,
.book_author
  {
  color: gray;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  }

.book_author
  {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  }

.book_isbn
  {
  color: gray;
  padding: 0;
  margin: 0;
  }
  
.book_descr
  {
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  margin-right: 2em;
  }
  
input
  {
  background-color: #ffd;
  font-family: arial, helvetica, sans serif;
  font-size: 0.75em;
  }

iframe
  {
  padding: 0;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 840;
  border-bottom: solid #ccc 1px;
  }

#horizontale_mitte
  {
  padding: 0;
  position: absolute; top: 0;
  text-align: left;
  margin: auto;
  }
  
#main_logo
  {
  padding-top: 5px;
  }

#td_logo
  {
  padding-top: 5px;
  }

#content
  {
/* ohne Tabelle 
    position: absolute; top: 0; width: 966px; height: 100%;
  */
/* mit Tabelle
    position: relative; top: 0; width: 966px; height: 100%;
	width: 966px; 
*/
	width: 996px; 
    background-color: white;
    text-align: left;
    margin: auto;
    min-height: 640px;
    padding: 0;
  }

#content_sub
  {
  padding-left: 148px;
  padding-top: 8px;
  }

#basket,
#search_vlb
  {
  text-align: right;
  padding-top: 3px;
  padding-right: 3px;
  font-size: 8pt;
  padding-bottom: 0.5em;
  }

#basket a,
#search_vlb a
  {
  color: darkblue;
  text-decoration= none;
  }

#basket a:hover,
#search_vlb a:hover
  {
  color: red;
  }

#search_vlb
  {
  vertical-align: middle;
  }

#menu_right
  {
  width: 154px;
  float: right;
  font-size: 8pt;
  border: solid 1px lightblue;
  padding: 0;
  margin-right: 2px;
  }

#menu_right th
  {
  background-color: rgb(84,118, 153);
  color: white;
  }

#menu_right td
  {
  padding: 2px;
  }

#menu_main table
  {
  background-color: rgb(0,46,88);
  padding-left: 2em;
  margin-left: 1px;
  }
  
#menu_main td
  {
  background-color: #999;
  font-size: 0.75em;
  font-style: italic;
  padding: 2px;
  vertical-align: middle;
  color: white;
  }
  
#menu_main td a
  {
  font-weight: bold;
  font-style: normal;
  color: white;
  text-decoration: none;
  padding-right: 1em;
  padding-left: 1em;
  }
  
#menu_main a:hover,
#menu_main td:hover
  {
  background-color: #f60;
  font-style: normal;
  }
  
#menu_left
  {
  position: absolute; width: 138px; top: 128px;
  font-size: 8pt;
  text-align: left;
  margin-left: 1px;
  }

#menu_left nobr
  {
  padding-left: 8px;
  }

#menu_left .title
  {
  background-color: rgb(0,46,88);
  font-weight: bold;
  color: white;
  padding-left: 3px;
  }

#menu_left ul
  {
  list-style-type: none;
  margin-left: 8px;
  padding-left: 0;
  }

#menu_left a
  {
  color: darkblue;
  text-decoration: none;
  }

#menu_left a:hover
  {
  color: darkgreen;
  }
  

#footer,
#footer table
  {
  margin: 0;
  padding: 0;
  clear: both;
  float: right;
  text-align: right;
  font-size: 8pt;
  }
  
#clearer
  {
  clear: both;
  }

/* englishe buecher */

#content_sub th
  {
  text-align: left;
  }

#content_sub td,
#content_sub th
  {
  font-family: arial, helvetica, sans serif;
  font-size: 11pt;
  padding-right: 2em;
  }

#content_sub .book_title a
  {
  text-decoration: none;
  }
  
#content_sub .isbn_small
  {
  font-size: 8pt;
  font-family: monospace;
  }
  
#content_sub h1
  {
  color: #000080;
  font-size: 16pt;
  }
  
#content_sub td.line_top,
#content_sub th.line_top
  {
  border_top: solid #000000 1px;
  }

#content_sub td.line_bottom
#content_sub th.line_bottom
  {
  border_bottom: solid #000000 1px;
  }
  
#content_sub tr.even
  {
  background-color: #f8f8f8;
  }
  
#content_sub tr.odd
  {
  background-color:#eeeeff;
  }