
#technik-special
{
    background: transparent scroll no-repeat bottom right;
    height: 568px;
    margin-bottom: 20px;
    position: relative;
    width: 984px;
}


/* ------------------------------------------------------------------------- */
/* START: BASE GRID */
#holder-content
{
    background-color: #FFF;
    height: 540px;
    padding: 18px 20px 10px;
    width: 365px;
}

.content-area
{
    height: 538px;
}

.content-header
{
    padding-bottom: 5px;
}

.zoom .content-header { height: auto; }

.copy .content-copy
{
    height: 200px;
    padding: 7px 20px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.scroll
{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.button-area
{
    height: 24px;
    margin-top: 10px;
    position: relative;
}
/* END: Base Grid */
/* ------------------------------------------------------------------------- */
/* START: Heatmap */
#hotmap
{
    height: 568px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 484px;
}


.hotspot
{
    background: transparent no-repeat scroll 50%;
    background-image: url('../../../img/k50/templates/technik-special/hotspot.png');
    cursor: pointer;
    height: 32px;
    left: 258px;
    padding:8px;
    position: absolute;
    top: 145px;
    width: 32px;
}


.current
{
    background-image: url('../../../img/k50/templates/technik-special/hotspot_current.png');
    height: 48px;
    padding: 0;
    width: 48px;
}
/* END: Heatmap */
/* ------------------------------------------------------------------------- */
/* START: Tooltips */
/* class um tooltip anzuzeigen */
.hotspot:hover .tooltip
{
    display: block;
}

.tooltip
{
    background-color: #1965D4;
    color: #FFF;
    display:none;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px;
    position: absolute;
    left: 4px;
    top: -36px;
    white-space: nowrap;
    z-index: 20;
}

.tooltip:before
{
    background-color: transparent;
    border-top: 30px solid #1965D4;
    border-right: 16px solid transparent;
    content: '';
    height: 0;
    left: 20px;
    position: absolute;
    top: 31px;
    width: 0;
}

/* END: Tooltips */
/* ------------------------------------------------------------------------- */
/* START: Image Gallery (Copy) */
.holder-img
{
    margin-top: 17px;
    position: relative;
}

.holder-img img
{
    height: 120px;
    width: 365px;
}

.zoom .holder-img img
{
    height: 458px;
}

#gallery-prev,
#gallery-next
{
    background: transparent no-repeat scroll 0 center;
    background-image: url('../../../img/k50/templates/technik-special/gallery-arrows.png');
    cursor: pointer;
    height: 120px;
    position: absolute;
    top: 0;
    width: 25px;
}

#gallery-prev
{
    left: 0;
}

#gallery-next
{
    background-position: -25px center;
    right: 0;
}

#gallery-icon
{
    background: transparent no-repeat scroll 0;
    background-image: url('../../../img/k50/templates/technik-special/gallery-icons.png');
    cursor: pointer;
    height: 16px;
    position:absolute;
    right: 25px;
    top: 5px;
    width: 16px;
}

.zoom #gallery-icon
{
    background-position: -16px 0;
}

/* END: Image Gallery (Copy) */
/* ------------------------------------------------------------------------- */
/* START: Image Gallery (Zoom) */
/* Initially hide everything */
.zoom .content-copy,
.zoom .button-area
{
    display: none;
}

/* Cahnges the dimensions */
.zoom #gallery-prev,
.zoom #gallery-next
{
    height:458px;
}





/* ------------------------------------------------------------------------- */
/* START: Content Area */
.content-header h2
{
    color: #333;
    font-size:29px;
    font-size:2.9rem;
    line-height: 26px;
    margin-top: 1px;
}

/* END: Content Area */
/* ------------------------------------------------------------------------- */
/* START: Buttons */
/*.button-blue,*/
.button-white
{
    
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 4px 10px 3px 10px;
}

.button-area .button-blue
{
    position: absolute;
    right: 0;
}
.button-white
{
    color: #666;
    background: #FDFDFD repeat-x left bottom;
    background-image: url('../../../img/k50/templates/technik-special/tab_default.png');
    border: 1px solid #B0B0B0;
    border-top-color: #E1E1E1;
    border-left-color: #E1E1E1;
}

.button-white:hover
{
    color: #04C;
    background: #EEE;
    border: 1px solid #B0B0B0;
    border-top-color: #D7D7D7;
    border-left-color: #D7D7D7;
}
/* END: Buttons  */
/* ------------------------------------------------------------------------- */
/* START: Gallery */
.img-description
{
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1;
    margin: 4px 0 0;
}

.zoom .img-description
{
    margin: 0;
}
