@media screen{
  body {
    margin: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: 'Helvetica','Century Gothic','Tahoma','Verdana',sans-serif;
    font-size: 10px;
    line-height: 13px;
    background-color: #bcbcbc;
    color: #000000;
    
    background-image: url('background-bottom.gif');
    background-position: 300px 190px;
    background-repeat: no-repeat;

  }
  img.img {
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Menu */
  #menu {
    padding: 13px;
  }
  .menu {
    font-weight: bold;
  }
  .menu-text {
    color: #bcbcbc;
    font-family: 'Helvetica','Century Gothic','Verdana', 'Tahoma', sans-serif;
    font-size: 10px;
    text-decoration: none;
  }
  a.menu {
    color: #000000;
    text-decoration: none;
  }
  a.menu:hover {
    color: #bcbcbc;
    text-decoration: none;
  }
  
  /* Links */
  a {
    color: #636363;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  a.noline {
    color: #000000;
    text-decoration: none !important;
  }
  a.image-navigation {
    color: #000000;
    text-decoration: none !important;
  }
  /* Other */
  .bold {
    font-weight: bold;
  }
  .teaser {
    font-style: italic;
  }
  .text {
  
  }
  .title {
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    color: #000000;
  }
  
  .heading {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    color: #000000;
  }
  .photo {
    border: 1px solid #000000;
    padding-top: 0px;
  }
  #top {
    position: absolute;
    right: 30px;
    top: 30px;
    left: 30px;
    height: 160px;
    
    background-color: #a48d1b;
    
    background-image: url('background-top.gif');
    background-position: 377px 0px;
    background-repeat: no-repeat;
  }
  #left {
    position: absolute;
    top: 190px;
    left: 30px;
    /*bottom: 30px;*/
    /*height: 75%;*/
    width: 180px;
    overflow: none !important;
    background-color: #a48d1b;
  }
  
  #text {
    position: absolute;
    right: 30px;
    top: 205px;
    left: 235px;
/*    overflow: auto;    
    
    scrollbar-face-color: #EDEDED;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #edefce;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #6e7d66;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #3b3a33;*/
  }
  #logo {
    position: absolute;
    top: 0px;
    left: 50px;
    border: 0px;
  }
  .left {
    float: left;
    clear: none;
  }
  .right {
    float: right;
    clear: none;
  }
  #elementum {
    text-decoration: none;
    color: #000000;
    display: none;
    float: right;
    position: absolute;
    bottom: 2px;
    left: 30px;
    width: 180px;
    font-size: 9px;
    line-height: 12px;
    font-family: 'Helvetica','Verdana',sans-serif;
  }
}
