

#timeline {
  margin: 0 -46px;
}
section.year {
  background: url('Lotto/images/timeline/Confetti_klein.png') repeat-y 50% 0;
  /* background: url('Lotto/images/content/timeline.png') no-repeat -2293px 0; */
  padding: 40px 0 0 46px;
}
#timeline h1,
section.year h2 {
  font-size: 50px;
  /* text-transform: uppercase; */
  color: black;
  font-weight: normal;
  line-height: 1;
}
#timeline h1 {
  margin: 0;
  padding: 55px 0px 75px 0px;
  text-align: center;
  clear: both;
  background: url('Lotto/images/content/timeline-background-year.png') no-repeat center 0;
}
section.year h2 {
  font-size: 38px;
  padding: 0 0 50px 0; /* padding-left: 50px; */
  margin: 0;
  /* background: url('Lotto/images/content/timeline.png') repeat-y -2943px 0; */
  float: left;
  width: 280px;
}
section.year section.first h2 {
  background-image: none;
}
#timeline .year section {
/* background: url('Lotto/images/content/timeline.png') repeat-y -2989px 0; */
}
#timeline article {
position: relative;
margin: 0 0 0 -24px;
padding: 0 0 60px 0;
width: 322px;
/* background: url('Lotto/images/content/timeline.png') repeat-y -2943px 0; -638px */
}
#timeline article.first {
margin-top: 0;
}
#timeline article.left {
float: left;
clear: left;
}
#timeline article.right {
float: right;
clear: right;
padding-left: 72px;
width: 278px;
/* background-position: -3242px 0; */
}
#timeline article.last {
background-position: -3892px 0; /* -1938px */
background-repeat: no-repeat;
/* background-color: #0098D9; */
}
#timeline article.left.last {
background-position: -3583px 0;
}
#timeline article.second-last {
/*background-position: -2938px 0;/**/
background-repeat: no-repeat;
/* background-color: #0098D9; */
}
#timeline h2 + article {
margin-top: 0;
}
#timeline article .arrow {
  position: absolute;
  left: auto;
  right: 54px;
  top: 23px;
  display: block;
  width: 20px;
  height: 40px;
  background: url('Lotto/images/content/arrow.png') no-repeat -20px 0;
}
#timeline article.right .arrow {
  background-position: 0 0;
  left: 52px;
  right: auto;
}
#timeline .ball {
  background: url('Lotto/images/content/timeline-ball.png') no-repeat 0px 2px;
  position: absolute;
  left: 236px;
  top: -30px;
  width: 68px;
  padding-right: 20px;
  height: 88px;
  text-align: center;
	font-family: 'NimbusSansNovusCond-Ultra', 'Impact', 'Arial', sans-serif;
	font-size: 32px;
  color: #000;
  line-height: 69px;
  font-weight: bold;
	padding: 35px 55px 35px 45px;
	z-index: 10;
}
#timeline .ball.alt1 {
  background: url('Lotto/images/timeline/datumbal_feest.png') no-repeat 0px 0;
}
#timeline .ball.alt2 {
  background: url('Lotto/images/timeline/datumbal_champagne.png') no-repeat 0px 0;
}
#timeline .ball.alt3 {
  background: url('Lotto/images/timeline/datumbal_juichend.png') no-repeat 0px 0;
}
#timeline .even .ball {
}
#timeline .right .ball {
  left: -63px;
}
#timeline article .content {
  padding: 20px 20px 4px;
  width: 210px; /* 250 */
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 5px 10px #CCCCCC;;
  box-shadow: 2px 5px 10px #CCCCCC;;
  behavior: url(/cspublish/Lotto/images/PIE.htc);
}
#timeline img {
  max-width: 100%;
  height: auto;
}
#timeline time {
  display: block;
  color: #999999;
  margin: 0 0 3px;
}