body.start {
   border: none;
   background-color : #4e5ef9;
   background-repeat: no-repeat;
   background-position: bottom;
   background-image: url(./layout/speed7zz_alps.gif);
}

#sun {
   position: absolute;
   top: 40px; right: 40px;
}

div.txt, #navlist {
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 20px;
   color: white;
}

div.txt div.datum { font-size: 12px; padding-top: 20px; }
div.txt div.news { font-size: 12px; }

#title {
   position: absolute;
   top: 20px; left: 40px;
   font-size: 80px;
}

#was {
   position: absolute;
   top: 150px; left: 40px;
}

body.start #navlist {
   position: absolute;
   top: 350px; left: 40px;
}

body.start #navlist ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   white-space: nowrap;
}

body.start #navlist li {
   display: inline;
}

body.start #navlist li#uberlink {
   display: none;
}

body.start #navlist a {
   padding: 3px 3px 3px 3px;
}

div.txt a,
div.txt a:link,
div.txt a:visited,
body.start #navlist a,
body.start #navlist a:link,
body.start #navlist a:visited {
   color: #ffa907;
   text-decoration: none;
}

body.start #navlist a:hover {
   background-color: #a5c8f2;
}

.displaynone { display: none; }