/* Base */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #f5f9fd url("bg.png") repeat-x; color:black;
	margin: 0; text-align: center; 
	padding:20px 0;
}
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 {
	padding: 0 0 5px 0; margin: auto; 
	_padding: 0;
	width: 760px; height:100px;
	text-align: left;
}
#envlogo {
	float: left;
	width: 532px; height:95px;
	margin:0; padding:0;
}
#isologo {
	margin:0 0 0 660px; padding:0;
}
#envlogo h1 {
	text-align: left;
	display: block;
	width: 532px; height: 95px;
	background: transparent url('logo.gif') no-repeat;
	margin:0;
}
#envlogo a {
	display: block;
	width: 532px; height: 95px;
	background: transparent url('logo.gif') no-repeat;
	text-indent:-999em;
}

/* Layout */
#kMain {
	width: 760px;
	padding: 0; margin: auto;
	background-color: #049E64;
	color: inherit;
	text-align: left;
}
#kLeft {
	float: left; width: 160px;
	margin: 0; padding: 10px 0 0 0;
	background-color: #049E64; color: white;
	border-top: 3px solid #049E64;
	text-align: center;
}
#kContent {
	margin-left: 160px; padding: 10px;
	background-color: #FFFFFF; color: #000000;
	border-right: 3px solid #049E64;
	border-top: 3px solid #049E64;
	text-align: left;
	min-height: 320px;
}

/* for Internet Explorer */
/*\*/
* html #kContent {
height: 320px;
}
/**/

/* Footer */
#kFooter {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	margin: 0;
	/*background-color: #049E64; color: white;*/
	border-top: 3px solid #049E64;
	background-color: #F5F9FD;
	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;
}

/* Menu */
#Menu {
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	margin: 0;
	text-align:left;
}
#Menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #048E54;
	list-style: none;
}		
#Menu li {
	border-bottom: 1px solid #048E54; /* 04B2EC */
	margin: 0;
	width: auto;
	list-style: none;
}
#Menu li a, #Menu li a:link {
	width: auto;
	padding: 5px 0 5px 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #049E64;
	color: #FFFFFF;
}
#Menu li a:hover {
	background: url('sipka.gif') 0 5px no-repeat;
	margin-left: 10px;
	color: #1F3D31;
}

/* Other */
.countmargin {
	margin-left: 4em;
}
.upback, upback:link, upback:visited { background: inherit; color: black; text-decoration: underline; display:block; margin-top:10px;}
.upback:hover { background: inherit; color: black; text-decoration: none; }


.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;
}
.KontaktAddress {
  background: url("i_address.gif") no-repeat;
}
.KontaktPhone {
  background: url("i_telephone.gif") no-repeat;
}
.KontaktEmail {
  background: url("i_email.gif") no-repeat;
}
.KontaktMap {
  background: url("i_map.gif") no-repeat;
}
.PrednaskyZoznam li {
  margin-top: 5px;
}
.UvodZoznam {
  padding-left: 20px;
}
.UvodZoznam li {
  margin-top: 5px;
}
.UvodObrazok {
  float: right;
}