/* Start of CMSMS style sheet '2010 After Å-festival' */
* {
    font-family: Avant Garde, Verdana, Arial, Sans-serif;
}

html {
    width: 100%;
    height: 100%;
    /*margin: 0;
    padding: 0;*/
    color: #fff;
    overflow-x: hidden;
}

a.customlink {
    color: #fff;
    text-decoration: underline;
}

a.customlink:hover {
    text-decoration: none;
}

img {
    border: none;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

body {
    background: #154a4d url("uploads/2010/stripes.png");
}

#top_shadow {
    height: 52px;
    width: 904px;
    background: url("uploads/2010/shadow_top.png") no-repeat;
    margin: 10px auto 0 auto;
}

#outerPlaceholder {
    width: 904px;
    margin: 0 auto;
    background: url(uploads/2010/shadow_middle.png) repeat-y;
}

#innerPlaceholder {
    position: relative;
    width: 802px;
    height: 700px;
    background-color: #020a09;
    margin: 0 auto;
    background: #020a09 url(uploads/2010/top_wave.png) no-repeat;
}

#sun {
    width: 802px;
    height: 491px;
    z-index: 10;
}

#sun img {
    height: 400px;
}

#logo {
    position: absolute;
    width: 416px;
    height: 223px;
    z-index: 40;
    top: 10px;
    right: 20px;
}

#news, #content {
    position: absolute;
    color: #fff;
    padding: 0 5px;
    width: 540px;
    height: 410px;
    /*border: 1px solid white;*/
    z-index: 20;
    bottom: 10px;
    left: 15px;
    overflow: auto;
}

#content a {
    color: #fff;
}

#menu {
    position: absolute;
    top: 235px;
    right: 18px;
    width: 500px;
    height: 20px;
    z-index: 100;
    /*border: 1px solid white;*/
}

#menu a, #menu span {
    float: left;
    display: block;
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    height: 20px;
}

#menu span {
    text-decoration: underline;
}

#menu a:hover {
    text-decoration: underline;
}

#teasers {
    position: absolute;
    width: 200px;
    height: 410px;
    /*border: 1px solid #fff;*/
    z-index: 20;
    bottom: 11px;
    right: 15px;
}

#teasers img {
    width: 190px;
    margin: 5px;
    border: 1px solid #fff;
}

.newsItem h3 {
    color: #fff;
    cursor: pointer;
}

.newsItem a {
    color: #fff;
}

/* SCROLL BAR STYLES */

#news {
    position: absolute;
    color: #fff;
    padding: 0 5px;
    width: 540px;
    height: 410px;
    z-index: 20;
    bottom: 10px;
    left: 15px;
    overflow: auto;
} 

/* End of '2010 After Å-festival' */

