
h1,h2,h3
{
  margin-top: 0px;
  margin-bottom: 0px;
}

body
{
  margin: 0px;
  color: #000;
  background: #eee;
  font-family: sans-serif;
  /*font-family: Georgia, "Times New Roman", utopia, serif;*/
  /*font-family: Tahoma, Verdana, Helvetica, Arial, lucida, sans-serif;*/
  /*font-family: "Lucida Console", "Courier New", fixed, monospace;*/
}

#main_0
{
  padding: 0px;
  width : 100%;
  height: 100%;
  min-width: 580px;
}

#main_1
{
  padding: 0px;
  width : 100%;
  height: 100%;
  background: url("menubg.gif") top left repeat-y;
}

#main_2
{
  padding: 0px;
  width : 100%;
  height: 100%;
  background: url("menubg.gif") top right repeat-y;
}

#main
{
  padding: 0px;
  width : 100%;
  height: 100%;
  min-height: 100%;
}

#row_head
{
  padding: 0px;
  height: 100px;
  background: #fa4;
}

#row_tail
{
  padding: 0px;
  height: 40px;
  background: #fa4;
}

#doc_head
{
  padding: 10px;
  min-height: 80px;
  _height: 80px;
}

#doc_tail
{
  padding: 10px;
  min-height: 20px;
  _height: 20px;
}

#col_left
{
  float: left;
  padding: 0px;
  width: 200px;
}

#col_right
{
  float: right;
  padding: 0px;
  width: 200px;
}

#col_body
{
  margin: 0px 200px;
  padding: 0px;
  background: #ffb;
}

* html #col_left
{
  margin-right: -3px;
}

* html #col_body
{
  height: 1%;
  margin: 0;
}

#doc_body
{
  padding: 10px;
}

.cleaner
{
  clear: both;
  border: none;
  background: transparent;
}

a:link
{
  text-decoration: none;
  font-weight: normal;
  color: blue;
}

a:visited
{
  text-decoration: none;
  font-weight: normal;
  color: blue;
}

a:hover
{
  text-decoration: none;
  font-weight: normal;
  color: red;
}

a:active
{
  text-decoration: none;
  font-weight: normal;
  color: blue;
}

a:link img.icon0
{
  border: 0px;
}

a:visited img.icon0
{
  border: 0px;
}

a:hover img.icon0
{
  border: 0px;
}

a:active img.icon0
{
  border: 0px;
}

a:link img
{
  border: 1px solid blue;
}

a:visited img
{
  border: 1px solid blue;
}

a:hover img
{
  border: 1px solid red;
}

a:active img
{
  border: 1px solid blue;
}

.menu, .login
{
  padding: 10px;
  min-width: 180px;
  _width: 180px;
  background: #ccc;
}

.login table
{
  width: 100%;
}

.menu ul
{
  padding: 0px;
  margin: 0px 0px 0px 5px;
  list-style-type: none
}

.menu ul li ul
{
  padding: 0px;
  margin: 0px 0px 0px 15px;
  list-style-type: none
}

.dialog
{
  margin: 0px;
}

.dialog table
{
  border-collapse: collapse;
  background-color: #bbf;
  border: 10px solid #bbf;
}

.dialog table td
{
  border: 10px solid #bbf;
}

form
{
  padding: 5px;
  _padding: 0px;
}

#message #from {width: 300px;}
#message #subj {width: 300px;}
#message #text {width: 300px;}
#message #E {background-color: #d88;}
#message #I {background-color: #8d8;}

.E {background-color: #d88;}
.I {background-color: #8d8;}

.rdonl {background-color: #ccc;}

.table1
{
  border-collapse: collapse;
  border: 2px solid #000;
}

.table1 td, .table1 th
{
  border: 1px solid #000;
  padding: 5px;
}

.table1 .T
{
  background: #2a2;
}

.table1 .F
{
  background: #ffb;
}

.table2
{
  border-collapse: collapse;
  border: 2px solid #000;
}

.table2 td, .table2 th
{
  border: 1px solid #000;
  padding: 3px 5px 3px 5px;
}

.center
{
  text-align: center;
}

/* dt a dd pro popis kategorií *** zacatek */
dt
{
  font-weight: bold;
}

dt::after
{
  content: ":";
}

dd
{
/*  margin: 0 0 0 110px; */
  padding: 0 0 0.7em 0;
}

dl.inline dd
{
  display: inline;
  margin: 0;
  padding: 0 0 0.7em 0;
}

dl.inline dd:after
{
  display: block;
  content: '';
}

dl.inline dt
{
  display: inline-block;
/*  min-width: 250px; */
  min-width: 17em;
}

dl.inline-flex
{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 300px; /* set the container width*/
  overflow: visible;
}

dl.inline-flex dt
{
  flex: 0 0 50%;
  text-overflow: ellipsis;
  overflow: hidden;
}

dl.inline-flex dd
{
  margin-left: auto;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 50%
}
/* dt a dd pro popis kategorií *** konec */

/* tooltip *** zacatek */
.tooltip
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext
{
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after
{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext
{
  visibility: visible;
  opacity: 1;
}
/* tooltip *** konec */

/* standardni cena */
.Cena1, .Price1, .Preis1
{
  background-color: #e6b3cc;
}

/* akcni cena */
.Cena2, .Price2, .Preis2
{
  background-color: #cbf078;
}

.debug td, .debug th
{
  outline: 1px solid red;
}
