/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }
#cboxWrapper { background-image: url(/img/startseite/colorbox/background.gif); background-repeat:repeat-x; background-position:bottom left; background-color: white; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#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;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#333;}

#colorbox{ border: 1px solid #dbdbdb; }
    #cboxTopLeft{width:30px; height:60px;}
    #cboxTopCenter{height:60px;}
    #cboxTopRight{width:30px; height:60px;}
    #cboxBottomLeft{width:30px; height:60px;}
    #cboxBottomCenter{height:60px;}
    #cboxBottomRight{width:30px; height:60px;}
    #cboxMiddleLeft{width:30px; }
    #cboxMiddleRight{width:30px;}
    #cboxContent{}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/img/startseite/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/img/startseite/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; top:-35px; left:0; text-align:left; width:95%; font-weight:bold; color: #6d563f; font-size:18px;}
		#cboxCurrent{position: absolute; bottom: -25px; left:240px; font-weight:bold; color: #6d563f; font-size:14px; }
        
        #cboxPrevious, #cboxNext, #cboxSlideshow {position:absolute; bottom: -30px; background:url(/img/startseite/colorbox/controls.png) 0px 0px no-repeat; width:26px; height:24px; text-indent:-9999px;}
		#cboxClose {position:absolute; top:-40px; background:url(/img/startseite/colorbox/controls.png) 0px 0px no-repeat; width:26px; height:24px; text-indent:-9999px;}
        #cboxPrevious{left:200px; background-position: -49px -25px;}
        #cboxPrevious.hover{background-position:-49px 0px;}
        #cboxNext{left:395px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-102px -25px;}
        #cboxClose.hover{background-position:-102px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

#facebookWith {float: left; margin-right: 10px; font-size: 18px; padding-top: 5px;}
#facebookOr {float: left; margin-left: 10px; font-size: 18px; padding-top: 5px;}
#facebookConnect{ width:  100%; height: 40px;}
#toolTipDivParent{ position: absolute; width: 300px; z-index: 105;}
div.borderbox {border: #885305 solid; padding: 3px; background-color: #FFF3DB; border-width: 1px;}
#toolTipDivParent.race {left: 465px; top: 60px; }
#toolTipDivParent.gender {left: 520px; top: 195px; }
#toolTipDivParent.button {left: 150px; bottom: 30px; }

label.error { color: red;}
#RegisterSubmitButton.deactivated { cursor: none; background-image:url(/img/startseite/RegisterLoginButton_inactive.gif); }
.tooltipQuestion {margin-left: 5px; position: absolute; margin-top: -3px; };