.senn-blue { color: #0098cc; }

a.wirebox,
a.wirebox:active,
a.wirebox:visited { color: #fff; text-decoration: none; }

#wireframe {
  position: relative;
  width: 980px;
  margin: -5px -6px -5px -6px;
}
.wirebox {
  position: absolute;
  height: 90px;
  width: 90px;
  color: #fff;
  background: #0a0a0a;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wirebox.none {
  background-color: transparent;
}
.wirebox .top {
  top: 0;
  bottom: auto;
}
.wirebox .bottom {
  top: auto;
  bottom: 0;
}

/*** box content layers ***/
.wirebox .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wirebox .hovertext {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: url('data/0/homeline_ie.png') center center repeat;
  background: rgba(0,0,0,0.5);
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 10px;
  color: #fff;
}
.wirebox .hoverback {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wirebox:hover .hovertext,
.wirebox:hover .hoverback {
  display: block;
}

/*** novinky ***/
.wirebox.news {
  background: url('data/0/index_zajimavosti_podklad.png') 0% 0% repeat-y;
}

.index-news-content {
  padding: 50px 0 50px 0;
  height: auto;
  background: url('data/0/index_zajimavosti_nadpis_stin.png') 0% 0% no-repeat;
}

.index-news-title {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-indent: 22px;
  background: url('data/0/index_zajimavosti_nadpis_podklad.png') 0% 0% no-repeat;
}

.index-news-archiv {
  position: absolute;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-indent: 55px;
  background: url('data/0/index_zajimavosti_archiv_podklad.png') 0% 0% no-repeat;
}
.index-news-archiv a {
  line-height: 42px;
  font-size: 14px;
  color: #cbd0db;
  text-decoration: none;
}
.index-news-archiv a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.wirebox.news p {
  height: 75px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  background: url('data/0/index_zajimavosti_rozdeleni.png') 0% 100% repeat-x;
}
.wirebox.news p a {
  display: block;
  color: #999999;
  text-decoration: none;
  padding: 10px 22px 10px 22px;
}
.wirebox.news p a:hover {
  color: #ffffff;
}