/* Hauptrahmenlayout für die Startseite*/
body {min-width:100%;
       min-height:100%;
       background-color:#e0f0ff;
       overflow:hidden;
       z-index:1;}
/* Rand für Startseite*/
#startseite {position:relative;
      top:20px;
      margin:0 auto;
      margin-left:auto;
      margin-right:auto;
      padding:10px;
      width:800px;
      height:640px;
      border:solid 0px #005900;
      background-color:#e0f0ff;
      z-index:2;}

#Q-logo {position:absolute;
      top:20px;
      left:100px;
      height:600px;
      width:604px;
      margin:0px;
      padding:0px;
      background-image: url(../pics/basic/7Quellen_big2.gif);
      background-repeat:no-repeat;
      border:solid 0px blue;
      z-index:10;}

#Flash-Entree {position:absolute;
      top:120px;
      left:100px;
      height:480px;
      width:640px;
      margin:0px;
      padding:0px;
      background-repeat:no-repeat;
      border:solid 0px #005900;
      z-index:10;}

#marquee {position:absolute;
      top:75px;
      left:100px;
      height:20px;
      width:640px;
      margin:0px;
      padding:0px;
      border:solid 1px #005900;
      z-index:11;}
