/* 
    Document   : startseite
    Created on : 17.01.2013, 11:33:55
    Author     : DGruber
    Description:
        Purpose of the stylesheet follows.
*/



#cont0 {
    -moz-box-shadow:    0 0 85px 85px #ccc;
    -webkit-box-shadow: 0 0 85px 85px #ccc;
    box-shadow:         0 0 85px 85px #ccc;
}
#content {
    margin-top: 0 !important;
}
#cont1 #content a:hover{
    color: #D12129;
}
#headerTable .headerTableRight {
    background: url('../../img/header-right-default2.gif') no-repeat #CCCCCC; 
}
#headerTable .headerTableLeft {
    background: url('../../img/header-left2.gif') no-repeat #CCCCCC; 
}
#headerTable .headerTableMiddle {
    background: url('../../img/header-middle2.gif') repeat-x; 
}

#content .infoframe{ 
    margin: 26px 30px;
    border-bottom: 1px solid #8EA59F;
    padding-bottom: 26px;
}
#content .infoframe .csc-textpicHeader {
    height: 80px;
}
#content .infoframe img {
    padding: 0;
}
#content .infoframe p {
    height: 70px;
    overflow: hidden;
    font-size: 12px;
    padding: 0;
    line-height: 17px;
    
}
#content .infoframe table td{
    width: 50%;
    vertical-align: top;
}
#content .infoframe .csc-textpic {
    
}
#content .infoframe .csc-textpic-text {
    margin: 0 13px;
}
#content .infoframe h1,
#content .infoframe div.csc-textpicHeader h1.csc-firstHeader{
    text-transform: uppercase;
    font-weight: normal;
    padding: 26px 10px;
    color: #8EA59F;
    font-size: 12px;
    background: url("iconLedge/menuText_icon.gif") no-repeat scroll 0 30px;
}
#footer .footerVerlauf{
   border-left: 1px solid #000;
    border-right: 1px solid #000;
}
/*#footer .footerSpacerBlock{
   border-left: 1px solid #8EA59F;
    border-right: 1px solid #8EA59F;
}*/
#footer .footerLeftCorner {
    background: url('../../img/footer-left2.gif') no-repeat top left;
    border-left: 1px solid #000;
}
#footer .footerRightCorner {
    background: url('../../img/footer-right2.gif') no-repeat top right;
    border-right: 1px solid #000;
}
#footer ul.centered li {
    /*padding: 0 25px !important;
    line-height: 30px;*/
}
#footer ul.centered li a{
    /*line-height: 30px;*/
}

/*IE Hacks*/
* + html #iconLedge td.smallColLeft .csc-textpic-image {
    margin-right: 0;
    padding-right: 0;
}
* + html #iconLedge td.smallColLeft dd {
    width: auto;
}
