/*--- subnavigation ----------------------------------------------*/

#navigation {
   position:absolute;
   background-color:rgb(240,208,89);
   top:10px;
   left:10px;
   width:180px;
   margin:0px;
   padding:0px;
}

#left_column_container {
    float: left;
    width: 180px;
/*---   height: 300px; ---*/
    margin: 0;
    padding: 0;
}

.sub_nav_container {
    margin: 3px 0 0 3px;
    padding: 0;
}

.sub_nav_list {
    list-style-type: none;
    border: 0;
    padding: 0;
    margin: 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 158px;  /* IE5 darf das hier nicht lesen */
}

.sub_nav_list li {
    display: inline;
    padding: 0;
    margin: 0;
}

/*--- subnavigation items -------------------------------------------*/

.sub_nav_list a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    line-height: 23px;
    vertical-align: bottom; /* fuer IE5 */
    width: 158px; /* fuer IE5 */
    padding: 0 0 0 18px;  /* extra fuer IE5 */
    display: block;
    margin: 0 0 1px 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 140px; /* fuer alle ausser IE5 */
    padding-left: 5px;  /* fuer nicht IE 5 – schiebt rechte Kante im IE5.2 MacOsX mit */
}

.sub_nav_list a:hover {
    vertical-align: bottom; /* fuer IE5 */
}

#key_books {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.sub_nav_list a.sub_nav_active_item {
  background: url(subnav1active.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.sub_nav_list a.sub_nav_item {
  background: url(subnav1.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.sub_nav_list a.sub_nav_item:hover {
  background: url(subnav1hover.gif) no-repeat;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}
