body, h1, h2, h3, p, ol, ul, blockquote {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    font-weight: normal;
    font-size: 10px;
}

/* --------------------- STRUCTURE / MAIN --------------------- */

body, html {
    background: url(../img/main.jpg) no-repeat fixed #010101;
    /* background: #F5F5F5; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body#index {
    margin: 0;
    padding: 0;
}

body#index a {
    font-weight: bold;
}

body#index a:link, body#index a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

body#index a:hover, body#index a:active {
    text-decoration: none;
    color: #e4336e;
}

/*body#index .enter {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 8px;
    right: 14px;
    width: 110px;
    background-color: #000;
    padding: 1px;
}*/

body#index .enter {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    background-color: #000;
    padding: 1px;
}

body#index .enter p {
    font-family: 'KorpusB12', serif;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

body#index .logo {
    position: absolute;
    bottom: 24px;
    right: 12px;
    width: 700px;
    height: 61px;
    background: url() no-repeat;
}

#over {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media screen and (max-device-width: 480px) {
    body, html {
        -webkit-text-size-adjust: auto;
        line-height: normal;
        background-position: top center;
    }

    body#index .enter p {
        font-size: 30px;
    }

    #nav a:link, #nav a:visited {
        font-size: 20px;
    }

    #nav li {
        padding: 18px 0;
    }

    #nav ul {
        margin-bottom: 18px;
    }

    #nav .head {
        font-size: 18px;
    }

    .infobar {
        width: auto !important;
        float: none !important;
        margin: auto !important;
    }

    body#tv {
        -webkit-text-size-adjust: none;
    }

    body#tv #container ul {
        font-size: 14px;
    }

    .update1, .update2, .update3 {
        font-size: 11px !important;
    }

}

/*iPad*/






