body {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
p {
  font-size: 12px;
  color: #000000;
  line-height: 140%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 25px;
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 130%;
}
h2 {
  font-size: 16px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 14px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.formular {
  border: solid #FFF 1px;
}
a.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  height: 179px;
  background-image: url("logo.gif");
  background-color: #FFFFFF;
}
#obdlznik {
  position: relative;
  width: 800px;
  height: 25px;
  top: 185px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #3366cc;
  background-color: #d5ddf3;
  padding-top: 9px;
}
#obsah {
	position: relative;
	top: 225px;
	width: 800px;
	margin: 0 auto;
}
#text {
  position: relative;
  text-align: center;
  width: 70%;
  margin-top: 10px;
  margin: 0 auto;
  border: 1px solid #3366cc;
  padding: 20px;
  background-color: #e9eefa;
}
.center {
  text-align: center;
}
