/* For at få bunden på siden */
body{
  margin: 0px;
  padding: 0px 0px 70px 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: '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 {
    padding-bottom: 25px;
    background-color: #FFFFFF;
  }
  .menu, .menu-selected {
    background-color: #FFFFFF;
    display: block;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
  .menu-selected {
    font-weight: bold;
    color: #e83884 !important;
  }
  .menu-emphasize {
    background-color: #253149 !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 {
  	background-color: #FFFFFF !important;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    text-decoration: none;
    display: block;
    color: #000000;
    border-bottom: 1px solid #d1d1d1;
  }
  .menu-sub:hover, a.menu-sub:hover {
    color: #FFFFFF;
    background-color: #e83884 !important;
  }
  img.menu {
    border: 0px;
    margin-bottom: 10px;
  }
  a.menu {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid black;
  }
  a.menu:hover, a.menu-emphasize:hover {
    color: #EEEEEE !important;
    text-decoration: none;
    font-weight: bold !important;
    background-color: #e83884 !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: 30px;
    line-height: 30px;
    color: #000000;
    font-family: 'Tahoma',sans-serif;
    clear: both;
  	margin-bottom: 10px;
  }
  .heading {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    font-family: 'Tahoma',sans-serif;
  }
  .photo {
    border: 1px solid #000000;
    padding-top: 0px;
  }
  #top-banner {
    position: absolute;
    top: 23px;
    left: 17px;
    z-index: 9000;
    border: 0px;
  }
  #top-andreas {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8000;
    border: 0px;
  }
  #text {
    position: absolute;
    right: 365px;
    top: 130px;
    left: 215px;
    bottom: 5px;
    background-color: #ffffff;
    overflow: auto;
    /* max-width: 500px;*/
        
    z-index: 10000;
  }
  #text-inner {
  }
  #left {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    top: 130px;
    width: 185px;
    background-color: #FFFFFF;
  }
  #right {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 3px;
    width: 350px;
    border-left: 1px solid #182237;
    background-color: #253149;
    color: #FFFFFF;
    z-index: 450;
  }
  .right-box {
  	border-left: 8px solid #253149;
  	padding-left: 5px;
  	margin-bottom: 10px;
  }
  .right-button {
  	 border: 0px;
  	 margin: 3px;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  #elementum {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 9px;
    z-index: 460;
  }
  input, textarea {
    border: 1px solid;
    margin: 1px;
    font-size: 10px;
    font-family: 'Verdana',sans-serif;
  }
}
