body {
         background: #C7D8F4;
         width: 780px;
         margin: auto;
}
#hauptueberschrift{
         margin: 25px auto;
         font-size:1.7em;
         font-weight: bold;
}
#titelbild{
         margin: 25px auto;
}
#einleitung{
         margin: auto;
}
#ueberschrift{
         margin: 25px 20%;
         font-size:1.2em;
         font-weight: bold;
}
#footer{
         background: #C0D0F0;
         padding: 20px 20px;
}
#footer a{
         color: #330066;
         font-size:1.2em;
         font-weight: bold;
         text-decoration:none;
}
#footer #copy{
         float:right;
}
.reise{
         display: block;
}
.reise img{
         width: 160px;
         height: 120px;
         float:left;
}
.reise .desc {
         padding: 50px 200px;
}
.reise .desc a{
         color: #330066;
         font-size:1.2em;
         font-weight: bold;
         text-decoration:none;
}