div#contentRight {
    float: right;
    margin: 152px 0px 29px 29px;
    padding: 0;
    width: 211px;
    min-height: 200px;
}

#contentRight h1{
    font-size: 12px;
    font-weight: bold;
    color: #b6a45d;
    margin: 0;
    padding: 5px 16px;
    background-color: #000033;
    border-bottom: 1px solid #628c9b;
}
#contentRight .boxTeaserRow {
    background-color: #0f144b;
    font-size: 10px;
    border-bottom: 1px solid #000033;
    margin: 0;
    padding: 5px 16px 5px 16px;
}

#contentRight span.date {
    color: #b6a45d;
}

#contentRight div.linkMore {
    display: block;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    color: #b6a45d;
    padding: 3px 0 0 0;
}
#contentRight div.linkMore a:link,
#contentRight div.linkMore a:visited {
    color: #b6a45d;
    text-decotation: none;
}
#contentRight div.linkMore a:hover,
#contentRight div.linkMore a:focus {
    color: #b6a45d;
    text-decotation: none;
}
#contentRight h2 {
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 2px 0 0px 0;
}

#contentRight h2 a:link,
#contentRight h2 a:visited {
    color: #fff;
    text-decotation: none;
}
#contentRight h2 a:hover,
#contentRight h2 a:focus {
    color: #fff;
    text-decotation: none;
}

#contentRight p {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0 0 2px 0;
}



#contentRight .RightImgBox img {
    border: 1px solid #0000339;
    margin: 0;
    padding: 0;
}
