
/* ------------------------------------------------ */
/* Start-Seite                                      */
/* ------------------------------------------------ */
#startseite {
   width: 99%;
   height: 99%;
}

#startseite img {
   border: 0;
}

#start_txt1 { 
   border: 0px dotted red;
   position: absolute;
   left: 0px;
   top: 20pt;
   width: 99%;
   text-align: center;
   z-index: 4;
   font-family: Arial, sans-serif;
   font-size: 12pt;
   font-weight: bold;
}
#start_txt2 { 
   border: 0px dotted red;
   position: absolute;
   left: 0px;
   top: 50pt;
   width: 99%;
   text-align: center;
   z-index: 3;
}


#start_img1 { 
   border: 0px dotted red;
   position: absolute;
   left: 0px;
   top: 70px;
   width: 99%;
   text-align: center;
   z-index: 2;
}

#start_img2 { 
   border: 0px dotted red;
   position: absolute;
   left: 0px;
   top: 350px;
   width: 99%;
   text-align: center;
}
#start_img2 table { 
   margin: 0 auto;
   border: 0;
}


#eingang {
   border: 0px dotted red;
   position: absolute;
   left: 0px;
   bottom: 1px;
   width: 99%; //
   right: 0px;
   margin: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}


#start_pic0 {
   position: absolute;
   top: 350px;
   left: 80px;
   width: 180px;
   height: 118px;
}
#start_pic1 {
   position: absolute;
   top: 350px;
   left: 480px;
   width: 180px;
   height: 118px;
}


#maus {
   position: absolute;
   top: 110px;
   right: 0px;
   height: 490px;
   width: 45px;
   background-image: url(../images/start/startseite_aktuelles.jpg);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   z-index: 10; /* maus */
   overflow: hidden;
   padding: 0px;
   margin: 0px;
}
#maus_inner {
   position: absolute;
   top: 30px;
   left: 50px;
   right: 0;
   bottom: 30px;
   z-index: 10; /* maus */
   white-space: nowrap; 
}


/* -EOF- */
