body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    background: #000 url("../img/bg_1200x900.jpg") no-repeat fixed left bottom;
    color: #333333;
    -moz-background-size: cover; /* Firefox */
    -webkit-background-size: cover; /* Safari, Chrome */
    background-size: cover; /* Opera, IE, W3C Standard */
}

#container {
    width: 900px;
    margin: 0 auto;
    top: 0;
    bottom: 0;
}

#content {
    color: #000000;
    text-align: left;
    position: relative;
    padding: 30px 20px;
    background: transparent;
    font-size: 1.3em;
    line-height: 1.5em;
    height: 600px;
}

#content-imp {
    color: #000000;
    text-align: left;
    position: relative;
    padding: 20px 20px;
    background: transparent;
    font-size: 0.8em;
    line-height: 1.5em;
    height: 600px;
}

    #content-imp h1 {
        font-size: 1.1em;
    }

#content a {
    text-decoration: none;
}

#content table {
    font-size: 20px;
    text-align: left;
}

#content ul {
    list-style-image: url("../img/liststyle.gif");
}

#nav {
    padding-top: 10px;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 60px;
    font-size: 1.5em;
    background: silver;
    font-weight: bold;
    text-align: center;
}

#callout {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 0;
    overflow: hidden;
}

#footer {
    text-align: center;
    line-height: 30px;
    /*font-weight: bold;*/
    font-size: smaller;
    position: absolute;
    width: inherit;
    background-color: rgba(0,0,0,0.3);
    /*border: 1px solid silver;*/
    border: none;
    height: 60px;
    font-size: 1em;
}

#footer a {
    display: block;
    float: left;
    /*color: #fff;*/
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000;
    padding: 0 20px;
    line-height: 50px;
}

    #footer a:hover {
        text-decoration: underline;
        /*color: #de107b;*/
        color: white;
    }

    #footer a.active {
        text-decoration: underline;
        color: #de107b;
    }



#footerlogo {
    position: absolute;
    right: 0;
    float: right;
}

#logo {
    margin-top: 45px;
    margin-left: 860px;
    position: absolute;
    width: 200px;
    height: 462px;
    background-image: url("../img/logo02.png");
    background-repeat: no-repeat;
}

#animation {
    z-index: 1;
    margin-top: 210px;
    margin-left: 720px;
    position: absolute;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
}

#nav a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    line-height: 50px;
}

    #nav a:hover {
        text-decoration: underline;
        color: #de107b;
    }

    #nav a.active {
        text-decoration: underline;
        color: #de107b;
    }

#callout p {
    color: #fff;
}

#callout img {
    width: 900px;
    height: 200px;
}

a#languageGermany {
    z-index: 20;
    margin-top: 20px;
    margin-left: 780px;
    position: absolute;
    width: 83px;
    height: 50px;
    background-image: url("../img/germany_dark.jpg");
    background-repeat: no-repeat;
}

a#languageGermany {
    color: silver;
    text-decoration: none;
}

    a#languageGermany:visited {
        color: silver;
        text-decoration: none;
    }

    a#languageGermany:focus {
        color: silver;
        text-decoration: none;
    }

    a#languageGermany:hover {
        background-image: url("../img/germany_org.jpg");
    }

    a#languageGermany:active {
        color: silver;
        text-decoration: none;
    }

a#languageKingdom {
    z-index: 20;
    margin-top: 20px;
    margin-left: 840px;
    position: absolute;
    width: 83px;
    height: 50px;
    background-image: url("../img/kingdom_dark.jpg");
    background-repeat: no-repeat;
}

    a#languageKingdom a {
        color: silver;
        text-decoration: none;
    }

    a#languageKingdom:visited {
        color: silver;
        text-decoration: none;
    }

    a#languageKingdom:focus {
        color: silver;
        text-decoration: none;
    }

    a#languageKingdom:hover {
        background-image: url("../img/kingdom_org.jpg");
    }

    a#languageKingdom:active {
        color: silver;
        text-decoration: none;
    }
