* {
  margin: 0;
  padding: 0;
}
html, body {
  color: black;
  background-color: white;
  font: normal 9pt/150% Verdana, Helvetica, sans-serif;
}
/* pseudo classes */
a {
  color: black;
  background-color: white;
  text-decoration: none;
}
/* hr */
hr {
  height: 2px;
  background: black;
  margin: 10px 0 0 0;
}
/* headlines */
h1, h2, h3, h4, h5, h6 {
  color: black;
  background-color: transparent;
  margin: 0.5em 0 0.5em 0;
}
/* images */
img {
  display: none;
}
/* forms */
form {
  display: none;
}

/* id selectors */
#top, #footer, #rightBox, #right, #nlBox, #player-data, #player {
  display: none;
}
#breadcrumbNavi li {
  display: inline;
}
/* classes */
.navi {
  display: none;
}
.history {
  margin-bottom: 1em;
}
.yearlist a.selected {
  font-weight: bold;
}

/* content */
#newsletter {
  display: none;
}
#titleBox-left, #titleBox-middle, #titleBox-right {
  float: left;
  width: 33%; 
  margin-bottom: 10%; 
}
#leftNavi, #middleNavi, #rightNavi {
  float: left;
  width: 33%;
}
#leftNavi ul, #middleNavi ul, #rightNavi ul {
  list-style-type: none;
}