/* CSS für Bücher */

/* Blauer Grund und graue Farbe */

#hauptseite .bs1 {
  color:#EAEAEA;
  background-color:#000088;
  padding:3px;
  font-size:11pt;
}

/* Listen */

#hauptseite ul {
  list-style:inside;
}

#hauptseite li {
  padding:3px;
  font-size:11pt;
}

#hauptseite dt {
  padding:8px;
  font-size:11pt;
}

#hauptseite dd {
  margin-left:20px;
  padding:8px;
  font-size:11pt;
}

/* Tabelleneinstellungen */

#hauptseite table {
  width:80%;
  border:none;
  margin:0 auto;
}

#hauptseite td {
  padding:2px;
  font-size:11pt;
}

#hauptseite .td10 {
  width:10%;
}

#hauptseite .td15 {
  width:15%;
}

#hauptseite .td70 {
  width:70%;
}

/* Verlagausgabe */

#buchtipp {
  width:500px;
  background:#FFF;
  padding:10px;
  margin:0 auto;
}

#buchtipp .verlag {
  width:50%;
  padding:2px;
  background:#008040;
  color:#EEEEEE;
  margin:0 auto;
  text-align:center;
}

#buchtipp a:link {
  color:#EEEEEE;
  display:block;
  padding:2px;
  border:1px solid #EEEEEE;
  text-decoration:none;
}
