/* Construction Settings */ 

  body {
    margin:20px 20px 20px 20px;
    text-align:center;  /* Zentrierung im Internet Explorer */
    background:#ba7e44 url(./images/background.png) repeat-y fixed center top;
  }

  div#page {
    position:relative; width:900px;
    text-align:left;      /* Bug vom ie6+7+8 */
    padding:0px; margin:0px auto;      /* standardkonforme horizontale Zentrierung */;
    border:3px solid white; background-color:#223479;
  }

  div#wallpaper {
    position:relative; 
    width:900px; height:800px; 
    overflow:hidden; margin:0px;
  }

  div#menu {
    position:absolute; top:140px; left:0px; 
    width:900px; height:115px; 
    font:bold 14px Arial; color:white;
  }

  div#content {
    position:absolute; top:250px; left:55px; 
    width:800px; height:550px;
  }

  div#text {
    position:absolute; top:80px; left:80px; 
    width:630px; height:400px; 
    font:14px Arial; color: #64553C;
  }


  img#desert {
    position:absolute; top:0px; left:0px;
    width:900px; height:900px;
    margin:0px; padding:0px;
  }

  .tab {
    width:140px; height:40px;
    margin:0px; padding:0px; border:0px;
  }

  a.button {
    position:absolute;
    width:30px; height:30px;
    margin:0px; padding:0px; border:0px;
  }

  div.button_text {
    position:absolute;
    height:20px
    margin:0px; padding:0px; border:0px;
  }

  img.button_pic {
    width:30px; height:30px; border:0px;
  }

  a:link { text-decoration:none; font-weight:bold; color:#800000; }
  a:visited { text-decoration:none; font-weight:bold; color:#800000; }
  a:hover { text-decoration:none; font-weight:bold; color:black;}
  a:active { text-decoration:none; font-weight:bold; color:black;}
  a:focus { text-decoration:none; font-weight:bold; color:black;} 

/* Intro Settings */ 

  img#mountain {
    display:none; 
    position:absolute; top:0px; left:0px;
    width:900px; height:900px;
    margin:0px; padding:0px;
  }

  img#car {
    display:none; 
    position:absolute; bottom:80px; right:0px;
    width:200px; height:80px;
    margin:0px; padding:0px;
  }

  img#smiley {
    display:none; 
    position:absolute; bottom:130px; right:0px;
    width:25px; height:25px;
    margin:0px; padding:0px;
  }

  div#skip {
    display:none; cursor:pointer; 
    position:absolute; bottom:50px; right:50px; 
    width:100px; height:20px; 
    font:bold 14px Arial; color:white; 
  }

/* slideshow Settings */

  div#slideshow {
    position:absolute; z-index:20; top:20px; right:20px; 
    width:300px; height:150px; 
    background-color:black; border:3px solid white; 
  }

  img.slide {
    position:absolute; top:0px; left:0px;
    width:300px; height:150px;
    margin:0px; padding:0px;
  }

