
/* Övrigt, till designen */




html{
	height:100%;
}


body{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    height:100%;
    color:#333;
    font-size:14px;
    background-color: #FFF;
}




/* Text */
h1{
    font-family: 'Heebo', sans-serif;
    font-size:1.8em;
    font-weight: normal;
    margin-top:0em;
    margin-bottom:0.2em;

}

h2{
    font-family: 'Heebo', sans-serif;
    font-size:1.3em;
    font-weight: normal;
    margin-top:1.1em;
    margin-bottom:0.4em;
}


h3{
    font-family: 'Heebo', sans-serif;
    font-size:1.1em;
    font-weight: normal;
    margin-top:2em;
    margin-bottom:0.8em;

}


p{
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    margin-top:0.5em;
    margin-bottom:1.1em;
    line-height:1.3em;
}


label {
    display: block;
    margin-top:0.7em;
    margin-bottom:0;
}

a {
    color:#003366;
    text-decoration: none;
}

.inLink {
    background-color: #CCC;
    /*color:#FFF;*/
    padding:0.1em;
    color: #000;
}
a:hover{
   /* text-decoration: underline;*/
}

.newsBox {
    background-color: #F2F2F2;
}

.blBtn {
    background-color: #003366;
}



.subMenuHeadClosed {
    background-color:#F2F2F2;
    color: #333;
}



#container{
    position:relative;
    max-width: 1040px; /*Remove to fill screen width */
    margin: 0px auto;
}

.boxpad_full {
    padding:0% 0% 0% 0%;
    text-align:left;
}

.full_top {
    background-color: #FFF;
    border-bottom:solid 1px #003366;
}
.full_bottom {
    background-color: #FFF;
    border-top:solid 1px #003366;
    min-height:200px;


    background: -webkit-linear-gradient(#F2F2F2, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F2F2F2, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F2F2F2, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F2F2F2, #FFF); /* Standard syntax */
}

#logotype {
    width:38%;
    float:left;
    display: block;
}
#toplogo{
    position:relative;
    max-width: 980px; /*Remove to fill screen width */
    margin: 0px auto;
    padding:0 3% 0 3%;


}

#topimage{
    position:relative;
    width: 100%; /*Remove to fill screen width */
    margin: 0px auto;

    background-image: url('/design/start1.jpg?id=5');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
    border-top:solid 1px #003366;

}

#bigImage {
    width:98%;
    margin-bottom:2%;
}

#bigImageBox {
    display:none;
    position: fixed;
    top:0;
    left:0;
    background-image: url('/design/bigimbg.png');
    width:100%;
    height:100%;
    padding:3em 2em 2em 2em;
}
#bigImageBox img {
    height: 90%;
    width:auto;
    margin:0 auto 0 auto;
}

#closeIm {
    position: fixed;
    top: 0.5em;
    left:45%;
    width: 10%;
    height: 2em;
    background-color: #FFF;
    opacity: 0.8;
    text-align: center;
    line-height: 2em;
}
#nextIm {
    position: fixed;
    top: 5em;
    right:2em;
    width: 3em;
    height: 3em;
    background-color: #FFF;
    opacity: 0.8;
    text-align: center;
    line-height: 3em;
}
#prevIm {
    position: fixed;
    top: 5em;
    left:2em;
    width: 3em;
    height: 3em;
    background-color: #FFF;
    opacity: 0.8;
    text-align: center;
    line-height: 3em;
}

.smallImage {
    margin:0% 2% 2% 0%;
    float:left;
    width:18%;
    height: 8em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
     margin-bottom:2%;

}
.prevBtn {
    float:left;
    display: block;
    width:48%;
    padding: 0.5em;
    background-color: #F2F2F2;
    box-sizing: border-box;
    text-align: left;
    color: #000;
     margin-bottom:2%;
}
.nextBtn {
    float:left;
     display: block;
    margin-left:2%;
    width:48%;
    padding: 0.5em;
    background-color: #F2F2F2;
    box-sizing: border-box;
    text-align: right;
    color: #000;
}
.sideBox {
    padding:0.1em 1em 1em 1em;
    margin-bottom:1em;
    background-color: #003366;
    color:#FFF;

}



.toplink {
    float:right;
    display:block;
    padding:0.7em;
    margin-top:2.4em;
    background-color: #FFF;
    border: solid 1px  #003366;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left:0.5em;
    color:#003366;

}

.topmarked {
    background-color: #003366;
    color:#FFF;
}
.overContent {          /* Boxed or not */
    background-color:#FFF;
    padding:3% 3% 3% 3%;
    /*border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;*/
    position: relative;
}
.justOverContent {          /* Boxed or not */
    background-color:#FFF;
    padding:0% 3% 0% 3%;
    height: 9em;
    background-image: url(design/gulbakgrund.jpg);
    background-repeat: repeat-x;
    line-height: 9em;


}
.justOverContent img {          /* Boxed or not */
    max-width: 980px;
    margin: 0 auto 0 auto;

}


.mainForm {
    text-align:center;
    position: absolute;
    margin-left: 60%;
    left:-50%;
    width: 80%;
    min-height: 200px;
    opacity: 1;
    color:#FFF;
    padding-top:6em;
}


.topHead {
    font-family: 'Heebo', sans-serif;
    font-size:3.3em;
    line-height: 1.2em;
    text-shadow: 1px 1px 5px black;
    /* text-shadow: 1px 1px #333;*/

}

#footer {

    /* box-shadow: 1px 1px 1px #999;*/
    margin:0% auto 2% auto;
    max-width:1040px;
    height:auto;
    /*background-color: #FFF;*/
    padding:2% 3% 2% 3%;
    box-sizing: border-box;
}


.foot1 {
    float:left;
    width:32.3%;
    text-align:left;
}

.footMid {
    float:right;
    width:32.3%;
    text-align:center;
    margin:0 1.5% 0 1.5%;
}
.footMid img {
    width: 100%;
    margin-left: 0%;
    margin-top:0em;
}

.foot2 {
    float:right;
    width:32.3%;
    text-align:right;
}
.foot2 img {
    width: 50%;
    margin-left: 25%;
    margin-top:1em;
}

.content {
    width:68.3%;
    margin:0% 0% 0% 0%;
    padding-left:0%;
    float:left;
    box-sizing: border-box;
}






.containSidebar {
    width:27.2%;
    margin:0% 4.5% 0% 0%;
    float:left;
    box-sizing: border-box;
}
.sidebar, .menubar {
    width:100%;
    box-sizing: border-box;
    background-color: #FFF;
 }

.sidebar img {
    width:100%;
    max-width: 100%;
}


.subMenuHead {
    background-color: #FFF;
    padding: 2%;
    font-weight:bold;
}
.subMenuHeadClosed {
    padding: 0.5em 0 0.5em 1em;
    border-top:solid 2px #FFF;
    text-decoration: none;
    cursor: pointer;
}
.subWhite {
    background-color: #FFF;
    padding: 2.5% 0% 2% 4%;
    border-top:solid 2px #F2F2F2;
}


.newsBox {
    padding: 4% 0% 4% 4%;
    border-top:solid 2px #FFF;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}
.newsBoxLink{
  text-decoration: none;
    color:#333;
}

.menubar a {
    color: #333;
    text-decoration: none;
}






.hideFirst {
    display:none;
}

.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}







.messRed {
    border:solid 1px #FF0000;
    color:#FF0000;
    padding:1em;
    background-color: #FFFFE6;
}

.messGreen {
    border:solid 1px #009900;
    color:#009900;
    padding:1em;
    background-color: #FFFFE6;

}





/* Lists, images, etc */


ul {
    margin-top:10px;
}
li {
    margin-top:5px;
}

img{
    width: 100%;
    height: auto;
    width: auto\9; /* IE9 and below */
    display:block;
    border:none;
}
.contentImage {
    margin-bottom:1em;
}
.clr {
    clear:both;
    height:0px;
    width:1px;
}
.clr_height {
    clear:both;
    height:25px;
    width:1px;
}


.nodec {
    text-decoration: none;
    color:#333;
}

.nodecOnly {
    text-decoration: none;
}






input, select {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:0.3em 0% 0% 0%;
    font-size:1em;
    color:#333;
    line-height:1.2em;
    box-sizing: border-box;
}

.noEdit {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:0.3em 0% 0% 0%;
    font-size:1em;
    color:#333;
    background-color: #DDD;
    line-height:1.2em;
    box-sizing: border-box;
}

input[type=checkbox] {
    width:2em;
    display: inline-block;
    transform: scale(1.5);
}
.cBox {
    width:6em;
    float:left;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.jobbForf {
    border: solid 1px #CCC;
    padding:1em;
    background-color: #F2F2F2;
}

#captcha {
    border:solid 1px #FFF;
    width:1px;
    height:1px;
    padding:0;
    line-height:0em;
    margin:0;
}

.blBtn {
    width:100%;
    margin:2% 0% 0% 0%;
    padding:1em;
    color:#FFF;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;

}
.smallBtn {
    padding:1em;
    color:#FFF;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    background-color: #003366;
    display: inline-block;
}
.calcBtn {
    width:60%;
    max-width:400px;
    margin:2% auto 0% auto;
    padding:1em 0.5em 1em 0.5em;
    color:#FFF;
    font-weight: normal;
    font-size:1.5em;
    line-height: 1.4em;
    box-sizing: border-box;
    text-align:center;
    background-color: #003366;
    cursor: pointer;
    opacity:0.9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}




.half1 {
    width:49%;
    margin-right:1%;
    float: left;
}
.half2 {
    width:49%;
    margin-left:1%;
    float: left;
}

.table25 {
    width:25%;
    float: left;
    overflow: hidden;
    border-top:solid 1px #CCC;
    padding: 0.5em;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    border:none;
    margin:2% 0% 0% 0%;
    padding:3%;
    font-size:1em;
    line-height:1.2em;
    color:#FFF;
    box-sizing: border-box;
    background-color: #333;
}

textarea {
    width: 100%;
    padding:2%;
    border:solid 1px #CCC;
    margin:2% 0% 0% 0%;
    color:#333;
    resize: none;
    line-height:1.2em;
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    height:6em;
    box-sizing: border-box;
}



