body {
    background: #83A3BD url("../bilder/wolken.png") repeat top left fixed;
    padding: 10px 0;
    color: #3A5FCD;
    }

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #FFFFFF; }

#page_margins {
    border: 0 none;
    
    
  }

li {list-style-type: none;}
  #page {
    border-top: 2px solid #8F363E;
    border-left: 2px solid #8F363E;
    border-right: 2px solid #8F363E;
    border-bottom: 2px solid #8F363E;
    margin: 15px 15px 15px 15px; padding: 5px 5px 5px 5px;
    background: #ECCA64 url("../bilder/test.jpg") repeat-x top left fixed;
    
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    
  }

  #edge-lo {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    
  }

  #edge-ro {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    
  }

  #edge-lu {
    float:left;
    width: 20px;
    height: 20px;
    
  }

  #edge-ru {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    
  }

