/* Dateiname: u11.css */

P, b, p, x, H1, H2,H3, ul, textarea, {
      font-family: Tahoma, Verdana, sans-serif;
}
BODY {
     background-color: #FFFF;
     background-image: url(../bilder/u11-hg.png);
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: top left;
     scrollbar-base-color: #FF9F00;
     scrollbar-face-color: #FFFFFF;
     margin: 10px 5% 10px 230px;
     overflow: auto;
}

P, p, {
  font-size: 10pt;
  line-height: 12pt;
  text-align: left;
  letter-spacing: 0.2em;
  border: 1px solid #000000;
  background-color: #FF7F00;
  padding: 5px 5px 5px 5px;
}

x {
  font-size: 8pt;
  line-height: 10pt;
  text-align: center;

  padding: 1px 1px 1px 1px;
}

A:link {
       font-size: 10pt;
       color: #FFFFFF;
       text-decoration: none;
       line-height: 12pt;
}

A:visited {
       font-size: 10pt;
       color: #FFFFFF;
       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: #FFFFFF;
    color: #000000;
    letter-spacing: 0.2em;
    text-decoration: none;
    line-height: 12pt;
}

H2 {
   color: #000000;
   font-size: 10pt;
   letter-spacing: 0.2em;
   border: thin #000000;
   padding: 5px;
   margin: 5px;
   clear: both;
}

H3 {
   font-size: 10pt;
   color: #C0C0C0;
   clear: both;
}

UL {
   list-style-image: url("../../lauro-Dateien/button_right.gif" width="15" height="15" border="0" alt="">);
}

#text {
    font-size: 12pt;
    line-height: 14pt;
    margin: 5px;
    width: 320px;
    background-color: #FF7F00;
}
#ticker {
    position: absolute;
    top: 85%; left: 20%;
    margin: 5px;
    background-color: #FFFFFF;
}