/* 
    Document   : custome
    Created on : 17.03.2009, 21:44:21
    Author     : bosshard
    Description:
        Purpose of the stylesheet follows.
*/
.more {
    display: none;
  padding-left: 20px;
  color: #7A2200;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
    background: transparent url('../images/mieten/down.gif') no-repeat left;
}
a.hideLink {
    background: transparent url('../images/mieten/up.gif') no-repeat left;
}
a.showLink:hover, a.hideLink:hover {
/*    border-bottom: 1px dotted #36f; */
}

