/* For at få bunden på siden */
body{
  margin: 0px;
  padding: 0px 0px 70px 0px;
  overflow: none;
}
@media screen{
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
@media screen{
  body {
    margin: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 11px;
    line-height: 18px;
    background-color: #FFFFFF;
    color: #000000;
  }
  body, td, tr, textarea, input {
    font-size: 11px;
  }
  img.img {
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Menu */
  #menu {
    background-color: #8cc63f;
  }
  .menu, .menu-selected {
    background-color: #8cc63f;
    display: block;
    border-top: 1px solid #618f24;
    border-bottom: 1px solid #618f24;
  }
  .menu-selected {
    font-weight: bold;
  }
  .menu-emphasize {
    background-color: #015786 !important;
    color: #FFFFFF !important;
  }
/*  .menu:first-child {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  } */
  .menu-text {
    color: #000000;
    font-family: 'Verdana', 'Tahoma', sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
  }
  .menu-sub {
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-decoration: none;
    display: block;
    color: #015786;
    border-bottom: 1px solid #83bb3a;
  }
  img.menu {
    border: 0px;
    margin-bottom: 10px;
  }
  a.menu {
    background-color: #8cc63f;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid black;
  }
  a.menu:hover, a.menu-emphasize:hover, .menu-sub:hover, a.menu-sub:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: bold !important;
    background-color: #618f24 !important;
  }
  
  /* Links */
  a {
    color: #000000;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  a.noline {
    color: #000000;
    text-decoration: none !important;
  }
  /* Other */
  .bold {
    font-weight: bold;
  }
  .teaser {
    font-style: italic;
  }
  .text {
  
  }
  .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #015786;
    font-family: 'Myriad','Myriad Pro','Tahoma',sans-serif;
    clear: both;
  }
  .heading {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    font-family: 'Tahoma',sans-serif;
  }
  .photo {
    border: 1px solid #000000;
    padding-top: 0px;
  }
  .border-no {
    border: 0px;
  }
  #top {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 126px;
    z-index: 300;
  }
  #top-ruk {
    position: absolute;
    top: 12px;
    left: 158px;
    z-index: 500;
    border: 0px;
  }

  #top-green {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 400;
    border: 0px;
    background-color: #8cc63f;
    background-image: url(menu-background.png);
  }
  #text {
    position: absolute;
    right: 223px;
    top: 129px;
    left: 187px;
    bottom: 15px;
    background-color: #ffffff;
    overflow: auto;
    /* max-width: 500px;*/
    z-index: 10000;
  }
  #text-inner {
    padding: 10px;
  }
  #left {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    top: 145px;
    width: 176px;
    background-color: #8cc63f;
    background-image: url(menu-background.png);
  }
  #right {
    position: absolute;
    top: 15px;
    bottom: 0px;
    right: 10px;
    width: 200px;
    background-color: #ffffff;
  }
  #bottom-line {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 15px;
    background-color: #005983;
  }
  .bottom-line {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  .greenborder {
    border: 2px solid #005983;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px;
  }
  #elementum {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 5px;
  }
  input, textarea {
    border: 1px solid;
    margin: 1px;
    font-size: 10px;
    font-family: 'Verdana',sans-serif;
  }
  #footer {
    display: block;
    position: absolute;
    left: 196px;
    bottom: 0px;
  }
}