/* Base */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
  color:black;
  text-align: center; 
}
table, td, div, span, input, textarea, form, option, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
ol li { list-style-type: decimal; }
ul li, ol li { margin-top: 2px; }
hr{  border: solid 1px #049E64; }
img { border: none; }
dd { padding-top:2px; padding-bottom:2px; }
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
a, a:link, a:visited { background: inherit; color: black; text-decoration: underline; }
a:hover { background: inherit; color: black; text-decoration: none; }

/* Header */
#kHeader {
	text-align: left;
}
#kHeader h1 {
  text-decoration: none;
}
#isologo {
	display: none;
}

/* Layout */
#kMain {
	text-align: left;
}
#kLeft {
  display: none;
}
#kContent {
	text-align: left;
}

/* Footer */
#kFooter {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	margin: 0;
	border-top: 2px solid #049E64;
	color: black;
	clear: both;
}
#kFooter a, #KontajnerPata a:link, #KontajnerPata a:visited {
	background: inherit;
	color: black;
	text-decoration: underline;
}
#kFooter a:hover {
	background: inherit;
	color: black;
	text-decoration: none;
}

/* Other */
.acenter {text-align: center;}
.ajust {text-align: justify;}
.aleft {text-align: left;}
.aright {text-align: right;}

.TextVlavo {
	text-align: justify;
	padding-right: 10px;
}
.TextVpravo {
	text-align: justify;
	padding-left: 10px;
} 

.KontaktItem{
  padding-left: 2em;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-top: 5px;
}
.PrednaskyZoznam li {
  margin-top: 5px;
}

.UvodObrazok {
  display: none;
}