html, body {
    background-color: #b2cedc;
    margin: 0 0 0 0;
    height: 100%;
    background-image: url('../img/back_bg.png');
    background-repeat: repeat-y;
}

/* DESIGN ELEMENTS */

img {
    text-align: left;
    margin-left: 0px;
}

#wrapper {
    text-align: left;
    width: 1000px;
    min-height: 100%;
    border: 0px solid #000000;
    margin: 0 0 0 50px;
}


#left {
    position: absolute;
    width: 150px;
    min-height: 100%;
    top: 0;
    left: 40px;
    margin: 0 0 0 0;
    float: left;
}

#logo_wrapper {
    position: absolute;
    left: 20px;
    top: 60px;
    width: 295px;
    height: 100px;
}

#logo_wrapper img {
    margin: 0 0 0 0;
    border: 0;
}

#side_menu {
    position: absolute;
    left: 0px;
    top: 190px;
    margin: 0 0 0 0;
    min-height: 100%;
    text-align: left;
}

#side_menu li {
    color: #000000;
    margin: 0 0 10px -5px;
    line-height: 100%;
}

#side_menu a {
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
    line-height: 9px;
}

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

#right_top {
    width: 850px;
    height: 19px;
    margin: 0 0 0 0;
    background-image: url('../img/right_top_bg.png');
    float: right;
}

#right_bottom {
    width: 850px;
    height: 19px;
    margin: 0 0 0 0;
    background-image: url('../img/right_bottom_bg.png');
    background-repeat: no-repeat;
    float: right;
}

#right {
    margin: 0 0 0 0;
    width: 850px;
    background-color: #ffffff;
    float: right;
}

#right img {
    margin: 5px 0 5px 0;
}

#right p {
    line-height: 20px;
    text-align: left;
}

#right img {
    max-width: 380px;
    text-align: left;
}

#menu_wrapper {
    height: 100px;
    width: 800px;
    vertical-align: bottom;
    float: right;
    margin: 0 40px 0 0;
    padding: 0 0 0 0;
}

div.menu_item {
    width: 150px;
    height: 35px;
    float: right;
    margin: 65px 10px 0 0;
    text-align: center;
    background-image: url('../img/button_bg.png');
    cursor: pointer;
}

div.menu_item_disabled {
    width: 150px;
    height: 35px;
    float: right;
    margin: 65px 10px 0 0;
    text-align: center;
    background-image: url('../img/button_bg.png');
}

div.menu_item p {
    font-family: verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 0 0;
}

div.menu_item_disabled p {
    font-family: verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #505050;
    margin: 10px 0 0 0;
}

#content_wrapper {
    border: 0px solid #000000;
    width: 810px;
    min-height: 400px;
    margin: 50px 0 0 20px;
}

#content_left {
    width: 380px;
    float: left;
    border: 0px solid #000000;
    margin: 0 10px 0 10px;
}

#content_right {
    width: 380px;
    float: right;
    border: 0px solid #000000;
}

div.highlight_top {
    height: 19px;
    margin: 10px 0 0 0;
    background-image: url('../img/box_top_bg.png');
}

div.highlight_bottom {
    height: 19px;
    margin: 0 0 0 0;
    background-image: url('../img/box_bottom_bg.png');
}

div.highlight {
    max-width: 400px;
    background-image: url('../img/box_bg.png');
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    font-family: verdana;
    font-size: 10pt;
}

div.highlight p {
    font-size: 9pt;
    margin: 10px 5px 0 5px;
}

div.highlight a {
    color: #000000;
}

div.highlight a.h2 {
    color: #6fb1d2;
}

#footer_top {
    width: 850px;
    height: 19px;
    margin: 10px 0 0 0;
    background-image: url('../img/right_top_bg.png');
    float: right;
}

#footer_bottom {
    width: 850px;
    height: 19px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    background-image: url('../img/right_bottom_bg.png');
    background-repeat: no-repeat;
    float: right;
}

#footer {
    background-color: #FFFFFF;
    float: right;
    width: 850px;
}

#footer p {
    font-family: verdana;
    font-size: 9pt;
    margin: 0 0 0 10px;
}

/* FRÅGEFORMULÄR */

#questioneer_wrapper {
    margin: 25px 0 0 325px;
    width: 560px;
}

#questioneer_wrapper p {
    text-align: justify;
}

#questioneer {
    margin: 0 0 0 0;
    border: 0px;
}

#questioneer tr.header td {
    border-bottom: 1px solid #000000;
}

#questioneer td.white {
    background-color: #ffffff;
}

#questioneer td.grey {
    background-image: url('../img/box_bg.png');
}

/* TYPOGRAPHY */

a {
    text-decoration: none
}

h1 {
    font-family: verdana;
    color: #808080;
    font-size: 18pt;
    margin: 0 0 0 10px;
    font-weight: normal;
    text-align: left;
}

h1.no_margin {
    margin: 0 0 0 0;
}

h2 {
    font-family: verdana;
    color: #6fb1d2;
    font-size: 10pt;
    line-height: 25px;
    text-align: left;
}

h2.box {
    font-family: verdana;
    color: #6FB1D2;
    font-size: 10pt;
    margin: 0 0 0 5px;
}

p {
    font-family: verdana;
    font-size: 9pt;
    line-height: 20px;
    margin: 10px 0 10px 0;
}

#right li {
    font-family: verdana;
    font-size: 9pt;
    line-height: 25px;
    text-align: left;
}


/* IFRAME */

iframe {
    border: 0px;
    width: 800px;
    height: 920px;
}
