#frame_right .col_box {
    padding: 5px 0;
    border-bottom: 1px solid #486783;
    color: #486783;
}
#frame_right .col {
    padding-left:8px;  
}
.col01_box {
    padding: 5px 0;
    border-bottom: 1px solid #486783;
    color: #486783;
    font-weight: bold;
}
.col01_box_grey {
    padding: 5px 0;
    border-bottom: 1px solid #797979;
    color:#797979;
    font-weight: bold;
}
.col01_box img{
    display:inline;
    padding-left:10px;
    vertical-align:bottom;
}
#frame_right .col_box a img {
    display: inline;
    position: relative;
    top: 2px;
    left: 7px;
}
#frame_right .link_box {
    font-size: 11px;
}
#frame_right .link_box a.anc_url {
    color: #486783;
    margin: 0 0 0 10px;
}
#frame_right .img_box {
    padding: 0 0 13px 0;
}
.no_border_bottom {
    border-bottom: none !important;
}

/* Neuer Highlightblock auf der Startseite */
div.box-right-item {
    padding: 0 0 10px 0;
}
div.box-right--item-headline {
    padding: 0 0 4px 0;
}
a.box-right-item-link-grey,
a.box-right-item-link-grey:hover {
    display: block;
    padding: 0 0 0 9px;
    background-image: url('/images/admin/pfeil_g.gif');
    background-position: 0 1px;
    background-repeat: no-repeat;
    color: #797979;
    font-weight: bold;
}

/* ################################################################################################# */
/* CMS InfoCol List with Links */
#frame_right ul.list-links li {
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url("/images/admin/pfeil_r.gif");
    background-position: 0 0.30em;
    line-height: 100%;
    font-size: 92%;
}
#frame_right ul.list-links li a,
#frame_right ul.list-links li a:hover {
    line-height: 120%;
}