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


 @font-face {
font-family: myHeadOneTop;
src: url('./fonts/BentonSans_Cond_Light.otf');
}

@font-face {
font-family: myHeadOne;
src: url(/fonts/Arial.ttf);
}

@font-face {
font-family: myHeadTwo;
src: url(/fonts/Arial.ttf);
}

@font-face {
font-family: myText;
src: url(/fonts/Arial.ttf);
}



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




/* 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.5em;
    font-weight: normal;
    margin-top:0.2em;
    margin-bottom:0.2em;
}

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







/* 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:28%;
    margin:0 auto 0 auto;
    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/spelguiden-start-small.jpg?id=6');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height:300px;
    border-top:solid 1px #3C924B;
    border-bottom:solid 1px #3C924B;

}






.overContent {          /* Boxed or not */
    background-color:#FFF;
    padding:3% 3% 3% 3%;
    /*border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;*/
    position: relative;
}






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



.footMid {
    float:right;
    width:100%;
    text-align:center;

}




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








/* Menu and side */
.containBoxLeft {
    position: relative;
    width:48%;
    margin:0 2% 0 0;
    float:left;
    box-sizing: border-box;
    border: solid 0.1em #CCC;
    padding:1em 2% 3em 2%;
    min-height:22em;
    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 */
}
.containBoxRight{
    position: relative;
    width:48%;
    margin:0 0 0 2%;
    float:left;
    box-sizing: border-box;
    border: solid 0.1em #CCC;
    padding:1em 2% 3em 2%;
    min-height:22em;
    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 */
}
.placeBtm {

    /*position: absolute;*/
    /*left:4%;*/
    /*bottom:1em;*/
    box-sizing: border-box;
    width:92%;
    padding:3%;
    color:#FFF;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    background-color: #DC2D34;
}

.oneBtn {
    background-color: #DC2D34;
    color:#FFF;
    padding:1em;
    width:100%;
    margin-top:2em;
    margin-bottom:2em;
}







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


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




.blBtn {

    display: inline;
    margin:0.5em 0 0 0;
    padding:0.5em;
    color:#FFF;
    font-weight: normal;
    font-size:1em;
    line-height:1.2em;
    box-sizing: border-box;
    text-align:center;
    background-color: #DC2D34;

}






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


