/*
    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.
*/
#cbox-header:after {
    display: block;
    clear: both;
    content: " ";
    height: 1px; /* avoid collapsing margins */
}
#colorbox, #cboxOverlay, #cboxWrapper {
    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;
    overflow: hidden;
}
#cboxContent h3 {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'BundesSansWeb', Arial, Verdana;
}
#cboxContent h4 {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: font-family: 'BundesSansWeb', Arial, Verdana;
}
#cboxContent p {
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 20px;
}
#cboxContent ul.links {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}
#cboxContent ul.links li a {
    font-weight: bold;
    padding-left: 15px;
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/link.png?__blob=normal) 0 3px no-repeat;
    font-size: 130%;
    line-height: 130%;
}
#cboxContent ul.links li a.DownloadLink {
    background: transparent url(/SiteGlobals/StyleBundles/CSS/screen/cbox/icons.png?__blob=normal) no-repeat scroll 0 -1386px;
    padding-left: 18px;
}
#cboxContent ul.links li a.external {
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/icons.png?__blob=normal) 0 -1600px no-repeat;
}
#cboxContent ul.links li a.externalfms {
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/icons.png?__blob=normal) 0 -3077px no-repeat;
}
#cboxLoadedContent {
    overflow: auto;
    margin-top: 20px;
}
#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;
}
/*
    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:url(/SiteGlobals/StyleBundles/CSS/screen/cbox/overlay.png?__blob=normal) 0 0 repeat;
}
#cboxContent {
    background: #fff;
}
#cboxTitle {
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    position: absolute;
    bottom: 3px;
    left: 58px;
}
#cboxSlideshow {
    position: absolute;
    bottom: 3px;
    right: 30px;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/controls.png?__blob=normal) -75px 0px no-repeat;*/
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxPrevious.hover {
    background-position: -75px -25px;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/controls.png?__blob=normal) -50px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#cboxNext.hover {
    background-position: -50px -25px;
}
#cboxLoadingOverlay {
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/loading-background.png?__blob=normal) center center no-repeat;
}
#cboxLoadingGraphic {
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/loading.gif?__blob=normal) center center no-repeat;
}
/********* 30.05.2014 - gepunktete Linie entfernt und margin-bottom und padding-bottom verringert ****************
#cbox-header {
    height: 1%;
    
    padding-bottom: 5px;
    margin-bottom: 20px;
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/border-gif.gif?__blob=normal) 0 100% repeat-x;
}
***********************************************************************************/
#cbox-header {
    height: 1%;
    
    padding-bottom: 2px;
    margin-bottom: 2px;
}
*+html #cbox-header { /* ie 7 */
    height: 28px;
}
#cbox-header h4 {
    float: left;
    font-size: 130%;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 1px 35px 1px 0;
}
#cboxClose {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 130%;
}
#cboxClose a {
    font-weight: bold;
    padding-right: 20px;
    background: url(/SiteGlobals/StyleBundles/CSS/screen/cbox/close.png?__blob=normal) no-repeat 95%;
}
#cboxClose.hover {
    background-position: -25px -25px;
    background-color: #e5e5e5;
}


#cbox-wrapper {
    padding: 0 10px 10px 10px;
    
}
#cbox-wrapper table {
width: 95%;
font-size: 140%;
border-style:dotted;
border-width: 0.5px;
}
#cbox-wrapper table th {
background-color: rgb(247, 131, 0);
}
