html, body {
    margin: 0;
    padding: 0;
    font: 83% Verdana, Arial, Helvetica, sans-serif;
    height: 100%;
    background-image: url(../_pict/bg.page.jpg);
    background-repeat: no-repeat;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a img{border: 0;}
.clear{clear: both;}
.left{float: left}
.right{float: right}
img.left{margin-right: 20px; margin-bottom: 10px;}
img.right{margin-left: 10px; margin-bottom: 10px;}


a 
{
    text-decoration: none;
    color: #4f4f4f;
}
a.withArrow
{
    background-image: url(../_pict/link.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 13px;
}
a:hover 
{
    text-decoration: none;
    color: #d4162e;
}

div#bigwrap{
    min-height: 100%;
    margin: 0;
}

form#aspnetForm{height: 100%;} /* För Opera 

* html div#bigwrap{height: 100%;}*/

div#wrapper
{
    margin: 0 0 0 116px;
    width: 774px;
    padding-top: 46px;
}

div#head{text-align: right;}
div#head h1{
    float: left;
    margin: 12px 0 0;
}

div#head ul, ul#mainMenu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#head ul
{
    padding-top: 15px;
}

div#head li, div#head li ul{
    font-size: 11px;
    color: #8b8b8b;
    display: inline;
    vertical-align: middle;
}

img#topLogo
{
    margin-left: 19px;
}

div#head ul#headerMenu{
    padding-right: 19px;
}

ul#headerMenu a{
    height: 5px;
    margin-right: 2px;
    padding-right: 11px;
	padding-left: 5px;
    border-right: 1px solid #8b8b8b;
    color: #4f4f4f;
    text-decoration: none;
}

ul#headerMenu a:hover{
    color: #d4162e;
}

ul#headerMenu li.active a{
    color: #d4162e;
}

ul#headerMenu li.active a:hover{
    color: #d4162e;
}

li.sitemapItem
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

div#searchForm input{float: left; margin: 0;}
div#searchForm{float: right; margin-top: 12px;}
input#searchField{
    padding: 4px 11px;
    width: 145px;
    height: 15px;
    border: 0;
    background-image: url(../_pict/searchField.gif);
    background-position: left;
    background-attachment: scroll;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
* html input#searchField{
    background-attachment: fixed;
}

div#menu1{
    margin: 0 0 15px;
    height: 39px;
    border-bottom: solid 1px #dd001c; 
}

#menu1 ul{
    padding: 0; margin:0;
}

div#menu1 li{
    float: left;
    display: inline;
    width: 128px;
    height: 26px;
    padding: 13px 0 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

div#menu1 li:hover{}

div#menu1 a{color: #4f4f4f;text-decoration: none;}
div#menu1 a:hover
{
    color: #d4162e;text-decoration: none;
}
div#menu1 li.mainActive{
    color: #d4162e;
    background-image: url(../_pict/redarrow.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-position: bottom center;
}
div#menu1 li.mainActive a{
    color: #d4162e;
}

div#menu1 li.mainLast{}

div#topImg
{
    margin: 30px 0 0 0;
    height: 150px;
    width: 774px;
}

div#contentWrap{
    margin-top: 28px;
    width: 100%;
}


a.lasMerLink{
    display: block;
    text-align: right;
}

div#redline
{
    border-right: solid 4px #dd001c;
}

div#footer{
    clear: both;
    color: #9a9a9a;
    font-size: 9px;
    background-image: url(../_pict/swosh.gif);
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 20px;
}

div#ovLink
{
    float: right;
    margin-right: 120px;
}
div#ovLink a, div#ovLink a:hover
{
    color: #9a9a9a;
    text-decoration: none;
}


/*
undersida
*/

.searchHead{display: inline; margin-bottom: 10px;}

div#page{
    line-height: 17px;
    color: #4f4f4f;
}

div#page a 
{
    text-decoration: none;
    color: #4f4f4f;
    background-image: url(../_pict/link.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 13px;
    }
div#page a:hover 
{
    text-decoration: none;
    color: #d4162e;
}

.noArrow
{
    text-decoration: none;
    color: #4f4f4f;
    background-image: none !important;
    padding-right: 0;
}


h1{color: #d4162e; font-size: 16px; font-weight: normal;}
h2{color: #d4162e; font-size: 11px; font-weight: bold;}
h3{color: #d4162e; font-size: 11px; font-weight: normal;}
h4{color: #4f4f4f; font-size: 11px; font-weight: bold;}
p, h1, h2, h3, h4{padding-top: 0; margin-top: 0;}
h2, h3, h4{margin-bottom: 0;}


div#contentLeftMenu, div#contentMain{float: left;}
div#contentLeftMenu{ width: 208px;}
div#contentLeftMenu ul{
   width: 174px;
    margin: 0;
    padding: 0 17px;
    list-style-type: none;
    font-size: 11px;
    font-weight: bold;
}

div#contentLeftMenu ul li{
    padding: 2px 0 10px;
}

div#contentLeftMenu ul li a{
    color: #4f4f4f;
    text-decoration: none;
}

div#contentLeftMenu ul li a:hover{color: #d4162e;text-decoration: none;}
div#contentLeftMenu ul li.leftActive a{color: #d4162e;}
div#contentLeftMenu ul li.leftActiveLast a{color: #d4162e;}
div#contentLeftMenu ul li.leftLast{}
div#contentLeftMenu ul li.leftActiveLast {}


div#contentMain
{
    padding: 0 30px;
    width: 500px;
    border-left: solid 1px #cac3da;
}

/*
div#contentMain{
    width: 492px;
    padding-left: 25px;
}
*/

div#bigSearch{
	width: 470px;
    background-color: #f1eff4;
    vertical-align: bottom;
    padding: 12px 12px 14px 17px;
}
input#bigSearchField{
    height: 15px;
    width: 330px;
    padding: 3px;
    border: solid 1px #cdc5dd;
    background-color: #fff;
    font-size: 11px;
}
div#bigSearch a
{
    background-color: #cdc5dd;
    font-size: 12px;
    color: #000;
    padding: 4px 14px;
    height: 15px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    position: absolute;
}




span.searchMark{color: #d4162e;}
div.searchResult{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #55503d;
}

a.searchResultHeader:hover, a.searchResultHeader:active, a.searchResultHeader:visited
{color: #4f4f4f; text-decoration: none;}

div#searchFooter{
    margin-top: 10px;
}

div#searchFooter p.right a{
    text-decoration: none;
    color: #d4162e;
    font-weight: bold;
}
div#searchFooter p.right a:hover{text-decoration: underline;}





div#contactForm
{
    border: solid 1px #cdc5dd;
    width: 350px;
    font-size: 11px;
    height: 325px;
}

div#contactForm h1
{
    background-color: #cdc5dd;
    font-size: 14px;
    color: #000;
    padding: 3px 14px;
    margin: 0;
}

.form
{
    border: solid 1px #cdc5dd;
    width: 300px;
    background-color: #f1eff4;
}

div#contactForm p
{
    margin-top: 5px;
}

div#contactForm a
{
    float: right;
    background-color: #cdc5dd;
    font-size: 14px;
    color: #000;
    padding: 3px 14px;
    width: 80px;
    text-decoration: none;
    margin: 14px 0 0 18px;
    text-align: center;
}










div#applForm
{
    border: solid 1px #cdc5dd;
    width: 700px;
    font-size: 11px;
    height: 365px;
}

div#applForm a.button
{
    background-color: #cdc5dd;
    font-size: 14px;
    color: #000;
    padding: 3px 14px;
    text-decoration: none;
    text-align: center;
    width: 60px;
    float: right;
    left: 10px;
}

div#applForm a.buttonWhite
{
    background-color: #fff;
    color: #000;
    top: 296px;
    left: 253px;
}

div#applForm a.buttonSend
{
    color: #d4162e;
}

div#applForm .rb{
}

div#applForm label.ml{
    width: 250px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 2px 2px;
}

div#applForm ul{
    padding: 0; margin:0;
}

div#applForm li{
    background-color: #cdc5dd;
    float: left;
    display: inline;
    width: 140px;
    padding: 6px 0;
    text-align: center;

    font-size: 14px;
    color: #000;
    margin: 0;
}

div#applForm a:hover
{
    color: #9a9a9a;
    text-decoration: none;
}