#PoweredBySyskonf { background: none; }
.headerContainer .smallColumn{
  display:none;
}
.topImage{
	float: none;
  display: block;
  margin: 0 auto;
}
.headerContainer{
  background: black !important;
}
#Content .smallColumn h1{
  margin-top: 30px;
  margin-bottom: 5px;
  color: white;
  font-size: 23px;
}
#Content .smallColumn h1:first-child{
  margin-top: 33px;
}
#Content .smallColumn h2{
  color: white;
  font-size: 19px;
  line-height: 1.3;
}
.menu a{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu a:hover{
  opacity: 1;
  background: white;
  color: black;
}
.agenda hr{
  margin: 0;
}
.agenda td{
  padding: 3px;
}
.block{
  display:block;
}
.logos{
  position: relative;
  left: -20px;
}
ul.download {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.download li {
  padding: 2px 0;
}