/* Dateiname: u11-stars.css */

P, b, p, H1, H2,H3, ul, textarea, {
      font-family: Tahoma, Verdana, sans-serif;
}
BODY {
     background-color: #FFFFFF;
     background-image: url(../bilder/u11-newsl.jpg);
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: left;
     scrollbar-base-color: #FF9F00;
     scrollbar-face-color: #FFFFFF;
}

P, p, {
  font-size: 10pt;
  line-height: 10pt;
  text-align: left;
}

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;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #000080;
    padding: 5px;
    border: thin #000000;
}

H2 {
   color: #8F8F8F;
   font-size: 10pt;
   letter-spacing: 0.2em;
   background-color: #FF7F00;
   clear: both;
}

H3 {
   font-size: 10pt;
   border:1px solid #000000;
   padding: 5px 5px 5px 5px;
}

UL {
   list-style-image: url (../bilder/rechts.gif);
}

#bild {
    position: absolute;
    top: 100px;
    border: thin #000000;
    margin: 3px;
    height: 400px;
}

#text {
    position: absolute;
    top: 210px;
    margin: 5px;
    border: thin #000000;
    width: 200px;
}