/* defaults {{{ */

html, body{
    background-color: #e5e2d3;
    padding:0; margin: 0;
}
body { 
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
}
a {
    color: #3f612e;
}
p {
    color: #454545;
}

ul, ol {
    padding: 0; margin: 0;
}
ul li, ol li {
    list-style: none;
}

h1,h2,h3,h4,h5,h5 {
    padding: 0; margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #686868;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5 {
    font-size: 12px;
}

th, td {
    border: 0;
}

label {
    display: block;
    padding-top: 4px;
}
/* }}} */
/* types {{{ */

.clearer {
    clear: both;
}

.hidden {
    display: none;
}

/* }}} */

/* wrapper {{{ */
#wrapper {
    position: relative;
    background: url(/graphics/wrapper-bg.jpg) top left repeat-y;
}
#wrapper, #wrapper_bottom {
    width: 837px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 14px;
    padding-right: 14px;
}

#wrapper_bottom {
    background: url(/graphics/wrapper-bottom.jpg) top left no-repeat;
}
#godkjent {
    padding-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
}
#godkjent a {
    display: block;
    float: left;
    padding-right: 6px;
}
#godkjent div {
    float: right;
    padding-top: 14px;
}
/* }}} */

/* top {{{ */
#top {
    overflow: hidden;
    background: url(/graphics/top-bg.jpg) top left repeat-x white;
    height: 212px;
}
#banner {
    margin-left: 18px;
    margin-top: 17px;
    float: left;
}

h1 {
    padding:0; margin: 0;
    text-align: right;
    width: 550px;
    padding-top: 24px;
    font-size: 24px;
    font-weight: normal;
    float :left;
    clear: right;
}

#topmenu {
    float: right;
}
#topmenu li {
    display: block;
    float: left;

    border-left: 1px solid #d4d4d4;
}
#topmenu li a {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#banner2 {
    background: url(/graphics/logo.jpg) top left no-repeat;
    width: 802px;
    height: 139px;

    clear: left;

    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
/* }}} */
/* bottom {{{ */
#bottom {
    width: 837px;
    background: url(/graphics/bottom-bg.jpg) top left repeat-x white;
    padding-top: 25px;
}
#bottom_wrapper {
    width: 837px;
    background: url(/graphics/faux_left.jpg) top left repeat-y;
    margin-bottom: 5px;
    overflow: hidden;
}
/* }}} */

/* leftmenu {{{ */
#leftmenu {
    width: 170px;
    float: left;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
}

#leftmenu li {
    border-bottom: 2px solid white;
}
#leftmenu li.first {
    border-top: 2px solid white;
}

#leftmenu li a {
    display: block;
    background: url(/graphics/leftmenu-li-bg.jpg) top left repeat-y #5a8f3f;
    color: white;
    text-decoration: none;

    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#leftmenu li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* }}} */
/* contents {{{ */
#contents {
    width: 606px;
    min-height: 300px;

    float: left;

    padding-bottom: 20px;
}
/* }}} */

/* footer {{{ */
#footer {
    clear: left;
    border-top: 1px solid #c1c4b9;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-right: 20px;
}

#footer li {
    font-size: 12px;
    display: inline;
    padding-left: 4px;
    padding-right: 5px;

    color: #4f4f4f;
    border-left: 1px solid #4f4f4f;
}

#footer li.first {
    border-left: none;
}
/* }}} */

/* forsiden {{{ */
p.sitedescr {
    color: #696969;
    padding-top: 6px;

    font-size: 12px;
    font-weight: bold;
}
p.sitedescr a {
    color: #696969;
}
/* }}} */

#referanseprosjekter strong {
    font-weight: normal;
    color: #030;
}
