html, body, div, p, span, blockquote, h1, h2, h3, h4, h5, h6, table, tr, td, ul, li, ol, a {
	font-family: "Myriad Pro", "Trebuchet MS", "Arial";
	font-weight: normal;
	font-size: 13px; /* 12px; */
	color: white;
	padding: 0;
	margin: 0;
	border: 0;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 10px;
}

h1, h1 a {
    margin-top:3px;
}

h1, h1 a {
  font-family: "Myriad Pro", "Trebuchet MS","Arial";
  font-size: 18px;
  font-style: italic;
  color: white;
}

h2, h2 a {
  font-family: "Myriad Pro", "Trebuchet MS", "Arial";
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: white;
}

h3, h3 a {
  font-family: "Myriad Pro", "Trebuchet MS", "Arial";
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

h4, h4 a {
  display:block;
  width:410px;
  padding:10px 0px 10px 25px;
  background:url(../img/bullet_1.png) no-repeat 0px 14px;
  font-size:15px;
  font-weight:bold;
  font-style:italic;
}

h5, h5 a {  /* pre nadpisy programov - podrobny vypis, zarovnanie na stred k obrazku */
    padding:20px 0px 10px 0px;
    font-size:18px;
    font-weight:normal;
    font-style:italic;
}

#content a {
  color:white;
  text-decoration:none;
}

#content a:hover {
  color:white;
  text-decoration:underline;
}


table {
	margin-bottom:3px;
	margin-top:0px;
}

table, td, th {
	border-collapse: collapse;
	vertical-align:top;
	text-align:justify;
}

td, th {
	padding: 1px 7px;
}

th  {
	font-weight: bold;
}

td p, th p, li p {
	margin: 0;
	padding: 0;
}

#content ul {
  padding-left: 2em;
  color:white;
}

ol {
	padding-left: 2.5em;
}


/* Style for private zone *** */

/*
table tr td, table tr th {
  border-bottom:1px solid white;
  padding:2px 3px 2px 4px;
  margin:2px 3px 2px 4px;  
}

table tr.head td {
  background:#1f94ba;
  font-weight:bold;
}

table tr td.rightBorder {
  border-right:1px solid white;
}
*/

table.contenttable-0 tr td, table.contenttable-0 tr th {
	border-bottom: 1px solid white;
	padding: 2px 4px 2px 4px;
	margin: 2px 3px 2px 4px;  
}

table.contenttable-0 tr th {
	background:#1f94ba;
	font-weight:bold;
}

table.contenttable-0 tr th, table.contenttable-0 tr td {
	border-right: 1px solid white;
}

table.contenttable-0 tr th.td-last, table.contenttable-0 tr td.td-last {
	border-right: 0;
}

table.width400 {
	width: 400px;
}

table.width400 tr th.td-0 {
	width: 50%;
}

/* Style for private zone *** */


a, p a {
	color: white;
	text-decoration: none;
}

a:hover, p a:hover {
	color: white;
}


a img {
	border: none;
}


img.top_left_image {
	float: left;
	margin: 0px 10px 10px 0;
}

img.top_right_image {
	float: right;
	margin: 0px 0 10px 10px;
}

