/* DEFAULTS {{{ */
html, body{
    margin:0px;
    padding:0px;
    color: black;
}
body { 
    height:100%;
    width: 100%;

    font-family: arial, helvetica, sans-serif;
    text-align: left;
    font-size: 12px;

    background: url(../graphics/body_bg.jpg) top left repeat;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
    color: blue;
}

form {
    display: inline;
}

input {
    font-size: 12px;
}

table {
    font-size: 12px;
}
/* }}} */

/* TYPES {{{ */
p.bold {
    font-weight: bold;
}

h5 {
    font-size: 12px;
}

h3.boxheader {
    margin-left: 6px;
    margin-top: 14px;
    color: #21732b;
    font-weight: bold;
    font-size: 16px;
}

input[type=submit] {
    background: url(../graphics/nettbutikk/gronnknapp_bg.jpg) top left repeat-x;
    color: white;

    padding: 0px;

    border: 0px;
    border-top: 2px solid #a2d88c;
    border-left: 2px solid #a2d88c;
    border-right: 2px solid #22762b;
    border-bottom: 2px solid #22762b;
}

input[type=submit]:active {
    border: 0px;
    border-right: 2px solid #a2d88c;
    border-bottom: 2px solid #a2d88c;
    border-top: 2px solid #22762b;
    border-left: 2px solid #22762b;
}

input.bigbtn {
    width: 120px;
}

input.smallbtn {
    width: 60px;
}
/* }}} */

/* LAYOUT {{{ */
div#wrapper {
    min-height: 100%;
    *height: 100%;
    width: 980px;
    background: url(../graphics/wrapper_bg.jpg) top left repeat-y;
    margin-left: 125px;
    padding-left: 24px;
}

div#topmenu_bg {
    width: 906px;
    height: 39px;

    background: url(../graphics/topmenu_bg.jpg) top left repeat-x;
}

div#topmenu {
    padding-top: 10px;
}
div#topmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
}
div#topmenu ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    padding-right: 11px;
    padding-left: 11px;
    border-right: 1px solid white;
}
div#topmenu ul li.first {
    padding-left: 0px;
}
div#topmenu ul li.last {
    padding-right: 0px;
    border-right: 0px;
}
div#topmenu ul li a {
    color: white;
    font-size: 14px;
}
div#subheader_bg {
    margin-left: 21px;
    width: 885px;
    height: 35px;
    clear: both;
    background-color: #a2d88c;
}

div#subheader h1 {
    padding-left:17px;

    line-height: 34px;
    *line-height: 36px;
    font-weight: bold;
    color: #14531c;
    font-size: 16px;
}
div.subheader_bottom {
    width: 100%;
    height: 100%;
    font-size: 0px;
    background-color: #a2d88c;
}
div.subheader_bottom div.left {
    background: url(../graphics/subheader_left.jpg) bottom left no-repeat;
    width: 100%;
    height: 100%;
}
div.subheader_bottom div.right {
    background: url(../graphics/subheader_right.jpg) bottom right no-repeat;
    width: 100%;
    height: 100%;
}


div#leftpane {
    width: 668px;

    margin-top: 12px;
    margin-left: 21px;

    float: left;
}

div#leftfooter_bg {
    width: 688px;
    height: 39px;
    margin-top: 9px;
    margin-left: -21px;

    background: url(../graphics/leftfooter_bg.jpg) top left repeat-x;
}

div#leftfooter {
    padding-top: 10px;
}
div#leftfooter ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    padding-left: 20px;
}
div#leftfooter ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid white;
}
div#leftfooter ul li.first {
    padding-left: 0px;
}
div#leftfooter ul li.last {
    padding-right: 0px;
    border-right: 0px;
}
div#leftfooter ul li a,
div#leftfooter ul li {
    font-size: 14px;
    color: white;
}

div#rightpane {
    width: 201px;
    margin-left: 16px;
    margin-top: 12px;

    float: left;
}

div.clearer {
    clear: both;
}
div#bottom_clearer {
    clear: both;
    height: 14px;
    width: 100%;
}
/* }}} */

#made_by {
    clear: both;
    width: 1080px;
    text-align: right;
    margin:0; padding:0;
}

