
/*** Default style sheets for graphic browser ***/

html, body {
  background-color: #BaD8D0;
  font-family: Arial;
  font-size: 10pt;
  /* letter-spacing: 0.01em; */
  margin: 0px;
  scrollbar-face-color: #cfdbf7;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #4b70a0;
  scrollbar-arrow-color: #1e4c88;
  scrollbar-track-color: #f1f6ff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #4b70a0;
}
.a-topbar {
  color: #1A25BC;
  text-decoration: none;
}
.a-topbar:hover {
  color: #4D4DFF;
  text-decoration: underline;
}
.ramecek_nadpis {
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: white;
}
.ramecek_text {
  font-family: Arial;
  font-size: 8pt;
  letter-spacing: 0.15em;
  color: black;
  text-align: left;
}
.small {
  font-family: Arial;
  font-size: 7pt;
  letter-spacing: 0.15em;
}
td {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 0.10em;
}
a {
  text-decoration: none;
  color: #000080;
}
a:hover {
  text-decoration: underline;
  color: #4d4dff;
}
input, textarea {
  font-family: Arial;
  font-size: 8pt;
  letter-spacing: 0.15em;
  padding-left: 3px;
  background-color: #F3F4F5;
  border-bottom: #808080 1px solid;
  border-left: #808080 1px solid;
  border-right: #808080 1px solid;
  border-top: #808080 1px solid;
}
.button {
  text-align: center;
  font-weight: bold;
}
.box_head {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  /* letter-spacing: 0.1em; */
  color: #000000;
}
.a-nounderline:hover {
	text-decoration : none;
}
h1, h2, h3, h4, h5, h6, {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-weight: normal;
  /* letter-spacing: 0.1em; */
  color: #000080;
  margin-top: 5px;
  margin-bottom: 0px;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 14pt;
}
h4 {
  font-size: 16pt;
}
h5 {
  font-size: 14pt;
}
h6 {
  font-size: 10pt;
}






p, li {
  margin-top: 5px;
  margin-bottom: 15px;
}
.im {
  color: red;
}
.secDesc {		/* Popisek sekce */
	font-style: italic;
	margin-bottom: 15px;
}
.separ {			/* Oddělovač */
	margin-top: 5px;
	margin-bottom: 10px;
}
.subcategories {			/* Podkategorie v levém pruhu */
	margin-left: 5px;
	margin-right: 5px;
}
.gray {
  color: #595959;
}
.abs {
	color: #595959;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	letter-spacing: 0.15em;
	margin-top: 10px;
	margin-bottom: 20px;
}

