﻿* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #656566;
    font-family: "futura-pt",sans-serif;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.04em;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

p {
    margin-bottom: 20px;
}

a {
    color: #ec008c;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

li {
    list-style-type: none;
}

table {
    text-align: left;
}

    table td,
    table th {
        padding-right: 25px;
    }

.centerScreen {
    margin: 0 auto; /*border: 1px dotted red;*/
    padding: 0 15px 0 15px;
    width: 1210px;
}

#socialNetworks {
    float: right;
    margin: 40px 0 0 0;
    width: 160px; /*border: 1px dotted green;*/
}

    #socialNetworks img {
        margin: 0 5px 6px 0;
    }

.header {
    height: 240px; /*border: 1px dotted blue;*/
    margin: 30px 0 0 0;
}

#contentWrapper {
    width: 760px;
    float: left;
    margin: 0 0 0 60px;
    padding: 35px 0 50px 0;
    border-top: 3px dotted #656566;
}

div.content-item {
    display: block;
}

/* Menu with location 0 */
#divMenuLeft {
    float: left;
    width: 160px;
    border-top: 3px dotted #656566;
}

.menuLeft {
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 0px 0px;
}

    .menuLeft li {
        list-style-type: none;
        margin: 0 0 19px 0;
        padding: 0; /* border: 1px dotted blue;*/
    }

        .menuLeft li a {
            font-size: 25px;
            text-decoration: none;
            color: #656566;
            letter-spacing: 0em;
        }

            .menuLeft li a:hover {
                color: #EC008C;
            }

            .menuLeft li a.selected {
                font-weight: bold;
                color: #EC008C;
            }

        .menuLeft li.foam {
        }

.slider {
    clear: both;
    margin-bottom: 15px;
    width: 760px;
    overflow: visible;
}

    .slider img {
        border-radius: 15px;
    }

    .slider div.nivo-directionNav a.nivo-prevNav,
    .slider div.nivo-directionNav a.nivo-nextNav {
        background-position: center center;
        background-repeat: no-repeat;
        height: 50px;
        width: 25px;
    }

    .slider div.nivo-directionNav a.nivo-prevNav {
        background-image: url('img/arrow_left.png');
        left: -40px;
    }

    .slider div.nivo-directionNav a.nivo-nextNav {
        background-image: url('img/arrow_right.png');
        right: -40px;
    }

    .slider .fwd__slider-nav {
        text-align: right;
    }

        .slider .fwd__slider-nav .fwd_slider-thumb {
            background-image: url('img/x_bottom_left.png');
            background-repeat: no-repeat;
            background-size: 15px;
            font-size: 0;
            height: 15px;
            opacity: 0.3;
            width: 20px;
        }

            .slider .fwd__slider-nav .fwd_slider-thumb:hover {
                opacity: 0.6;
            }

            .slider .fwd__slider-nav .fwd_slider-thumb.selected {
                opacity: 1;
            }

/*** Teaser item */
ul.menuSub li {
    float: left;
}

.teaser {
    width: 342px; /* 356-7-7 */
    height: 435px; /* 449-7-7 */ /*background-color: Aqua;*/
    padding: 8px;
    position: relative;
    margin: 30px 40px 0 0;
    float: left;
}

    .teaser h1,
    .teaser p {
        color: #656566;
    }

.even .teaser {
    margin-right: 0px;
}

.teaser .imageOverlay {
    width: 340px;
    height: 232px;
    top: 8px;
    position: absolute;
    background-image: url(img/newsThumb_bg.png);
    z-index: 100;
}

.teaser h1 {
    margin: 20px 0 0 0;
}

.teaser p {
    margin-bottom: 10px;
    height: 100px;
}

.teaser .divLink {
    width: 100%;
    border-top: 3px dotted #e745a5;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
}

.teaser a {
    text-decoration: none;
    color: #e745a5;
}

.teaser div.hoverBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 356px;
    height: 449px;
    z-index: -1;
}

.teaser:hover div.hoverBackground {
    background-image: url(img/newsThumb_hover_bg.png);
}

.teaser:hover div.imageOverlay {
    background-image: url(img/newsThumb_bg_gray.png);
    z-index: 1;
}

.divBackToOverview {
    width: 760px;
    border-top: 3px dotted #e745a5;
    margin: 20px 0 0 0;
}

    .divBackToOverview a {
        color: #e745a5;
        text-decoration: none;
    }

/*************** teaser item */
.item-teaser {
    margin-bottom: 30px;
    display: inline-block;
    width: 760px;
}

    .item-teaser .teaser-image {
        border-radius: 15px;
        float: left;
        margin-right: 20px;
    }

    .item-teaser .teaser-title {
        float: left;
    }

    .item-teaser .teaser-text {
        float: left;
        width: 380px;
    }





/******************** on stage control */
#onStageContainer {
    float: right;
    width: 160px;
    border-top: 3px dotted #656566;
    padding: 35px 0 0 0;
}

.onStageControl {
    border-radius: 15px;
    background-color: #ec008c;
    margin: 0 0 30px 0;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
}

    .onStageControl h1 {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .onStageControl h2 {
        font-weight: 300;
        font-size: 29px;
        letter-spacing: 0em;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .onStageControl .imageOverlay {
        width: 140px;
        height: 93px;
        position: absolute;
        background-image: url(img/onStage_bg.png);
        z-index: 100;
    }

    .onStageControl .divReadMore {
        border-top: 3px dotted #ffffff;
        margin-top: 5px;
        padding: 5px 0 15px 0;
    }

    .onStageControl a {
        color: #ffffff;
    }

.rentalList th, h4 {
    text-align: left;
    padding: 3px;
    color: #ec008c;
}


.rentalList td {
    padding: 3px;
}

.footer {
    font-size: 0.8em;
    width: 760px;
    clear: both;
    margin: 0 0 0 220px;
    padding: 0px 0 50px 0;
    border-top: 3px dotted #656566;
}


/*********** sub-sub-menu ***********/

.menuSubSub .content-view li.odd {
    background-color: #F5F5F5;
}

.menuSubSub .content-view li.even {
    background-color: #EEEEEE;
}

.menuSubSub .content-view .odd:hover,
.menuSubSub .content-view .even:hover {
    background-color: #EDD5E4;
}

.menuSubSub .content-view .view-product {
    clear: both;
}

    .menuSubSub .content-view .view-product a {
        display: block;
        padding: 3px 0;
        vertical-align: middle;
        width: 760px;
    }

        .menuSubSub .content-view .view-product a:hover {
            text-decoration: none;
        }

        .menuSubSub .content-view .view-product a .mediacontrol {
            float: left;
            height: 28px;
            width: 50px;
        }

        .menuSubSub .content-view .view-product a div.brand {
            float: left;
            height: 24px;
            padding: 2px 5px 2px 0;
            width: 150px;
        }

        .menuSubSub .content-view .view-product a div.name {
            min-height: 24px;
            height: auto;
            padding: 2px 0;
        }


/*********** products ***********/

.product {
    display: inline-block;
    margin-bottom: 20px;
    width: 760px;
}

    .product .mediacontrol {
        float: left;
        margin-right: 40px;
    }

        .product .mediacontrol img {
            border-radius: 15px;
        }

.tableMailForm {
    padding-bottom: 20px;
}

    .tableMailForm input,
    .tableMailForm textarea {
        border: solid 1px #A7A7A8;
        line-height: 24px;
        font-size: 16px;
        color: #656566;
        padding: 0 5px;
        width: 300px;
        font-family: "futura-pt",sans-serif;
    }

    .tableMailForm textarea {
        height: 75px;
        vertical-align: top;
    }

    .tableMailForm td {
        padding-bottom: 10px;
    }

.alert li,
.alert {
    color: #ec008c;
    margin-bottom: 10px;
    display: block;
}
