#step_box
{
  background: #F7FCFF;
  border:1px solid #ABE1FA;
  /*border:1px solid #009ee0;*/
  width: 99%;
  position:relative;
  margin-bottom: 25px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  padding:10px;
}

#step_box div {
  clear:both;
  width: 457px;
  height:81px;
  margin-bottom:13px;
}

#step_box span {
  display:block;
  width:147px;
  float:left;
}

#tab 
{
  text-align:center;
  width:500px;
  height:22px;
  /*background-color:#89d2ff;*/
  position:relative;
  left: 0px;
  border: 3px solid #DFF3FF;
  border-bottom: 1px;
  padding:2px;
  padding-top:5px;
}

#tab h1
{
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  color: black;
  font-size: 170%;
  font-family: Lucida Fax, Lucida Bright, Arial, sans-serif;
}


.step_box_footer 
{
  width: 100%; 
  font-size:120%;
  margin-bottom:13px;
}

.step_box_footer li  
{
  list-style-image:url('../images/pfeil_klein.gif') !important;
  white-space: nowrap;
  float:right;
  padding-left:15px;
}

.step_box_footer li a 
{
  margin-left:-5px;  
}

.step_box_footer a:hover 
{
  text-decoration: underline;
}

* html .step_box_footer li a { margin-left:0px; }


#area1 {
  left: 1px;
  top: 2px;
  width: 157px;
  height: 248px;
}

#area2 {
  left: 163px;
  top: 2px;
  width: 155px;
  height: 247px;
}

#area3 {
  left: 322px;
  top: 1px;
  width: 228px;
  height: 248px;
}




#map_list li {
  position: absolute;
  display: block;
  list-style: none;
  outline: 0px;
  overflow: hidden;
}

#map_list li a {
  display: block;
  height: 100%;
  background-image: url('space.gif');
  text-indent: -1000em;
  color: black;
  text-decoration: none;
}


