#content {
    min-height: 416px;
}

/* SIDEBAR */

#sidebar-gamma {
    width: 230px;
    margin-left: 20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}

#news-box {
    position: relative;
}

#news-box a {
    position: absolute;
    right: 0;
    bottom: 3px;
    color: #f2b336;
}

#news-box a:hover {
    text-decoration: underline;
}

#news {
    color: white;
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
}

#news li {
    margin: 10px 0;
}

#news .date {
    font-weight: bold;
}

#news .headline {
    background: url(img/arrow.png) no-repeat 0 50%;
    padding: 0 0 0 1em;
}

/* PAGE */

#page .box,
#links {
    margin: 0;
    padding: 0;
}

#page,
#bil,
#page .box {
    position: relative;
}

#links,
#intro-text,
#las-mer {
    position: absolute;
    right: 0;
    top: 0;
}

#page {
    margin: 0 0 20px 30px;
    width: 730px;
}

#page .box {
    background: url(img/box.png) no-repeat;
    height: 140px;
    width: 200px;
    border: 0;
    padding: 5px 10px;
    font-size: 10px;
    float: left;
    margin-left: 15px;
}

#page .box a {
    background: black url(img/arrow.png) no-repeat 95% 50%;
    display: block;
    text-align: right;
    padding: 0 20px 0 0;
    color: white;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    width: 180px;
    bottom: 20px;
}

#page .box p {
    margin-top: 4px;
}

#page .box table {
    width: 200px;
    font-size: 10px;
    margin-top: 6px;
}

#page .box td {
    padding: 0 0 0 10px;
    margin: 0;
}

#page .ort {
    background: url(img/arrow.png) no-repeat 0 50%;
    padding-left: 10px;
}

#links {
    list-style-type: none;
    top: 140px;
}

#links li {
    text-align: right;
    padding-right: 20px;
    background: url(img/arrow-black.png) no-repeat 100% 50%;
}

#links a {
    font-size: 16px;
}

#bil {
    top: -35px;
}

#las-mer {
    top: 100px;
}

#slider {
    float: left;
    margin: 0 5px 0 20px;
}