/* defaults {{{ */

html {
    height: 100%;
}
html, body{
    width: 100%;
    background-color: white;
    *width: auto;
}
body { 
    color: black;
    min-height: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    background: url(/graphics/body-bg.jpg) top left repeat-x white;
}

a {
    color: #294b7b;
    text-decoration: none;
}
/* }}} */
/* types {{{ */

.clearer {
    clear: both;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

/* }}} */

/* banner {{{ */
#banner {
    position: absolute;
    left: 312px;
    top: 31px;

    width: 500px;
    height: 24px;

    background: url(../graphics/banner.jpg) top left no-repeat;
}
/* }}} */
/* wrappers {{{ */
#outer-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1107px;
    min-height: 731px;
    height: 731px;

    background: url(../graphics/design-top.jpg) top left no-repeat;
}

body > #outer-wrapper {
    height: auto;
}

#inner1, #inner2, #inner3 {
    width: 941px;
    height: 644px;
    min-height: 644px;
}
#outer-wrapper > #inner1,
#outer-wrapper > #inner2,
#outer-wrapper > #inner3 {
    height: auto;
}

#inner1 {
    margin-left: 84px;
    padding-top: 87px;
}

#inner2 {
    width: 100%;
    height: 100%;
    background: url(../graphics/menu-bottom.jpg) top left repeat-y;
    padding-bottom: 20px;
}
#inner3 {
    width: 100%;
    height: 100%;
    background: url(../graphics/menu-top.jpg) top left no-repeat;
}

/* }}} */
/* menu {{{ */
#menu {
    padding-left: 35px;
    padding-right: 16px;
    padding-top: 90px;
    font-size: 14px;

    width: 160px;
    float: left;
}

#menu li {
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top: 1px solid #294b7b;
}
#menu li.first {
    border-top: 0px;
}
#menu li.selected {
    font-weight: bold;
}
/* }}} */
/* contents {{{ */
#contents {
    width: 580px;
    float: left;
    padding-left: 65px;
    padding-top: 60px;
}
#contents h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 4px;
}
#contents h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#contents p {
    padding-top: 4px;
    padding-bottom: 4px;
}
/* }}} */
/* footer {{{ */
#footer {
    background-color: #294b7b;
    width: 942px;
    height: 70px;
    margin-left: 84px;
}
#footer ul {
    padding-top: 30px;
    padding-right: 30px;
    text-align: right;
}

#footer li, #footer a {
    color: white;
}

#footer li {
    padding-left: 9px;
    padding-right: 10px;
    border-left: 1px solid white;

    display: inline;
}
#footer li.first {
    border-left: 0px;
}
/* }}} */

/* index {{{ */
#forsiden-top, #forsiden-nyhet {
    padding-bottom: 14px;
    border-bottom: 1px dotted #294b7b;
}

#forsiden-top {
    padding-right: 20px;
}

#forsiden-nyhet {
    margin-top: 14px;
    height: 180px;
    min-height: 180px;
}
#contents > #forsiden-nyhet {
    height: auto;
}
#forsiden-nyhet img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
#forsiden-nyhet p {
    padding-bottom: 8px;
    padding-top: 8px;
}
#forsiden-nyhet a {
    padding-left: 22px;
    padding-top: 4px;

    background: url(../graphics/lesmer.jpg) top left no-repeat;

    text-transform: uppercase;
}

#forsiden-bottom {
    margin-top: 8px;
}
#forsiden-bottom a {
}

#forsiden-bilder {
    margin-top: 8px;
    width: 590px;
    height: 392px;

    background: url(../graphics/forsiden-bilder.jpg) top left no-repeat;
}
/* }}} */

/* galleri {{{ */
ul#galleri-tabs {
    width: 624px;
    height: 30px;
    background: url(../graphics/gallery-ul-bg.jpg) top left repeat-x;
}

#galleri-tabs li {
    height: 30px;
    margin-right: 3px;
    float: left;

    background: url(../graphics/blue-tab-bg.jpg) top left repeat-x;
}
#galleri-tabs li.selected {
    background: url(../graphics/white-tab-bg.jpg) top left repeat-x;
}

#galleri-tabs li .left {
    background: url(/graphics/blue-tab-left.jpg) top left no-repeat;
}
#galleri-tabs li .right {
    background: url(/graphics/blue-tab-right.jpg) top right no-repeat;
}

#galleri-tabs li.selected .left {
    background: url(/graphics/white-tab-left.jpg) top left no-repeat;
}
#galleri-tabs li.selected .right {
    background: url(/graphics/white-tab-right.jpg) top right no-repeat;
}

#galleri-tabs li a {
    text-transform: uppercase;
    color: white;
}
#galleri-tabs li.selected a {
    color: #294b7b;
}

#galleri-tabs li .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 6px;
}
#galleri-tabs > li .inner {
    height: 22px;
    width: auto;
    padding-bottom: 0px;
}

#galleri-boks {
    width: 627px;
    background: url(../graphics/galleri-box-bg.jpg) top left repeat-y;
}
#galleri-boks .top, #galleri-boks .bottom {
    width: 627px;
    height: 6px;
}
#galleri-boks .bottom {
    font-size: 0px;
    background: url(../graphics/galleri-box-bottom.jpg) top left no-repeat;
}
#galleri-boks .top {
    font-size: 0px;
    background: url(../graphics/galleri-box-top.jpg) top left no-repeat;
}

#galleri-menu {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 130px;
    float: left;
}
#galleri-menu li.selected {
    font-weight: bold;
}

#album-descr {
    height: 30px;
    min-height: 30px;
}
#galleri > #album-descr {
    height: auto;
}
#galleri-contents {
    width: 426px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 1px;
    float: left;
}
#galleri-contents img {
    padding-top: 10px;
    padding-bottom: 10px;
}

a.see-next {
    float: right;
}

ul#linklist {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
ul#linklist li {
    display: inline;
}
ul#linklist li.selected {
    font-weight: bold;
    text-decoration: underline;
}
/* }}} */

/* mediafil {{{ */
.mediafil {
    background-color: #ddd;
    width: 380px;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0px;
}
.mediafil h2 {
    padding-top: 8px;
}
.mediafil p.descr {
    color: #666;
}
.mediafil img {
    float: left;
    border: 0px;
    margin-right: 10px;
}

/* }}} */

#made_by {
    text-align: right;
    padding-right: 80px;
}
