html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: top;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}

body {
  text-align: center;
  background: #333333;
}

div.content {
  text-align: left;
  margin: 0 auto;
  width: 810px;
}

div.head {
  height: 167px;
  background: transparent url(/files/graphic/bg_head.jpg) no-repeat left top;
  position: relative;
}

ul.menu {
  height: 32px;
  padding: 0px 10px;
  background: #333333 url(/files/graphic/bg_menu.jpg) no-repeat left top;
}

ul.menu li {
  float: left;
  padding: 6px;
}

ul.menu a {
  font: bold 14px Verdana;
  color: white;
  text-decoration: none;
}

ul.menu a:hover {
  text-decoration: underline;
}

div.body {
  background: #FFFF99 url(/files/graphic/bg_body.jpg) repeat-y left top;
}

div.ponuky {
  padding: 5px 5px 0px 15px;
  float: left;
  width: 180px;
}
div.ponuky h3 {
  font: bold 14px Verdana;
  color: #333333;
  padding: 10px 0px;
  text-align: center;
}
div.ponuky li {
  padding: 4px;
  margin: 2px;
  background: #F9F8B4;
  border: 1px #C7CD19 solid;
}

div.ponuky li a {
  font-weight: bold;
}

div.ponuky a {
  font: normal 12px Verdana;
  color: #666666;
  text-decoration: none;
}

div.ponuky a:hover {
  color: blue;
  text-decoration: underline;
}

div.ponuky span {
  font: normal 10px Verdana;
  color: #666666;
  text-decoration: none;
}

div.ponuky p {
  font: normal 12px Verdana;
  color: #333333;
  text-decoration: none;
  padding: 5px 0px;
}

div.ponuky p strong {
  color: #336600;
}

div.text {
  padding: 10px 0px 0px 12px;
  float: left;
  width: 580px;
}
div.text h1 {
  font: bold 20px Verdana;
  color: #333333;
  padding: 0px 0px 10px 30px;
  background: transparent url(/files/graphic/heading_icon.jpg) no-repeat left top;
}
div.text h2 {
  font: normal 16px Verdana;
  color: darkred;
  padding: 5px 0px;
}
div.text h3 {
  font: bold 14px Verdana;
  color: purple;
  padding: 5px 0px;
}
div.text p {
  font: normal 12px Verdana;
  color: #333333;
  padding: 5px 0px;
}
div.text th {
  font: bold 12px Verdana;
  color: #666666;
}
div.text td {
  font: normal 12px Verdana;
  color: #333333;
}

div.text li {
  font: normal 12px Verdana;
  color: #333333;
}

div.text strong {
  color: #336600;
}

div.text a {
  color: #666666;
  text-decoration: none;
}

div.text a:hover {
  color: blue;
  text-decoration: underline;
}

div.foot {
  background: #996633 url(/files/graphic/bg_foot.jpg) no-repeat top left;
  height: 20px;
  padding: 6px 15px;
  font: normal 10px Verdana;
  color: #333333;
}
div.foot a {
  font: normal 10px Verdana;
  color: #555555;
}

/*////////////////////////////////////*/
table.ponuka td,table.ponuka th {
  border-bottom: 1px #ffd080 dotted;
  padding: 10px 5px;
}
ul.list {
  list-style:disc;
  padding-left:20px;
}
ul.list li {
  padding: 5px 0px;
}
table.zoznam td,table.zoznam th {
  padding: 4px;
}