.box {
  position:relative;
  float:left;
  z-index:1;
  line-height:0px;
  padding:5px;
  width:auto;
  background-color:#fff;
}

.slide > .box > .box_content {
  min-height:489px;
  min-width:811px;	
}

.box_info {
  position:relative;
  margin-top:8px;
  margin-bottom:40px;
  float:left;
  z-index:1;
  line-height:12px;
  width:auto;
  background-color:#fff;
}

.box_info > .box_content > img {
 margin: 12px 0 5px 20px;
}

.box_info_header img {
 position:absolute; 
 top:12px; left:19px;
 }

.box_info ul {
 margin:0px;
 padding:0px;
 background-image:url(../img/box_task_background.png);
}

.box_info li {
  position:relative;
  background-image:url(../img/box_task_background_dot.png);
  color:#3d3d3d;
  height:19px;
  padding:11px 0px 0px 41px;
  line-height:8px;
  list-style:none;
  background-repeat: no-repeat;
  background-position: 22px 0px;
}

.box_info_text {
  background-color:#fff;
  color:#707070;
  padding:22px 50px 34px 24px;
  line-height:16px;
  display:block;
}

.box_info .box_content {
  background-color:#fff;
  width:821px;
}

.minipics .box {
  margin-top:8px;
  margin-right:10px;
}

/* ---- Schatten der Boxen ---- */

.box_top_left {
  position: absolute;
  top:-13px; left:-13px;
  width:27px;
  height:27px;
  z-index:3;
  background-image:url(../img/box_top_left.png);
}

.box_top {
  position: absolute;
  top:-13px; right:14px; left:14px;
  height:27px;
  background-color:0;
  z-index:2;
  background-image:url(../img/box_top.png);
}

.box_top_right {
  position: absolute;
  top:-13px; right:-13px;
  width:27px;
  height:27px;
  z-index:3;
  background-image:url(../img/box_top_right.png);
}

.box_left {
  position: absolute;
  top:14px; bottom:14px; left:-13px;
  width:27px;
  z-index:2;
  background-image:url(../img/box_left.png);
}

.box_right {
  position: absolute;
  top:14px; right:-13px; bottom:14px;
  width:27px;
  z-index:2;
  background-image:url(../img/box_right.png);
}

.box_bottom_left {
  position: absolute;
  bottom:-13px; left:-13px;
  width:27px;
  height:27px;
  z-index:3;
  background-image:url(../img/box_bottom_left.png);
}

.box_bottom {
  position: absolute;
  right:14px; bottom:-13px; left:14px;
  height:27px;
  z-index:2;
  background-image:url(../img/box_bottom.png);
}

.box_bottom_right {
  position: absolute;
  right:-13px; bottom:-13px;
  width:27px;
  height:27px;
  z-index:3;
  background-image:url(../img/box_bottom_right.png);
}

.box_content {
  position: relative;
  background-color:#f5f5f5;
  min-width:257px;
  min-height:153px;
  z-index:4;
  line-height:0px;
}

/* ---- Schatten der Boxen - Ende ---- */

