@import "common.css";

/* -- yockerDay -- */

#campaign{
  background-image:url("../img/btn/menu/Campaign_h.gif");
}

.back{
  position:relative;
  top:0px;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back.gif")
}

.back_h{
  position:relative;
  left:-343px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  border-width:0px;
  background-color:transparent;
  background-image:url("../img/btn/back_h.gif")
}

/* IE6 */
* html .back{
  text-indent:0px;
}

* html .back_h{
  text-indent:0px;
}

/* IE 7 */
*:first-child+html .back{
  text-indent:0px;
}

*:first-child+html .back_h{
  text-indent:0px;
}

#campaign{
  background-image:url("../img/btn/menu/Campaign_h.gif");
}

#yockerDayInformation{
  padding: 20px;
  margin:12px;
  font-size:19px;
  line-height:1.5em;
  background-color:#ffffcc;
/*  background-image:url("../img/background.gif");
  background-repeat:no-repeat;
  background-position:center top; */
  border-right:1px solid gray;
  border-bottom:1px solid gray;
}

#yockerDayInformation h2, #yockerDayInformation h3{
  color:#771100;
  font-size:22px;
}

#yockerDayInformation p{
  text-align:left;
}