/* ----------------------------------------------------------------------------- 
                      CELKOVA DEKLARACE CHOVANI TEXTU A STYL
----------------------------------------------------------------------------- */

html {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
  text-align: justify;
}
 
hr {
  border: none;
  color: black;
}  

a {
  color: black;
}

a:hover {
  color: #202122 !important;
}

.centrovani {
  width: 1100px;
  height: 700px;
	position: relative;
	margin: auto;
  margin-top: 80px;
  /*background-color: red;  */
  padding: 20px 20px 20px 20px;
  background-image: url('obrazky/pozadi.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.logo{
  margin: 0px 0px 0px 0px;
  background-color: #ffff99;
  width: 350px;
  padding: 0px 0px 10px 0px;
  position: absolute;
  left: 70px;
  top: -65px;
  border-radius: 20px;
}

.kontakt {
  position: absolute;
  left:850px;
  top:-30px;
  width:230px;
  text-align: center;
  border-radius: 20px;
  padding: 10px 0px 10px 0px;
  background-color: #ffff99;
}

#nadpisek{
  font-size: 18px;
  margin: 0px;
  padding: 0px 20px 0px 20px;
  font-weight: bold;
}

h1 {
  margin: 5px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
}

h2 {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  padding: 0px 20px 0px 20px;
}

.text{
  max-width: 550px;
  margin: 0px 0px 0px 0px;
  background-color: white;
  padding: 10px 0px 20px 0px;
  position: absolute;
  left: 70px;
  top: 27px;         /*TADY*/
  opacity: 0.9;
}

p {
  margin: 0px;
  text-align: justify;
  padding: 0px 20px 0px 20px;
}

/*.panel_tlacitek{
  width: 900px;
  height: 250px;
  margin: 0px 0px 0px 0px;
  background-color: green;
  position: relative;
}     */

h3 {
  font-size: 16px;
  text-align: center;
  padding: 0px 10px 0px 10px;
}



.tlacitko p {
  padding: 0px 12px 0px 12px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  /*line-height: 14px; */
    line-height: 16px;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
}

.vice {
  text-align: right;
  bottom: 20px;
  position: absolute;
  width: 200px;
}

.tlacitko {
  width: 208px;
  height: 206px;
  background-color: #ffcc00;
  padding: 10px;
  position: absolute;
  opacity: 0.85;
  z-index: 1;
  border-radius: 20px;
  border: solid 1px;
}

#tlacitko1 {
  left: 850px;
  top: 90px;
}

#tlacitko2 {
  left: 590px;
  top: 190px;
  background-color: #FF9900;
  /*background-color: #aa130f; */
}

#tlacitko3 {
  left: 330px;
  top: 290px;
}

#tlacitko4 {
  left: 70px;
  top: 390px;
  background-color: #FF9900;
}

.ramecek {
  width: 513px;
  height: 280px;
  background-color: white;
  position: absolute;
  top: 460px;
  left: 570px;
}

.toman {
  width: 500px;
  background-color: #ffff99;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 20px 0px 10px 0px;
  opacity: 0.9;
  border: 1px solid black;
}