/* Formatanweisungen für grundlegende Bestandteile der Seiten */

/* Positionierung der Mainbox mit speziellem Hintergrundbild */
#MainBox {
 background-image: url(../Assets/ReiseRoute.jpg);
 background-repeat: no-repeat;
 background-position: top;
 }

#StartText-01 {
 position: relative;
 top: 0; left: 0;
 width: 55%;
 font-size: 10pt;
 z-index: 1;
 }

#StartText-02 {
 position: relative;
 top: 50px; left: 60%;
 width: 40%;
 font-size: 10pt;
 z-index: 1;
 }

#StartText-03 {
 position: relative;
 top: 70px; left: 40%;
 width: 60%;
 font-size: 10pt;
 z-index: 1;
 }

#StartText-04 {
 position: relative;
 top: 380px;
 left: 220px;
 width: 530px;
 z-index: 1;
 }