

.csc-textpic-left DIV.csc-textpic-text {
    clear: left;
    background-color: #d8d8d8;
    width: 284px;
    
}
.csc-textpic-left DIV.csc-textpic-imagewrap {
    float: left;
    background-color: #d8d8d8;
    margin-bottom: -5px;
}



.csc-default {
    margin-bottom: 30px;
}



.csc-bodytext {
    color: #ffffff;
}


.table_content {
    margin-left: 15px;
    table-layout: fixed;
    width: 900px;
}
.table_content td{
    vertical-align:top;
    height:10px;
}

.column_left {
    width: 65%;
  padding-left: 20px;
}
.column_center {
    width: 33%;
    padding-left: 30px;
    padding-right: 20px;

}

.table_content_border {
    margin-left: 33px;
    margin-right: auto;
    width: 890px;
}
.top{
width: 900px;
}

.td_startseite p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contenttable {
    border-collapse: collapse;
    width="867px"
}

.contenttable img {
    vertical-align: middle;
    margin-right: 10px;
}


/* exception regarding position of certain content elements; concerns ONLY the elements with these IDs #c593*/
#c735,#c736{
    width: 417px;
}


/////*****fade******////

.fade {
   opacity: 1;
   }

.fade:hover {
   opacity: 0.7;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }