div.boxRightbar {
 width: 220px;
 margin-bottom: 25px;
}


div.boxRightbar div.title_orange {
 font-weight: bold;
 padding: 7px 12px 7px 12px;
 background-image: url(images/navi_bg.png);
 background-repeat: repeat-x;
 background-position: left top;
 color: #333333;
 border-bottom: 0px solid #ffffff;
 text-transform: uppercase;
 width: 196px;
 height: 14px;
}

div.boxRightbar div.title_orange_white {
 font-weight: bold;
 padding: 7px 12px 7px 12px;
 background-image: url(images/navi_bg.png);
 background-repeat: repeat-x;
 background-position: left top;
 color: #ffffff;
 border-bottom: 0px solid #ffffff;
 text-transform: uppercase;
 width: 196px;
 height: 14px;
}


div.boxRightbar div.title_gray {
 font-weight: bold;
 padding: 7px 12px 7px 12px;
 background-image: url(images/box_bg.jpg);
 background-repeat: repeat-x;
 background-position: left top;
 border-bottom: 0px solid #ffffff;
 text-transform: uppercase;
 width: 196px;
 height: 14px;
}

div.boxRightbar div.content {
 padding: 7px 10px 7px 10px;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 width: 198px;
 height: auto !important;
}

div.boxRightbar div.content a {
 color: #333333;
 text-decoration: none;
}

div.boxRightbar div.content a:hover {
 color: #ff7c00;
 text-decoration: none;
}



/*<div class="boxRightbar">
<div class="title_gray">Titel</div>
<div class="content">Content</div>
</div>*/
