/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
/* border:1px solid yellow; */
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
  }
  
#cboxOverlay{
  position:fixed;  
  width:100%; 
  height:100%;
  }
  
/* #cboxMiddleLeft, #cboxBottomLeft{
  clear:left;
  } 
  
#cboxContent{
  position:relative;
  }
  
#cboxLoadedContent{
  overflow:auto;
  }
  
 #cboxTitle{
  margin:0;
  }*/
 
/* #cboxLoadingOverlay, #cboxLoadingGraphic{
  position:absolute; 
  top:0; 
  left:0; 
  width:100%;
  } */
  
/* #cboxClose{
  cursor:pointer;
  }
   
.cboxPhoto{
  float:left; 
  margin:auto; 
  border:0; 
  display:block;
  }/*
  
.cboxIframe{
  width:100%; 
  height:100%; 
  display:block; 
  border:0;
  } */

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{
  background:#dcdcdc;
  }
  
#colorbox{
  }
  
    /* #cboxContent{
      margin-top:25px; 
      overflow:visible;
      } */
      
        #cboxError{
          padding:50px; 
          border:1px solid red;
          }
/* beim oeffnen Hintergrund und um Box schwarzer Rahmen */          
        #cboxLoadedContent{
          background:#000; 
          padding:1px;
          }
          
/* Ladebutton im Hintergrund */           
        #cboxLoadingGraphic{
          background:url(../images/loading.gif) no-repeat center center;
          }
          
/*         #cboxLoadingOverlay{
          background:#000;
          }
          
        #cboxCurrent{
          position:absolute; 
          top:-22px; 
          right:205px; 
          text-indent:-9999px;
          } */
          
        #cboxClose{
         /* border:1px solid yellow;
           text-indent:-9999px; */
          width:300px; 
          height:300px; 
          position:absolute; 
          margin-top:600px;
          margin-left:900px;
          background:url(../images/closelabel_schere.gif); 
          reapeat:no-repeat;
          }