/* THE SIDEBAR */
/*#blockright {
   background: url("/images/layout/service_start_side.jpg") no-repeat scroll 0 0 #ffffff !important;
}*/

#blockright {
   background: url("/images/layout/sidemenu_background_230_8.jpg") no-repeat scroll 0 0 #ffffff !important;
   float:right;
   height: auto;
   min-height: 556px;
   overflow: visible;
   position: relative;
   width: 230px;
   z-index: 1;
}

#blockright h2 {
   color: #3B80C2;
   font-size: 14px;
   font-weight: bold;
}

#blockrightbg {
   /*height: 100%;*/
   /*min-height: 528px;*/
   margin: 0;
   overflow: hidden;
   padding: 0;
   position: absolute;
   right: 0px;
   top: 0px;
   width: 230px;
   z-index: 1;
}

#blockrightcontent {
   position: relative;
   top: 0px;
   right: 0px;
   width: 210px;
   /*margin: 10px 0px 0px 0px; (only, if we need a top border, that has to be incuded in the background-image ...*/
   margin: 0px;
   padding: 8px 10px 4px 10px;
   background: none;
   height: auto;
   overflow: visible;
   z-index: 10;
}