/* Stylesheet für die ansetzungsgestaltung */
body { background-color: #ffffff;}

div#al {
  width: 100px;
  height:160px;
  padding: 00px;
  border: 0px;
  margin: 00px;
  background-color: #f022f0;
  position: absolute;
  top: 0px;
  left: 0px;

}
div#aoben {
  width: 400px;
  height: 60px;
  padding: 00px;
  border: 1px;
  margin-left: 0px;
  background-color: #f0f0f0;
  position: absolute;
  top: 0px;
  left: 100px;
  overflow: hidden;
}
div#ar {
  width: 100px;
  height:160px;
  padding: 00px;
  border: 0px;
  margin: 00px;
  background-color: #f022f0;
  position: absolute;
  top: 0px;
  left: 500px;
}
div#aS1 {
  width: 400px;
  height: 40px;
  padding: 00px;
  border: 1px;
  margin-left: 0px;
  background-color: #1066f0;
  position: absolute;
  top: 60px;
  left: 100px;
  overflow: hidden;
}

div#aS2 {
  width: 400px;
  height: 30px;
  padding: 00px;
  border: 1px;
  margin-left: 0px;
  background-color: #f060f0;
  position: absolute;
  top: 100px;
  left: 100px;
  overflow: hidden;
}

div#startlink {
  width: 800px;
  height: 50px;
  padding: 00px;
  border: 1px;
  top: 700px;
  left: 50%;
  position: absolute;
  overflow: hidden;
  text-align: left;
}
div#startlogin {
  width: 100px;
  height: 50px;
  padding: 00px;
  border: 1px;
  top: 10px;
  left: 1150px;
  position: absolute;
  overflow: hidden;
  text-align: left;
  }

body#rwh90 {
  background-image: url('ersteLogo.jpg');
  background-repeat:no-repeat;
  background-size: 100%;
  }

a#start {
  margin-left: 20px;
  color: red;
  font-size:35px;
  text-decoration: none;
  font-style: bold;
  }
