/*default*/
* {
    outline: 0 none;
}

html {
    overflow: auto;
}

body {
    background-color: #e9e9e9;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    margin: 0 auto;
    font-size: 16px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0 none;
}

/*Fonts*/
.PorscheNewsGothicBold{font-family:"PorscheNewsGothicBold",Arial,sans-serif}
.PorscheNewsGothic{font-family:"PorscheNewsGothic",Arial,sans-serif}
.PorscheFranklinGothic{font-family:"PorscheFranklinGothic",Arial,sans-serif}
.russia .PorscheFranklinGothic,.china .PorscheFranklinGothic,.japan .PorscheFranklinGothic{font-family:Arial,sans-serif;font-weight:bolder}
.china .PorscheFranklinGothic{font-family:"Microsoft Yahei","Arial","宋体","SimSun","Helvetica","Sans-Serif"}
.russia .PorscheNewsGothic{font-family:Arial,sans-serif}.Arial{font-family:Arial,sans-serif}


/*page*/
.page {
    background-color: #FFF;
    background-image: url(../images/countryselector/bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: left;
    width: 1063px;
}

/* intro image */
.introImage {

    left: 0;
    position: absolute;
    top: 0;
}

/* claim */
#claim {
    left: 28%;
    position: absolute;
    bottom: 5%;
    color: white;
}

#claim span {
    display:block;
    font-size: 1.8em;
    line-height: 1.1em;
}

.lt-ie9 #claim span,
.ipad #claim span {
    font-size: 2.313em;
}

/*logo*/
.porscheWappen {
    background-image: url(../images/countryselector/logo_compact.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 79px;
    margin: 0;
    width: 223px;
    z-index: 1;

    left: 40px;
    position: absolute;
    top: 8px;
}

.porscheWappen img {
    height: 79px;
    width: 223px;
}

.porscheWappen a {
    display: block;
}

/*menu*/
#homemenue {
    height: 439px;
    left: 40px;
    position: absolute;
    top: 8px;
    width: 223px;
    z-index: 2;
}

#homeShadow {
    background-color: #fff;
    height: 455px;
    left: 32px;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    position: absolute;
    top: 0;
    width: 239px;
    z-index: 0;

}

#selectorShade2 {
    background-color: #fff;
    border-top: 1px solid #ccc;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    height: 360px;
    left: 0;
    position: absolute;
    top: 79px;
    width: 223px;
    z-index: 1;
}

#frmCountrySelector {
    width: 160px;
}

#selector {
    left: 35px;
    padding-top: 0;
    position: absolute;
    top: 122px;
    width: 160px;
    z-index: 2;
}

#selector select {
    width: 153px;
}

#selector select, #selector option {
    background-color: #fff;
    font-style: normal;
}

#selector optgroup {
    color: #666;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 2px;
}

#selector optgroup option {
    color: #000;
    font-weight: 400;
}

#selector form select, #selector form option, #selector form optgroup {
    font-size: 10px;
}

#selector div.selectBox {
    display: block;
    margin-bottom: 15px !important;
}

/*footer*/
#footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 0 !important;
    color: #666;
    font-size: 10px;
    height: 21px !important;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 4;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    color: #c00;
}

.copyright, .meta {
    line-height: 14px;
    overflow: hidden;
    position: absolute;
    top: 4px;
}

.meta {
    text-align: left;

    left: 62px;
}

.copyright {
    width: 610px;

    left: 296px;
}

@media only screen and (max-width:959px) {

    .page {
        background-image: none;
        width: 100%;
    }

    .introImage {
        left: auto;
        position: relative;
        top: auto;
    }

    .introImage img {
        max-width: 959px;
        width: 100%;
    }

    #claim {
        right: auto;
        left: 5%;
        color: white;
    }

    .porscheWappen {
        background-color: #fff;
        background-position: 50% 0;
        width: 100%;

        left: auto;
        position: static;
        top: auto;
    }

    #homemenue {
        height: auto;
        left: auto;
        position: static;
        top: auto;
        width: auto;
        z-index: 0;
    }

    #homeShadow {
        display: none;
    }

    #selectorShade2 {
        display: none;
    }

    #selector {
        left: auto;
        padding: 0;
        position: static;
        top: auto;
        width: auto;
        z-index: 0;
    }

    #frmCountrySelector {
        width: auto;
    }

    .copyright, .meta {
        text-align: center;
        width: 100%;
        left: auto
    }

    #frmCountrySelector {
        margin: 0 auto;
        padding: 40px 0 62px;
        width: 320px;
    }

    #selector select {
        width: 313px;
    }

}

@media only screen and (max-width: 639px) {
    .claimWrapper {
        font-size: 0.8em;
        letter-spacing: 0.05em;
        left: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .claimWrapper {
        font-size: 0.7em;
        letter-spacing: 0.05em;
        left: 5%;
    }
}

@media only screen and (min-width: 1280px) {
  .claimWrapper {
    font-size: 1.3em;
    letter-spacing: 0.05em;
  }
}

