html{
	height:100%;
}



body{
	margin:0px 0px 0px 0px;
	padding:0px;
    font-family: myText, sans-serif;

    height:100%;

    background-image:url('design/back.jpg?id=10');
    background-repeat:repeat-x;
    background-position:top center;
    color:#000;
    background-color: #E0ECF2;
    font-size:14px;
}



/* Text */
h1{
    font-family: myHeadlines, sans-serif;
	font-size:1.7em;
    font-weight: normal;
    margin-top:0px;
    margin-bottom: 0.4em;
    color:#000;
    line-height:1.3em;
}

h2{
    font-family: myHeadlines, sans-serif;
    font-size:1.2em;
    font-weight: normal;
    margin-top:0.5em;
    margin-bottom:0.3em;
    color:#000;
    display:inline-block;
}




h3{
    font-family: myHeadlines, sans-serif;
    font-size:1.5em;
    font-weight: normal;
    margin-top:35px;
    margin-bottom:8px;

}


p{
    font-family: myText, sans-serif;
    font-size:1em;
    margin-top:5px;
    margin-bottom:12px;
    line-height:18px;
}


a {
    color:#0086B0;
}






/* Layout */

#container{
    position:relative;
    max-width: 1000px; /*Remove to fill screen width */
    margin: 0px auto;
    background-color: #FFF;

    min-height: 100%;
    overflow: visible;

}

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

.overContent {          /* Boxed or not */
    background-color:#FFF;
    padding:3% 3% 3% 3%;

}

.logoImage {
    padding:1% 3% 0% 3%;
    position: relative;

}


#footer {

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

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.grad {
    background: #0086B0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0086B0 , #19BEDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0086B0, #19BEDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0086B0, #19BEDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0086B0 , #19BEDD); /* Standard syntax */
}


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

.foot2 {
    float:left;
    width:50%;
    text-align:right;
}



.flag {
    position: absolute;
}
.swe {
    top:40%;
    right:11%;
}
.eng {
    top:40%;
    right:5%;
}





.content {
    width:51.5%;
    margin:0% 0% 0% 0%;
    padding-left:0%;
    float:left;
    box-sizing: border-box;
    font-size:1.1em;
    line-height:1.4em;
}
.content img {
    margin-bottom:3%;
}


.contentimage {
    width:27%;
    margin:0% 0% 0% 0%;
    padding-left:3%;
    float:left;
    box-sizing: border-box;
}









/* Menu and side */
.containSidebar {
    width:18.7%;
    margin:0% 2.5% 0% 0%;
    float:left;
    box-sizing: border-box;
}
.sidebar, .menubar {
     width:100%;
 }

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



.subMenuHeadClosed {
    padding: 6% 0% 6% 4%;
    border-top:solid 2px #FFF;
    background-color: #F2F2F2;
    text-decoration: none;
    cursor: pointer;
}


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








/* Hide / Show */


.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}











/* 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;
}

.clr {
    clear:both;
    height:0px;
    width:1px;
}
.clr_height {
    clear:both;
    height:25px;
    width:1px;
}









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

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

}


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

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

