#cboxMerkzettelId {
    border: 1px solid #5CB7EE; 
    width: 604px;
    height: 604px;
    z-index:9999;
}
.cboxMerkzettelHead {
    height: 16px;
}
.cboxMerkzettelFrameWrap {
    padding : 0 10px 0 10px;
}
.cboxMerkzettel {
    top: 35px !important;
    left: 318px !important;
    
    
}
/*
    ColorBox Core Style
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

#cboxContent{ 
  border: 1px solid #5CB7EE; 
  padding: 20px 5px 5px 5px;
}

#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    additional Styles
*/
#cboxOverlay{background-color: #eeeeee;}
#colorbox{ position: fixed;}
    #cboxTopLeft{}
    #cboxTopRight{}
    #cboxBottomLeft{}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxTopCenter{}
    #cboxBottomCenter{}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{}
        #cboxCurrent{}
        #cboxSlideshow{}
        #cboxPrevious{}
        #cboxPrevious.hover{}
        #cboxNext{}
        #cboxNext.hover{}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{}
        #cboxClose{
          position:absolute; 
          top:3px; 
          right:3px; 
          background:url(../images/offer/pfeil_kl.gif) 0px 3px no-repeat; 
          height:13px; 
          color:#003063;
          font-size:11px;
          font-weight: bold;
          font-family: Verdana;
          padding-left: 12px;
        }
        #cboxClose.hover{
          background-position:0px 3px;
          text-decoration: underline;
        }
