a { outline: none; }
a img { border-width: 0px; }

body {
    min-width: 1120px;
    background: #ffffff url(../img/bg_body.jpg) no-repeat fixed top center;
    font-family: 'century gothic', verdana, arial, helvatica, sans-serif;
    font-size: 11px;
}

#container {
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 1040px;
    min-height: 753px;
    padding: 0px 20px 40px 20px;
}

#homelink {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

#hyveslink {
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    z-index: 99;
}

#bbpakttaanlink {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 99;
}

#content_container {
    position: relative;
    float: right;
    width: 682px;
    min-height: 625px;
    background-image: url(../img/bg_content.png);
    background-repeat: no-repeat;
    padding: 135px 135px 15px 25px;
}

#content_container_borders {
    position: absolute;
    top: 718px;
    bottom: 30px;
    width: 735px;
    left: 0px;
    background-image: url(../img/bg_content_fill.png);
    background-repeat: repeat-y;
}

#content_container_close {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 734px;
    height: 30px;
    background-image: url(../img/bg_content_end.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 97;
}

#content {
    position: relative;
    z-index: 98;
}

#content img.page_title {
    position: absolute;
    top: -25px;
    right: 180px;
    z-index: 1001;
}

#content img.page_title.wide {
    right: 5px;
}

#content a {
    color: #000000;
    text-decoration: none;
}

#content a:hover {
    color: #2196c2;
    text-decoration: underline;
}

#content hr {
    height: 0px;
    border-width: 0px;
    border-top: 1px solid #000000;
}