body{
   margin:0;
   padding:0;
   font-size:0.8em;
   font-family:verdana;
   color:#666;
   }

ul,ol{
   margin:0;
   padding:0;
   }

#IndexContainer {
  position: absolute; 
  top:50%;  
  left:50%; 
  width:63em;  
  height:32em;
  margin-top:-16em;  
  margin-left:-31em; 
}

#IndexContainer h1, 
#IndexContainer h2  {
    position:absolute;
    top:-9999px;
    left:-9999px;
   }

#linksOben {
  width:31em;  
  height:15em;
  float:left;
  border-right:solid 1px #999;
  background:url(../images/index_logo.jpg) right 30px no-repeat;
  }

#rechtsOben {
  width:31em;  
  height:15em;
  float:left;
  background:url(../images/index_logo_or.jpg) 10px 0 no-repeat;
  }

#linksUnten { 
   border-top:solid 1px #999;
   border-right:solid 1px #999;
   width:31em;  
   height:15em;
   float:left;
   }

#rechtsUnten {
   border-top:solid 1px #999;
   width:31em;  
   height:15em;
   background:url(../images/index_logo_ur.jpg) 10px 10px no-repeat;
   float:left;
   }

#rechtsOben  ul{
   background:#ea2642;
   margin:12.6em  10px 0 10px;
   }
  
#rechtsOben  li{
   display: inline;
   list-style-type: none;
   padding: 0 30px 0 20px;
   }

#rechtsOben  a{
   color:#fff;
   text-decoration:none;
   }
  
#rechtsOben  a:hover{
   color:#fff;
   text-decoration:underline;
   }

#linksUnten  ul{
   text-align:right;
   margin:6px 16px;
   }
  
#linksUnten  li{
   list-style-type: none;
   color:#fff;
   }

#linksUnten  a{
  color:#000; 
  text-decoration:none;
  background:url(../images/quadrat_rot.gif) right center no-repeat;
  padding:0 10px;
  }


  #linksUnten  a:hover{
  text-decoration:underline;
  color:#ea2642;
  }
  
  #baby a{
  background:url(../images/babygalerie.gif) right center no-repeat;
  padding:0 20px;
  }
