/*--- willkommen -----------------------------------------------------------------*/

#hintergrund_bild {
    position: relative;
    left: 0px;
    top: 0px;
}

.willkommen a{
    font-size:160%;
    text-decoration: none;
	color: #ff0000;
}
.willkommen a:link {
    text-decoration: none;
}
.willkommen a:visited { 
    text-decoration: none;
}
.willkommen a:hover {
   text-decoration:underline;
   color: #7f0000; 
}
.willkommen a:active {
   text-decoration:none;
   color: #7f0000; 
}

.willkommen ul {
   list-style-type: none;
   display: inline;
   padding: 0 0 0 0;
}

.willkommen li {
   clear: both;
   display: inline;
}

#nav01 {
   position: absolute;
   left: 100px;
   top: 200px;
}
#nav02 {
   position: absolute;
   left: 250px;
   top: 300px;
}
#nav03 {
   position: absolute;
   left: 400px;
   top: 230px;
}
#nav04 {
   position: absolute;
   left: 420px;
   top: 380px;
}
#nav05 {
   position: absolute;
   left: 650px;
   top: 300px;
}
#nav06 {
   position: absolute;
   left: 150px;
   top: 400px;
}
