

body.back {
    background-color : #FFFEC8;
    background-image : url('images/back-test.png');
    background-position : center;
    background-repeat : no-repeat;
background-attachment : fixed;
    font-family : 'Sans Serif';
  }


body.ohneback {
    background-color : #FFFEC8;
    font-family : 'Sans Serif';
  }


table.haupt {
    background-image : url('images/back-test.png');
    background-position : center;
    background-repeat : no-repeat;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    max-width : 700px;
  }


.ub {
    font-size : large;
    font-weight : bolder;
  }

.ubf {
    font-size : large;
    font-weight : bolder;
    color : #AC6840;
  }


a:link {
    color:#1729B2;
    text-decoration:none;
    font-weight: bold;
  }


a:visited {
    text-decoration:none;
    font-weight: bold;
    color: #475186;
  }


a:hover {
    color:#FFB028;
    text-decoration: underline;
    font-weight: bolder;
  }


li {
    margin-top: 5px;
  }


ul {
    margin-top: 1%;
  }


