*{
    font-family: Arial;
    margin: 0;
    padding: 0;
}
body{
    width: 784px;
    margin: 0 auto
}
p {
    margin-top: 0px;
    margin-bottom: 30px;
}
#kopfbereich{
    box-shadow: 10px 10px 10px grey,
                 -10px -10px 10px grey;
    background: url(images/IMG_2417.jpg) no-repeat;
    height: 150px;
    text-align: center;
    margin-top: 30px;
    text-shadow: 3px 3px 5px red;
    line-height: 150px;
    color: white;
    font-weight: bolder;
    font-size: 2.5em;
}
#steuerung{
    background: none;
    background-color: none;
    padding-left: 40px;
}
#daten{
    background-color: ;
    width: 784px;
    font-weight: bold;
    text-shadow: 1px 1px 60px grey;
}
#bild1{
    width: 758px;
    height: 472px;
    position: relative;
    left: -350px;
    top:-260px;
    margin-bottom: -350px;
    background-image: url(images/map.jpg);
    border: solid 3px black;
    box-shadow: 10px 10px 10px grey;
    border-radius: 379px/236px;
    transform: scale(0.25) rotate(15deg);
}
#bild2{
    width: 785px;
    height: 588px;
    margin-top: 50Px;
    margin-bottom: 50px;
    background-image: url(images/Piper1.jpg);
    box-shadow: 10px 10px 10px grey,
                 -10px -10px 10px grey;
    
}
#footer{
    background-color: #6FACC9;
    box-shadow: 10px 10px 10px grey,
                 -10px -10px 10px grey;
    line-height: 50px;
    color: white;
    height: 100px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}