
#wahl {
  margin:0px auto; 
  position:relative; 
  top: 150px;
  width:300px; 
  height:330px; 
}
#wahl ul {
  background-color: #DDFFFB;
  overflow: hidden;
  text-decoration: none;
  list-style-type: none;
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 14px;
  font-weight: bold;
  text-align:justify;
  vertical-align: middle;
}

#wahl ul li a, #wahl ul li a:visited {
   display: block;
   width: 250px;
   height: 30px;
   border: 1px solid fff;
   border-radius: 5px;
   margin-top: 2px;
   margin-bottom: 2px;
   padding-left: 0px;
   padding-top: 10px;
   text-decoration:none; 
   text-align: center;
   background:#CAD1A1; 
   line-height:18px; 
   font-family: 'Times New Roman',Times,serif;
   font-size: 14pt;
   font-weight: bold;
   color: #CA4EC9;
}
#wahl ul li a:hover {
   display: block;
   background: #676F39;
   color: white;
   border: 1px solid 000;
   border-radius: 5px;
   border-width:1em 1px 0 0;
}

#info h3.handy {
  margin-top: 30px;
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 12pt;
  font-weight: normal;
}

#text {
  display: block;
  width: 80%;
  top: 700px;
  margin-left: 20px;
  color: #CC3399;
  font-family: 'Times New Roman',Times,serif;
  font-size: 12pt;
  font-weight: normal;
}