body {
    font-family: Verdana;
    color: #000000;
    font-size: 10px;
    margin-left: 8;
    background-color: #d3d3d3;
    margin-top: 8px;
}

.head {
    background-repeat: repeat-x;
    background-image: url(../bilder/landscape.jpg);
}

table {
    border: solid;
    border-width: 0;
      }

td  {
    font-size: 10px;
    font-family: Verdana;
    }

p   {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
        }

h3 {
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    }

a  {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    }

a:visited {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
           }

a:hover {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
       }

hr {
    color: #ff0000;
    size: 0,5;
    }

li {
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    list-style-image: url(../bilder/cross_red.gif);
}

li.red {
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    list-style-image: url(../bilder/point_red.gif);
}