/* barvy projektu утф-8
#F2F2F2 - licha
#E4E4E4 - suda
#C0C0C0 - dark
#FB7D00 - oranzova
#FFE9D2 - svetle oranzova
#FFC1C1 - cervena
#c1c1c1 - sediva na ramecky inputu
*/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, p, table, td, a, input, button, textarea, select, label {
  font-family: Tahoma, Helvetica, sans-serif;
}
body {
  font-size: 0.7em;
  background-color: #CFDBDE;
}
ul, ol, dl, p, table, td, a, input, button, textarea, select, label {
  font-size: 1em;
}
h1 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
h2 {
  font-size: 1.2em;
  margin: 15px 0 3px 0;
}
h3 {
  font-size: 1em;
  margin: 8px 0 2px 0;
}
h4 {
  font-size: 1em;
  margin: 5px 0 2px 0;
}
h5 {
  font-size: 1em;
  margin: 5px 0 0 0;
}
p {
  font-size: 1em;
  text-align: justify;
  margin: 2px 0 10px 0;
}

img {border-width:0px;}
form {
  padding:0px;
  margin:0px;
}
ul, ol, dl {
  margin: 2px 0 5px 25px;
  padding: 0px;
}
ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}



#stranka, #note {
  background-color: #B0C3C9;
}
#stranka {
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
}
#note {
  font-size: 1.2em;
}
#note a, #note a:link, #note a:visited {
	color: #7F0000;
  text-decoration: none;
}
#note a:active, #note a:focus, #note a:hover {
	color: #7F0000;
  text-decoration: underline;
}
h3.hea {
  font-size: 1.15em;
  margin: 0;
}
/* ikonky u odkazu */
.zpet, .audio, .video, .docum, .archi, .other, .liint, .liext {
  background-repeat: no-repeat;
  background-position: 1px 50%;
  padding-left: 17px;
}
.zpet {background-image: url(images/ico-sipka-vlevo.gif);}
.audio {background-image: url(images/ico-audio.gif);}
.video {background-image: url(images/ico-video.gif);padding-left: 20px;}
.docum {background-image: url(images/ico-docum.gif);padding-left: 15px;}
.archi {background-image: url(images/ico-archi.gif);padding-left: 15px;}
.liext {background-image: url(images/ico-liext.gif);}
.liint {background-image: url(images/ico-liint.gif);}
.other {background-image: url(images/ico-other.gif);}
