
/* Övrigt, till designen */


html{
	height:100%;
}


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




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

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

.box h2 {
    margin-top:0em;
}


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

}


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

.sm {
    margin-top:0.2em;
    margin-bottom:0.2em;
}






/* Layout */

#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 #3C924B;
}
.full_bottom {
    background-color: #FFF;
    border-top:solid 1px #3C924B;
    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/hemstadning-stockholm.jpg?id=5');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
    border-top:solid 1px #3C924B;

}


.sideBox {
    padding:0.1em 1em 1em 1em;
    margin-bottom:1em;
    background-color: #3C924B;
    color:#FFF;

}

.tdb {
    height:2em;
    line-height: 2em;
    border-bottom:solid 2px #FFF;
    background-color: #D8E9DB;
    padding-left:1%;
}

.toplink {
    float:right;
    display:inline-block;
    padding:2.5% 0% 1.4% 3%;
    margin-left:0.5%;
    margin-top:1.8em;
    /* background-color: #D8E9DB;*/
    color: #3C924B;
    text-align: right;

}
.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%;
    /*border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;*/
    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;

}

.logoImage {
    /*border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;*/
    padding:3% 3% 0% 3%;
    background-color: #FFF;
    position: relative;
}
.logoImage img {
    max-width:100%;
}
.mainForm {
    text-align:center;
    position: absolute;

    margin-left: 60%;
    left:-50%;
    width: 80%;
    min-height: 200px;
    /* background-color: #3C924B; */
    opacity: 1;
    color:#FFF;
    padding-top:5em;
}


.topHead {
    font-family: myHeadOneTop;
    font-size:3.5em;
    text-shadow: 1px 1px 2px black, 0 0 2em black, 0 0 2em black;
    /* text-shadow: 1px 1px #333;*/

}
.m2 {
    background-image: url('design/m2.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
#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:30%;
    text-align:left;
}

.footMid {
    float:right;
    width:40%;
    text-align:left;
}

.foot2 {
    float:right;
    width:30%;
    text-align:right;
}
.foot3 {
    padding-top:1em;
    width:100%;
    text-align:left;
    font-size: 0.9em;
}


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








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

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


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


.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;
}

.subMenuLine {
    /*background-color: #880C0E;*/
    /*height: 1px;*/
}

.subMenuItem {
    background-color: #FFF;
    padding: 4%;
    border-top:solid 1px #F2F2F2;

}

.subMenusOne {
    width: 85%;
    float:left;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}
.subMenusTwo {
    text-align:center;
    width: 15%;
    float:left;
    padding: 4% 0% 4% 0%;
    border-left: solid 2px #FFF;
    box-sizing: border-box;
}




/* Hide / Show */

.hideFirst {
    display:none;
}

.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}








/* Forms */

.formMessage>div  {
    border:solid 1px #FF0000;
    color:#FF0000;
    padding:10px;
    margin-bottom:5px;
}





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

.calcPrice {
    width:35%;
    padding-left:0;
    padding-right:0;
    margin:1% 0% 0% 0%;
    font-size:1em;
    line-height:2em;
    height:2em;
    margin-left:21.0%;
    text-align:left;
    display:block;
    float:left;

}

.calcChoose {

    width:20%;
    margin:1% 0% 0% 3%;
    padding:0.5em 0 0.5em 0;
    color:#FFF;
    font-size:1em;
    font-weight: normal;
    line-height:1em;
    height:2em;
    text-align:center;
    background-color: #FF0000;
    float:left;
    cursor: pointer;

}


#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:3%;
    color:#FFF;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;

}
.calcBtn {
    width:60%;
    max-width:400px;
    margin:2% auto 0% auto;
    padding:0%;
    color:#FFF;
    font-weight: normal;
    font-size:1.3em;
    line-height: 3.8em;
    box-sizing: border-box;
    text-align:center;
    background-color: #3C924B;
    height:3.8em;
    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;

}



#flags {
    max-width: 1000px; /*Remove to fill screen width */
    margin: 0px auto;
    height:0px;
    overflow: visible;

}



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



#website {

    /* box-shadow: 1px 1px 1px #999;*/
    margin:0% auto 0% auto;
    width:100%;
    max-width: 1000px;
    height:auto;
    padding:0.3% 3% 0.3% 3%;
    color:#AAA;
    font-size: 0.8em;
    text-align:center;
    box-sizing: border-box;
}
#website>a {
    text-decoration: none;
    color:#AAA;
}