.left_site table tr {
    width: 475px;
    display: block;
    padding: 0 0 0 0;
    height: auto;
    float: left;
}

.left_site table tr.head_info_table1 {
    background-image: url('../images/table_head.gif');
    background-position: -10px;
    background-repeat: repeat-x;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.left_site table td.wk1_head {
    width: 24px;
    padding: 3px;
}

.left_site table td.wk2_head {
    width: 75px;
    padding: 3px 3px 3px 3px;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

.left_site table td.wk3_head {
    width: 364px;
    padding: 3px 3px 3px 3px;
}

.left_site table tr.info_table1 {
    background-color: #ebf0fb;
    border-bottom: 1px solid #485FAD;
    color: #00297b;
}

.left_site table tr.info_table_akt {
    background-color: #FFF;
    border-bottom: 1px solid #485FAD;
    color: #333;
}

.left_site table td {
    display: table-cell;
}

.left_site table td.wk1 {
    width: 24px;
    height: auto;
    padding: 3px;
    vertical-align: top;
    word-break: break-word;
    hyphens: auto;
}

.left_site table td.wk2 {
    width: 75px;
    padding: 3px;
    border-right: 1px solid #485FAD;
    border-left: 1px solid #485FAD;
    height: auto;
    vertical-align: top;
    word-break: break-word;
    hyphens: auto;
}

.left_site table td.wk3 {
    width: 364px;
    padding: 3px;
    height: auto;
    vertical-align: top;
    word-break: break-word;
    hyphens: auto;
}


.left_site table td a + a {
    margin-left: 4px;
}

#content .left_site table td a.detailbtn_neu:visited,
#content .left_site table td a.detailbtn_neu:link,
#content .left_site table td a.detailbtn_neu,
#content .left_site table td a.detailbtn_neu:hover,
#content .left_site table td a.detailbtn_neu:focus {
    float: left;
    height: 21px;
    line-height: 21px;
    background-image: url('../images/table_head.gif');
    background-position: center;
    border-radius: 3px;
    width: auto;
    padding: 0 7px 0 7px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

#content .left_site table td a.detailbtn_einblenden span:after {
    content: ' einblenden \25B8';
}

#content .left_site table td a.detailbtn_ausblenden:visited,
#content .left_site table td a.detailbtn_ausblenden:link,
#content .left_site table td a.detailbtn_ausblenden,
#content .left_site table td a.detailbtn_ausblenden:hover,
#content .left_site table td a.detailbtn_ausblenden:focus {
    background-image: none;
    background-color: #485FAD;
}

#content .left_site table td a.detailbtn_ausblenden span:after {
    content: ' ausblenden \25C2';
}

#content .left_site table td a.detailbtn_neu:hover,
#content .left_site table td a.detailbtn_neublenden:focus {
    background-image: none;
    background-color: #485FAD;
}

#content .left_site table td div.buttons {
    margin-top: 5px;
}
