@charset "UTF-8";

@media all
{

  body {
    background: url('backstart.jpg') no-repeat top left;
    margin: 0;
  }
  
  #Ebene1 {
    background-image: url('sprachen.jpg');
    height: 240px;
    left: 260px;
    position: absolute;
    top: 180px;
    width: 260px;
  }

}