@charset "windows-1250";
/* ---------- MAIN TEMPLATE ---------- */

body
{
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  background-color: #bdae9e;
}

a
{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}

a:hover
{
  color: #000000;
  text-decoration: none;
}

.tab_menu
{
  font-size: 13px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.tab_zoznam
{
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  background-color: #d0c29f;
}

.hlavne_okno
{
  border-top: 1px #cccccc solid;
  border-bottom: 1px #666666 solid;
  border-left: 1px #666666 solid;
  border-right: 1px #666666 solid;
  background-color: #ffffff;
}

h1
{
  border-bottom: 1px #bbbbbb solid;
  font-size: 1.3em;
  color: #cc9966;
}

p
{
  margin: 0px;
  padding: 7px 0px 0px 0px;
  text-align: justify;
  text-indent: 2em;
}

.btn
{
  border: 1px #999999 solid;
  background-color: #dddddd;
}

.highlight
{
  float: left;
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  background-color: #e7dfce;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBBB0;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}