@charset "UTF-8";

@media all {

   /******************************************************************
    DEFINITION DER STARTSEITE
    *****************************************************************/

   * {
      margin: 0;
      padding: 0;  
   }
        
   body {
      background-color: #dd1828;
      background-image: url(../img/intro_background.gif);  
      background-position: bottom right;
      background-attachment: fixed;
      background-repeat: no-repeat;
      font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
      font-size: 11px;
   }
   
   #intro_page {
      width: 567px;
      height: 470px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -284px;
      margin-top: -235px;
   }
   
   #intro_image {
      background-repeat: no-repeat;
      background-position: top left;  
      height: 256px;
      width: 567px;
      position: absolute;
      top: 111px;
      left: 0;
   }
   
   #intro_language {
      position: absolute;
      top: 387px;         
      left: 0;
   }
   
   #intro_language_switch {
      position: absolute;
      top: 450px;
      display: inline;  
      list-style-type: none;
      left: 22px;
   }
     
   #intro_language_switch li {
      float: left;
      padding-right: 8px;
      padding-left: 8px;
      border-right: 1px solid #fff;
   }
   
   #intro_language_switch li:last-child {
      border: 0;
   }
   
   a {
      color: #fff;  
      text-decoration: none;
   }

   a:hover {
      text-decoration: underline;
   }

   * html img {
        behavior: url("js/iepngfix.htc");
   }

}