table#switchpast td a {
    display: inline;
    text-decoration: none;
}

p.change_stations {
    margin: 5px 0 10px 0;
}

/* --- cluetip-image für listings --- */
.cluetip-listing_image {
    background-color: #BFC0C4;
}
.cluetip-listing_image #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #BFC0C4;
}
.cluetip-listing_image h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #EBEBEB;
  color: #646464;
}
.cluetip-listing_image #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-listing_image #cluetip-inner {
  padding: 10px;
}
.cluetip-listing_image div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* --- user-charts titel --- */
h1.usercharts_title {
    width: 458px;
    border-top: 1px solid #C8C8C8;
    /*float: left;*/
    margin: 0;
    padding: 10px 5px 0 5px;
}

/* --- genre-auswahl --- */
div.category_container {
    padding: 0 5px 0 5px;   
}
div.category_col {
    width: 106px;
    margin: 0 10px 0 0;
    float: left;
}
div.category_col_last {
    margin-right: 0;
}
div.category_col dl {
    padding-bottom: 9px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C8C8C8;
}
div.category_col dl dt {
    font-weight: bold;
}
div.category_col dl dt, div.category_col dl dd {
    padding: 3px 0 0 0;
}
div.category_col dl dt a, div.category_col dl dd a {
    display: block;
}
div.category_col dl dd a {
    color: #646464;
}