/* Links (Buttons) */
 A.leiste {
        background-color: #FFCCCC;
		  border: 2px solid;
        border-color: #E8E8E8 #AAAAAA #AAAAAA #E8E8E8;
        color: #660033;
        display: block;
        font-size: 12px;
        font-style: Normal;
        font-weight: bold;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        text-decoration: none;
        width: 102px;
}

 A:HOVER.leiste {
        background-color: #660033;
		  border: 2px solid;
        border-color: #AAAAAA #E8E8E8 #E8E8E8 #AAAAAA;
        color: #FFCCCC;
        display: block;
        font-size: 12px;
        font-style: Normal;
        font-weight: bold;
        padding-bottom: 4px;
        padding-top: 6px;
        text-align: center;
        text-decoration: none;
        width: 102px;
}