/* Dateiname: u11-news.css */

P, b, p, H1, H2,H3, ul, textarea, {
      font-family: Tahoma, Verdana, sans-serif;
}
BODY {
     background-color: #FFFFFF;
/*     background-image: url(http://lauro.soenser.com/lauro-x/bilder/u11-newsl.jpg); */
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: left;
     scrollbar-face-color: #FFFFFF;
     scrollbar-track-color: #FFFFFF;
     scrollbar-arrow-color: #FF9F00;
     scrollbar-shadow-color : #000000;
     scrollbar-3dlight-color: #000000;
     scrollbar-highlight-color: #000000;
     margin: 5px 5px 5px 5px;
}

P, p, H3 {
  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;
}

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;
    color: #000000;
    letter-spacing: 0.2em;
    text-decoration: none;
    line-height: 12pt;
}

H2 {
   color: #8F8F8F;
   font-size: 10pt;
   letter-spacing: 0.2em;
   border: thin #000000;
   clear: both;
}

H3 {
   font-size: 10pt;
   border:1px solid #000000;
   padding: 5px 5px 5px 5px;
}

UL {
   list-style-image: url("../../lauro-Dateien/button_right.gif" width="15" height="15" border="0" alt="">);
}