@media screen    
{
body {
  padding: 0px 10px 0px 10px;
  margin: 0px;
  background-color: #CCDDF0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 12px;
  line-height: 1.5
}

.igs1web
{
  color: #000; 
  margin: 0px;
  list-style: disc outside;
}

.zahlavi
{
  text-align: center;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  line-height: 1.5
}

.obsah
{
  text-indent: 0px;
}

pro vypuštění "Vyzkoušejte si" atd.:
 
.igs1web
{
  display: none;
}

.poznamka
{
  margin-top: 10px;
  text-indent: 15px;
}

h1, h2, h3, h4, h5 {
  padding-top: 10px;
  color: #009;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  font-weight: bolder;
}

h4 {
  font-size: 14px;
  font-weight: bolder;
}

p, dl, table {
  color: #000; 
  text-indent: 15px;
  list-style: disc outside;
  margin-top: 10px;
}

ul, ol {
  color: #000; 
  list-style: disc outside;
  padding-left: 20px;
  margin-top: 10px;
}

li {
  margin-top: 5px;
}

a:visited {
  color: blue;
}

a:link {
  color: blue;
}

img {
  border: none;
}

table {
  border: 1px;
}

th, td {
  padding: 2px;
  vertical-align: justify;
  border: 1px;
}

.ikona {
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: middle;
}

.noscreen {
  display: none;
}

}

@media print
{
body, html {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  background-color: transparent;
  font-size: 10pt;
  color: #000;
  font-family: "times new roman", times, serif;
}

h1, h2, h3, h4, h5 {
  padding: 0px ;
  margin: 0px;
}

h1 {
  font-size: 24pt;
  vertical-align: middle;
  text-align: center;
  font-variant: small-caps;
  font-family: "times new roman", times, serif;
}
h2 {
  font-size: 20pt;
  vertical-align: middle;
  padding-top: 10px;
  text-align: center;
  font-variant: normal;
  font-family: "times new roman", times, serif;
}
h3 {
  font-size: 16pt;
  padding-top: 10px;
  font-weight: normal;
}

h4 {
  padding: 10px;
  font-weight: bolder;
}

h5 {
  font-size: 8pt;
  text-align: center;
  font-family: verdana, geneva, arial, helvetica, sans-serif;

}

p, ul, dl, table {
  color: #000; 
  text-indent: 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: small;
  list-style: disc outside;
  margin: 10px 15px 0px 20px;
}

p {
  text-align: justify;
}


ul {
  padding-left: 35px;
  margin: 0px;
}

li {
  margin-top: 5px;
}

dt {
  margin: 5px 0px 0px 0px;
  font-size: larger;
  font-weight: bolder;
}

a:visited {
  color: blue;
}

img {
  border: none;
  margin: 5px;
}

table {
  border: thick solid #009;
  border-width: 1px;
}

th, td {
  padding: 2px;
  vertical-align: justify;
  border: thick solid #009;
  border-width: 1px;
}

a:link {
  color: blue;
}

.validator, .ikona
{
  display: none;
}
}