/* CSS Document for www.skijak.at splash screen site */

  body 
  {
    background-image:url('bilder/background_image.jpg');
    font-family: 'trebuchet ms', sans-serif;
  }
  
  div#gruener_strich_unten
  {
    position: absolute;
    top: 525px;
    left: 0;
    padding-left: 0;
    height: 20px;
    width: 100%;
    background-image: url('bilder/gruener_strich_unten.png');
    border: 0;
    text-align: center;
  }
  
  div#skijak-at
  {
    position: absolute;
    top: 40px;
    left: 0px;
    height: 75px;
    padding-left: 50%;
    border: 0;
    color: #a9d16d;
    font-weight: bold;
    font-size: 4em;
  }
  
  div#eisenwadl-at
  {
    position: absolute;
    top: 25px;
    left: 0px;
    height: 75px;
    padding-left: 19%;
    border: 0;
    color: #a9d16d;
    font-weight: bold;
    font-size: 4em;
  }
  
  span.www
  {
    font-size: 0.3em;
  }
  
  div#auswahl
  {
    position: absolute;
    top: 135px;
    width: 98%;
    text-align: center;
    font-size: 2em;
    color: white;
    font-style: italic;
  }
  
  a#eisenwadl-tested
  {
    position: absolute;
    top: 200px;
    right: 25%;
    width: 250px;
    height: 275px;
    background-image: url('bilder/eisenwadl_tested.png');
  }
  
  a#eisenwadl-tested:hover
  {
    background-image: url('bilder/eisenwadl_tested-over.png');
  }
  
  a#ask-trofaiach
  {
    position: absolute;
    top: 200px;
    left: 25%;
    width: 250px;
    height: 275px;
  }
  
  a#ask-trofaiach:hover {
    color: white;
    text-decoration: none;
  }
  

