#voting_box {background:transparent url(../img/bg_voting.png) no-repeat 0 0; width:170px; height:205px; position:absolute; bottom:0;color:#fff;}

#voting_box a {
  color:#fff;
  text-decoration:none;
}

#voting_box a:hover {
  color:#DF3D82;
  text-decoration:underline;
}

#voting_box .balken {
  margin-bottom:2px;
  font-size:12px;
  font-weight:bold;
  text-align:center;   
  vertical-align:bottom;
  position: relative;
}

#voting_box .up {
  width: 45px;
}

#voting_box .up a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

#voting_box .down {
  width: 45px;
}

#voting_box .down a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

#voting_box .box1 {
  height:170px;
  width:110px;
  display:inline-block;
  vertical-align:bottom;
  position: relative;
}

#voting_box .box2 {
  width:150px;
  text-align:center;
  height:20px;
  margin-top:10px;
  font-weight:bold;
  font-size:12px;
}

#voting_box .left {
  display:block;
  width:50px;
  position:absolute;
  bottom:0;
  left:0;
  font-size:12px;
}

#voting_box .right {
  display:block;
  width:50px;
  position:absolute;
  bottom:0;
  left:60px;
  font-size:12px;
}

#voting_box .balkenlayout {
  margin-bottom:2px;
  font-size:12px;
  font-weight:bold;
  padding:2px;
  text-align:center;
  vertical-align:bottom;
  color: white;
}

#voting_box img {
	border: none;
	margin-top: 12px;
}
