html {overflow-y: scroll;}
html {overflow-y: scroll;}

body {
   margin: 0;
}
body, td, input, select, textarea, pre {
   font-size: 16px;
   line-height: 22px;
   font-family: HelveticaNeue-Light, Arial;
}

a {
   color: #445588;
}

#container {
   border-top: 1px solid #aaaaaa;
   padding: 20px 0;
   padding-top: 20px;
   width: 100%;
   max-width: 800px;
   margin: auto;
}
#bottomDiv {
   border-top: 8px solid #aaaaaa;
   clear: both;
   margin: auto;
   width: 100%;
   padding: 20px 0;
   padding-top: 20px;
   max-width: 800px;
   font-size: 16px;
   line-height: 25px;
}

#container > div, #bottomDiv > div {
   margin: 10px;
}

.nolink {
   color: black;
   text-decoration: none;
}
.adminMenu {
    background-color: white;
    line-height: 30px;
    padding-left: 10px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

#adminPageContent {
    margin: 10px;
}

#topImgDiv {
  height: 170px;
  height: 210px;
  background-image: url(/images/badbild.jpg);
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center 35%;
  text-align: center;
}
#topImgDiv > div {
  padding: 10px;
}
#topImgDiv img {
  max-width: 500px;
  width: 100%;
}
#transLogo img {
  width: 100%;
}
#transLogo {
  max-width: 160px !important;
  width: 40% !important;
  position: absolute;
  left: 10px;
  top: 110px;
  top: 150px;
}



#menuDiv {
  display: none;
  text-align: center;
  margin: 5px 10px;
  padding: 15px 10px;
}
#menuDiv ul {
  padding: 0;
  margin: 0;
}
#menuDiv ul li {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  display: block;
  line-height: 50px;

}
#menuDiv a {
  text-decoration: none;
  color: black;
}

#menuDiv a:hover {
  color: gray;
}
.lastItem {
   border-bottom: none !important;
}


h1, h2, h3 {
   font-weight: bold;
   display: inline;
}

h1 {
   line-height: 50px;
   font-size: 25px;
}

h2 {
   font-size: 17px;
   line-height: 30px;
}

img {
   border: none;
}

.highlight {
    border: 1px solid #999999;
    height: 17px;
    line-height: 17px;
    width: 148px;
    padding: 3px 5px;
    vertical-align: middle;
    background-color: white;
    color: #555555;
}
textarea.highlight {
    height: 60px;
}
textarea.smalltext {
    line-height: 14px;
}
select.highlight {
    width: auto;
    height: 24px;
    padding-left: 1px;
}
textarea.highlight {
    padding: 5px;
}

.highlight:focus {
    border: 1px solid #ce00ad;
    background-color: #FFF8FD;
    color: black;
}

.leftCol, .rightCol {
    width: 100%;
    display: inline;
}
.leftCol img {
    width: 100%;
}
#menuIcon {
   text-align: right;
   margin: 5px 10px 8px;
   font-weight: bold;
}
#menuIcon img {
   width: 32px;
   height: 32px;
   margin-bottom: -8px;
   margin-left: 8px;
}
#menuIcon a {
   text-decoration: none;
   color: #555555;
   text-transform: uppercase;
   font-size: 20px;
}
#logoSmall {
   display: inline;
}
#logoBig {
   display: none;
}
.referensImg {
   width: 100%;
}
.familyImg {
   float: right;
   height: 100px;
}
@media all and (min-width: 480px) {
    body, td, input, select, textarea, pre {
        font-size: 12px;
        line-height: 20px;
    }
    h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h2 {
        font-size: 25px;
        line-height: 40px;
    }
    #transLogo {
      top: 100px;
      top: 140px;
    }
    #topImgDiv  {
       background-position: center 55%;
    }
    #topImgDiv img {
      width: 70%;
    }
}

@media all and (min-width: 600px) {
    body, td, input, select, textarea, pre {
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h2 {
        font-size: 25px;
        line-height: 40px;

    }
    #menuDiv {
        display: block !important;
        border: none;
    }
    #menuDiv ul li {
        display: inline;
        font-size: 14px;
        border-bottom: none;
        line-height: 20px;
    }
    #menuDiv ul li:after {
        content: ' \0000a0 \0000a0 | \0000a0 \0000a0 ';
    }
    .lastItem:after {
        content: '' !important;
    }
    #menuIcon {
        display: none;
    }
    .leftCol, .rightCol {
        float: right;
    }
    .leftCol {
        width: 30%;
    }
    .leftCol img {
        width: 100%;
    }
    .rightCol {
        width: 65%;
        margin-left: 5%;
    }
    .container {
       border-top: none;
    }
    #bottomDiv {
       font-size: 12px;
       line-height: 17px;
    }
    #topImgDiv {
       height: 240px;
       height: 280px;
    }
    #logoSmall {
       display: none;
    }
    #logoBig {
       display: inline;
    }
    #transLogo {
      top: 170px;
      top: 210px;
    }
    #topImgDiv img {
      width: 70%;
    }
}
@media all and (min-width: 960px) {
    #transLogo {
        left: 20%;
    }
}

@media all and (max-width: 480px) {
    .hideOnMobile {
       display: none;
    }
}
