/* CSS Document */
body {
  FONT-FAMILY: "Comic Sans MS";
  text-align: center;
}
/*barevna oblast stranky*/
div.oblast {
  width: 600px;
  border: LightSteelBlue;
  border-style: outset;
  border-width: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
div.nadpis {
  /*width: 598px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 2px 1em;
  text-align: center;
  /*background: red;*/
}
img.nadpis {
  height: 100px;
  padding: 0px;
}
div.nadpis h1 {
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
  font-variant: small-caps;
  text-align: center;
  text-decoration: underline;
  padding: 0px 1em 0px 1em;
  margin-top: 1em;
}
.cislo {
  /*font-family: "Wingdings";*/
  height: 2em;
  width: 2em;
  line-height: 200%;
  font-weight: bold;
  font-size: 150%;
  float: left;
  margin-left: 1em;
  margin-top: 1em;
  margin-right: 1em;
  padding: 0px; /*okoli cisla ve ctverecku*/
  border: medium;
  border-bottom-style: outset;
  border-right-style: outset;
  border-top: none;
  border-left: none;
}
div.text {
  clear: both;
}
.adresa {
	font-family: "Comic Sans MS";
	font-size: x-small;
	text-decoration: none;
}
a, a:hover, a:visited {
  color: red;
  font-weight: bold;
}
