/*remove default settings*/
* { margin: 0; padding: 0;}



@media screen and (max-width: 900px) {
  /*opsætning små skærme*/
  div .content {width: 100%; }
  div .headerdivR{ width:96%; Height: auto; padding: 2%; text-align: center;}
  div .headerdivI{ width:100%; Height: auto; text-align: center; }
  div .headerdivL{ width:96%; Height: auto; padding: 2%;text-align: center;}
  div .headertext{ font-size: 16px;word-wrap: break-word;}
  div .navbar {display: none}
  div .submenu {display: none; }
  }
  @media screen and (min-width: 900px){
    /*Header opsætning PC*/
    .headerdivL{
      height: auto;
      width:35%;
      float: left;
      }
    .headerdivI{
      height: auto;
      width:26%;
      float: left;
      margin: auto;
      }
    .headerdivR{
      height: auto;
      width:35%;
      float: right;
      }
    .headertext {
      padding: 1%;
      word-wrap: break-word;
      font-family: verdana;
      font-size: 18px;
      font-style: italic;
      overflow-x: hidden;
      hyphens: auto;
      }
    .headerimage {
      text-align: center;
      }


    /* top menu */
    .navbar {
      width: 100%;
      height: 24px;
      background-color:blue;
      clear: both;
      overflow: auto;
      }
    /* top menu links */
    .navbar a {
      float: left;
      padding: 1px;
      color: white;
      text-decoration: none;
      font-size:14px;
      width: 16%; /* 4 lige store links 25% 5=20% 6=16.66*/
      text-align: center; /* centrered tekst i links */
      }
    /* peg med mus-effekt */
    .navbar a:hover {
      background-color: #000;
      }


    /*Tekst container*/
    .content {
      float: right;
      min-height: 600px; /*always higher than submenu*/
      width: 80%;
      overflow: auto;
      font-size: 16px;
      font-family: sans-serif;
      line-height: 1.6;
      word-wrap: break-word;
      }
      .a li { list-style-position: inside;
      }

    /*Side menu*/
    .submenu {
      margin: 0;
      float: left;
      width: 20%;
      height: auto;
      }
    .submenu ul {
      float: right;
      list-style: none;
      margin-top: 450px;
      text-align: center;
      }
    .submenu ul a {
      color: #912124;
      font-family: verdana;
      font-size: 20px;
      text-decoration: none;
      }
    .submenu ul a:hover {
      color: black;
      }
    .submenu li {
      margin: 20px 45px;
      }
  }

  /*fælles*/
  body {
    background-color: lightgreen;
  }

  sub,sup .content h3 {
    font-size:75%;line-height:0;position:relative;vertical-align: text-top; text-decoration: none;
  }

  #container {
    margin: auto; /* centrering*/
    width: 100%;
    height: auto;
  }


  /*header*/
  .header {
      height: auto;
      width: 100%;
    }


  /*tekst formatering*/
  .tekstcenter {
    line-height: 1.6;
    text-align: center;
    }
  .mailud {
    font-style: italic;
    font-style: bold;
    color: blue;
    }
    .mailind {
    font-style: italic;
    font-style: bold;
    color: red;
    }



    /*footer*/
  footer {
    clear: both;
    height: 100px;
    background-color: lightgreen;
    }
  #frem {
    float: right;
    margin: 40px;
    padding: 10px;
    text-align: center;
    background-color: lightgreen;
      }
  #tilbage {
    float: left;
    margin: 40px;
    padding: 10px;
    text-align: center;
    background-color: lightgreen;
    }
