.newsBildLinks td,
.newsBildMitte td,
.newsBildRechts td {
    padding: 0;
}
.newsBildRechts {
    float: right; 
    margin-left: 20px; 
    margin-bottom: 15px; 
    text-align: right; 
    border-collapse: collapse;
    border: none;
    border-spacing: 0; 
}
.newsBildLinks {
    float: left; 
    margin-right: 20px; 
    margin-bottom: 15px; 
    text-align: left; 
    border-spacing: 0; 
    border: none;
    border-collapse: collapse;
}
.newsBildMitte {
    margin-bottom: 15px; 
    text-align: center; 
    border-collapse: collapse;
    border: none;
    border-spacing: 0; 
}
td.newsBildUnterschrift {
    background-color: #444;
    font-size: 11px; 
    color: #fff; 
    line-height:120%;
    padding: 2px 5px;
}
.newsKastenRechts {
    float: right;
    margin-left: 25px;
    margin-bottom: 1em;
    margin-top: .5em;
    background: #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 200px !important;
}
.newsKastenLinks {
    float: left;
    margin-right: 25px;
    margin-bottom: 1em;
    margin-top: .5em;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 200px !important;
}
.newsKastenLinks div b,
.newsKastenRechts div b {
    color: rgb(51,77,151);
}
.newsKastenLinks a,
.newsKastenRechts a {
    text-decoration: none !important;
}
.newsKastenRechts td,
.newsKastenLinks td {
    padding: 8px;    
    font-size: 11px;
}
.newsKastenRechts li,
.newsKastenLinks li {
    line-height: 130%;
}
.newsBildLinks img,
.newsBildMitte img,
.newsKastenRechts img,
.newsKastenLinks img,
.newsBildRechts img {
    border: none
}

