* {
	margin: 0 auto;
}

body {
	font-family: Noto Sans, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #294763;
	background: #f5f5f5;
}

strong {
  font-weight: 700;
}

#vysledek {
	width: 485px;
	font-size: 18px;
  color: #df121f;
  text-align: center;
}

#vysledek_2 {
	width: 800px;
	font-size: 18px;
  color: #df121f;
  text-align: center;
}

h1 {
	font-weight: 700;
	font-size: 34px;
}

a {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #294763;
}

a:hover {
  text-decoration: none;
} 
  

#web {
	margin-top: 60px;
	width: 966px;
	text-align: center;
}

#hlavni {
  margin-top: 50px;
  width: 966px;
  height: 664px;
  float: left;
  text-align: center;
  background: url(img/pozadi.png) top center no-repeat;
  }
  
#text {
  margin-top: 60px;
  width: 485px;
  text-align: left;
}

#text_2 {
  margin-top: 60px;
  width: 800px;
  text-align: left;
}

.pole {
  float: left;
  width: 205px;
  margin-top: 20px;
  line-height: 1.4em;
  text-align: left;
}

p {
	float: right;
	margin-top: 35px;
	line-height: 1.4em;
	text-align: right;
  font-weight: 400;
  font-style: italic;
}

input[type="text"] {
	float: left;
  margin-top: 20px;
  padding: 0 10px 0 10px;
	width: 260px;
	height: 50px;
  line-height: 50px;
  font-family: Noto Sans;
  color: #294763;
	font-size: 16px;
	font-weight: 400;
  background: url(img/pole.png) center no-repeat;
  border: 0;
}

#odeslat {
  float: right;
  margin-top: 20px;
	width: 110px;
	height: 50px;
  border: 0;
  cursor: Pointer;
  background: url(img/odhlasit.png) top center no-repeat;
}

#odeslat:hover {
	background-position: 0 -50px;
}
  
#spodek {
  width: 966px;
  height: 108px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: url(img/spodek.png) top center no-repeat;
}

#copy {
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}


