/* KATALOG CSS */
.buch_bild{
  float:left; width:118px; height:170px; padding:6px;
  padding-top:20px;
}
.buch_angaben{
  float:left; width:365px;
  padding:10px; padding-top:15px;
  text-align:left;
}
.buch_mehr{
  float:left; height:50px; /*border:1px #CCCCCC solid; clear:left;*/
}
.buch_preis{
  /*border:1px #CCCCCC solid;*/ float:right;  height:50px;
}
.buch_inhalt{
  clear:both; /*border:1px #CCCCCC solid;*/
}
.katalog_menu {
  float:left; width:515px; padding-left:4px; padding-top:10px; clear:both;
}
.katalog_tr:hover td{
  background-color:#EEEEEE;
}
#details_div{
  float:left; padding:10px; line-height:1.3; width:490px;
}
.js_menu{
  height:25px; color:#666666; text-decoration:none;
  background-color:#EEEEEE; padding-left:3px; padding-top:4px;
  font-family:arial; font-weight:bold; font-size:12px; text-align:left;
  cursor:pointer; line-height:1.2; border:1px #CCCCCC solid;
}
.js_menu:hover{
  color:#9a141b;
  background-color:#FFFFFF;
  border-bottom-style:none;
  padding-top:3px;
}
.katalog_link{
  color:#9a141b; font-weight:bold; text-decoration:none;
}
.katalog_link:hover{
  text-decoration:underline;
}
.fachbereiche{
  padding-top:2px; padding-bottom:1px;
  float:left; width:30%;
}
.fach_uber{
  font-size:16px;font-weight:bold; color:#9a141b;
  font-family:arial; 
}
.fach_link{
  color:#333333; text-decoration:none;
}
.fach_link:hover{
  text-decoration:underline;
}
.details_div{
  color:#666666; font-family:arial; font-size:12px; line-height:1.2;
}
.fachbereich2_td{
  border:1px solid #CCCCCC; background-color:#F8F8F8;
}
.fachbereich2_td a{
  color:#666666; text-decoration:none;
  display:block; padding:3px;
}
.fachbereich2_td:hover{
  background-color:#F5DEB3;
}
.fachbereich2_td:hover a{
  /*color:#9a141b;*/
}
/*------------------------CSS Klappmenu für E-Books---------------------------*/
#ebook_select {
  background:#EEEEEE none repeat scroll 0 0;
  border:1px solid #9A141B;
  height:25px;
  line-height:25px;
  overflow:hidden;
  text-align:center;
  width:50px;
  z-index:100;
  float:right;
  position:absolute;
  right:0px;
  top:-5px;
}

#ebook_select:hover {
  background:#EEEEEE none repeat scroll 0 0;
  cursor:pointer;
  height:50px;
}

#ebook_select a:visited, #ebook_select a {
  color:#666666;
  display:block;
  line-height:25px;
  text-decoration:underline;
  width:100%;
}

#ebook_select a:hover {
  background:#F5DEB3 none repeat scroll 0 0;
}
