.header_right { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #6394D9; }

.header_left { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #000000; letter-spacing: 2px; }
.header_left_back { font-family: Arial, Helvetica, sans-serif; font-size: 64px; font-weight: bold; color: #E9F1FF; }

a { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6394D9; }
a.header_right { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #6394D9; }
a:hover { color: #000000; }
ul { list-style-type: circle; list-style-position: outside; color: #6394D9;
  margin: 5px 0px 0px 16px;
/* nahore vpravo dole vlevo */
}

.link_text { color: #6394D9; text-decoration: underline; }

.headline { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #6394D9; font-weight: bold;
  margin: 0px;
}
.normal_text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align: justify;
  margin: 3px 0px 10px 0px;
}

a.h { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6394D9; font-weight: bold; }
a.h: hover { text-decoration: underline; color: #6394D9; }

/*
a.h { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #5BB446; font-weight: bold; }
a.h: hover { text-decoration: underline; color: #5BB446; }

TD.h1 { vertical-align: top; background-color: #98CC7F; text-align: left; }
TD.h2 { vertical-align: top; background-color: #ADD699; text-align: left; }
TD.h3 { vertical-align: top; background-color: #C1E0B2; text-align: left; }
TD.h4 { vertical-align: top; background-color: #D6EBCC; text-align: left; }
TD.h5 { vertical-align: top; background-color: #EAF5E5; text-align: left; }
*/

TD.h1 { vertical-align: top; background-color: #8CBBFF; text-align: left; }
TD.h2 { vertical-align: top; background-color: #A3C9FF; text-align: left; }
TD.h3 { vertical-align: top; background-color: #BAD6FF; text-align: left; }
TD.h4 { vertical-align: top; background-color: #D1E4FF; text-align: left; }
TD.h5 { vertical-align: top; background-color: #E9F1FF; text-align: left; }

th { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #6394D9; font-weight: bold;
  margin: 0px;
}

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: white; }

td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;
  margin: 3px 0px 10px 0px;
}

/* boxy na titulni strance */

table#reklamy {
  margin: 0px;
  padding: 0px;
  width: 1000px;
  height: 80px;
  background-image: url('../images/modry-pruh-cely.jpg');
  border-collapse: collapse;
  position: absolute;
  left: 0px;
  top: 565px;
}
table#reklamy td {
  padding: 0px;
}

/* iframe */
.pbox_ramec {
  width: 240px;
  height: 60px;
  margin: 9px;
}

.pbox_ramec_body {
  margin: 0px;
}

div.pbox_text {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Tahoma;
  font-size: 11px;
  cursor: pointer;
}
table#pbox_tabulka {
  width: 100%;
}
table#pbox_tabulka th, table#pbox_tabulka td {
  vertical-align: top;
  font-size: 12px;
  font-family: Tahoma;
  padding: 0px;
  height: auto;
  width: auto;
}
table#pbox_tabulka th {
  padding-left: 5px;
  text-align: left;
  color: red;
}
table#pbox_tabulka td {
  padding-right: 5px;
  text-align: right;
  color: red;
}


