#content {
    width: 100%;
}

#iconLedge {
    width: 960px;    
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #8EA59F;
    margin: 0 30px;
}
#iconLedge p{
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px 5px 20px;
}

#iconLedge td {
    vertical-align: top;
}
#iconLedge .smallColLeft {
    width: 140px;
    padding-left: 8px;
    
}
#iconLedge .bigCol {
    padding: 0 8px;
}
#iconLedge .smallColRight {
    width: 132px;
}
#iconLedge .csc-textpic-image {     
    margin: 5px 17px;
    padding: 0 10px;
}
#iconLedge .csc-textpic-image .csc-textpic-caption {
    width: 120px;
}
#iconLedge img,
#iconLedge .kalSchrift{
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#8EA59F, Direction=135, Strength=5); /* IE6-7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#8EA59F, Direction=135, Strength=5)"; /* IE8 */
  zoom:1; /* trigger hasLayout */
  border-radius: 18px;
  border: 1px solid #666;
 padding: 0;
}
#iconLedge .csc-textpic-image img,
#iconLedge .csc-textpic-image .calsheet{
    margin: 0 2px 2px 0;
}
#iconLedge .csc-textpic-image:hover img {
     margin: 2px 0 0 2px;  
     box-shadow: none;
}
#iconLedge .csc-textpic-image:hover .calsheet{
    margin: 2px 0 2px 2px;  
}
#iconLedge .csc-textpic-image:hover .kalSchrift{
    box-shadow: none;
}
#iconLedge .csc-textpic-image .kalSchrift {
    border-radius: 18px;
}
#iconLedge .csc-textpic-image dd{
    color: #8EA59F;
    text-transform: uppercase;
    padding-left: 10px;
    background: url('iconLedge/menuText_icon.gif') 0 4px no-repeat;
    font-size: 12px;
    margin-top: 7px;
}
#iconLedge .csc-textpic-image:hover dd{
    background: url('iconLedge/menuText_icon_hover.gif') 0 4px no-repeat;
    font-weight: bold;
    color: #D12129;
}
