@import "/templates/css/general/header.general.css";
@import "/templates/css/general/banner.general.css";
@import "/templates/css/general/content.general.css";
@import "/templates/css/general/blokken.general.css";

body{
    font-family:Arial;
    font-size:12px;
    color:#4b575f;

    background:#003366;
    margin:0px;
    padding:0px;
}
a{
    color:#003366;
    text-decoration:none;
    cursor:pointer;
}
a:hover{
    color:#4b575f;
}

h1{
    color:#003366;
    font-size:19px;
}
h2{
    color:#003366;
    font-size:17px;
}
h3{
    color:#003366;
    font-size:15px;
}
h4{
    color:#003366;
    font-size:13px;
}

a:hover{
    color:#003366;
    text-decoration:underline;
}

img{
    border:0px;
}

.container{
    position:relative;
    width:980px;
    margin:0px auto;
    padding:390px 0px 0px 0px;
    background:#FFFFFF;
    overflow:hidden;
}

.container .footer{
    font-size:9px;
    color:#FFFFFF;
    width:960px;
    padding:30px 10px 0px 10px;
    text-align:right;
    background:url(/templates/img/container-bottom.gif) top center no-repeat;
    clear:both;
}
.container .footer a{
    color:#ffcc33;
}
.container .footer a:hover{
    color:#FFFFFF;
}
#myScroll1 div{
    float:left;
    overflow:hidden;
}