/* Dateiname: u11-ball.css */

P, b, p, H1, H2,H3, ul, textarea, {
      font-family: Tahoma, Verdana, sans-serif;
}
BODY {
     background-color: #FFFFFF;
     background-image: url(../bilder/u11-ball.jpg);
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: left;
     scrollbar-base-color: #FF9F00;
     scrollbar-face-color: #FFFFFF;
     padding: 5px 5px 5px 5px;
}

P, p, H1 {
  font-size: 10pt;
  border: 1px solid #000000;
  padding: 5px 5px 5px 5px;
}

A:link {
       font-size: 10pt;
       color: #5F5F5F;
       text-decoration: none;
       line-height: 12pt;
}

A:visited {
       font-size: 10pt;
       color: #5F5F5F;
       text-decoration: none;
       line-height: 12pt;
}

A:hover {
        font-size: 10pt;
        text-decoration: none;
        line-height: 12pt;
        color: #000000;
}

H1 {
    font-size: 10pt;
    background-color: #FF7F00;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-align: right;
    line-height: 12pt;
}

#bild {
    position: absolute;
    top: 30px; left: 200px;
    border: thin #000000;
    margin: 3px;
    height: 300px;
}

#text {
    position: absolute;
    top: 40px; left: 3px;
    margin: 2px;
    border: thin #000000;
    width: 190px;
}

UL {
   list-style-image: url("../../lauro-Dateien/button_right.gif" width="15" height="15" border="0" alt="">);
}