/* Korektní zobrazení loga */
.navbar .logo img {
  max-height: 52px;
  max-width: 9999px;
}

#wrap {
  display:block;
}

/* Odstranení InPage reklamy */
#bar-poweredby {
  display: none;
}

/* Odstranení zbytku původní patičky */
.copy {
  display: none;
}

/* Odstranení šedého předělovacího pruhu pod hlavním textem */
#border {
  border: 0px solid #ffffff;
}

/* Vlastní horní kontakty - blok */
.horni_kontakty {
  width: 100%;
  background-color: #f6f6f6;
  margin: 0 auto;
}

/* Vlastní horní kontakty - obsah, o zarovnání se zbytkem stránky se stará třída container */
.horni_kontakty_obsah { 
  background-color: #f6f6f6;
  color: #828282;
  font-size: 10pt;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Ořízne motiv na 345px */
#motive {
  min-height: 345px;
}

/* CSS z Chocomyšle níže */
ul#list-downloads {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.breadcrumb {
  margin-top: -50px;
  margin-bottom: 35px;
}

/*
.download#listdata li, .folder#listdata li {
  padding: 0px;
  width: 30px;
}
*/
.download#listdata li, .folder#listdata li {
  width: 25%;
}

article {
  margin-top: 35px;
}

p.back-link.text-center {
  margin-top: 10px;
  margin-bottom: 20px;
}


#motto p#motto-title {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 4em;
}

.navbar .logo img {
  max-height: 80px;
  max-width: 9999px;
  padding-top: 5px;
  padding-bottom: 5px;
}