/* For at få bunden på siden */
body{
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
 div#footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background-color: transparent;
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * 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: 'Chaparral Pro','Chaparral','Dolly','Prensa','Relato','Crono','Versailles','Impressum','Garamond','Lucida',serif;
    background-color: #DDDDDD;
    background-image: url('background.gif');
    color: #000000;
  }
  body, td, tr, textarea, input {
    font-size: 16px;
		font-family: 'Garamond','Lucida',serif;
  }
  img.img {
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Menu */
  div.menu, div.menu-selected {
    display: block;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .menu-selected {
    font-weight: bold;
  }
  span.menu, a.menu {
    color: #a6d8ef;
    font-family: 'Verdana', 'Tahoma', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    margin-left: 5px;
    margin-right: 5px;
  }
  img.menu {
    border: 0px;
    margin-bottom: 10px;
  }
  a.menu {
    color: #a6d8ef;
    text-decoration: none;
  }
  a.menu:hover, a.menu-emphasize:hover {
    color: #005a84 !important;
    text-decoration: none;
    font-weight: bold !important;
    background-color: #a6d8ef !important;
/*    background-image: url('menu-active.gif');
    background-position: right center;
    background-repeat: no-repeat; */
  }
  
  /* 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 {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 60px;
    font-weight: bold;
    color: #005a84;
    font-family: 'Tekton Pro','Palatino Linotype','Tahoma',sans-serif;
    clear: both;
    z-index: 9000;
  }
  .heading {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    font-family: 'Tahoma',sans-serif;
  }
  .photo {
    border: 1px solid #000000;
    padding-top: 0px;
  }
  #top-occ {
    position: absolute;
    top: 10px;
    left: 43px;
    width: 179px;
    height: 131px;
    z-index: 480;
    border: 0px;
  }
  #bottom-navn {
    position: absolute;
    bottom: 0px;
    right: 120px;
    width: 350px;
    height: 50px;
    z-index: 470;
    border: 0px;
    background-color: #005a84;
    color: #a6d8ef;
    font-family: 'Verdana',sans-serif;
    text-align: center;
    font-size: 10px;
  }
  .blue, .blue:hover, .blue:visited, .blue:active {
    color: #a6d8ef;
    text-decoration: none;
  }
  #text {
    position: absolute;
    right: 0px;
    top: 80px;
    left: 230px;
    bottom: 20px;
    z-index: 10000;
  }
  #text-inner {
    position: absolute;
    padding: 5px;
    top: 70px;
    right: 0px;
    left: 0px;
    bottom: 30px;
    background-color: #a6d8ef;
    overflow: auto;
    min-height: 400px;
    border-top: 1px solid #000000;
    z-index: 11000;
  }
  #left {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 40px;
    width: 190px;
    background-color: #005a84;
    padding-top: 150px;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  #elementum {
    display: block;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 1px;
    border: 0px;
  }
  .border-no {
    border: 0px;
  }
  input, textarea {
    border: 1px solid;
    margin: 1px;
    font-size: 10px;
    font-family: 'Verdana',sans-serif;
  }
}