/*------------------ tabulkove formatovanie*/
.tdr {
  text-align: right;
}

.tdc {
  text-align: center;
}

.trsilver {
	background-color: #FF3300;
	color: Black;
}

.trsilverl {
	background-color: #DDDDDD;
}

.formnp {
	padding: 0px;
	margin: 0px;
} 
/*------------------ definicia strong */

B.space {
	font-size: 2px;
	line-height: 4px;
}

b.orange {
	color: #D2500E;
}

b.orangenb {
	color: #D2500E;
	font-weight: normal;
}

strong.orange {
	color: #D2500E;
}

strong.orangenb {
	color: #D2500E;
	font-weight: normal;
}

strong.red {
	color: #FF0000;
}

strong.rednb {
	color: #FF0000;
	font-weight: normal;
}

strong.green {
	color: #009900;
}

strong.greennb {
	color: #009900;
	font-weight: normal;
}

strong.blue {
	color: blue;
}

strong.bluenb {
	color: blue;
	font-weight: normal;
}


strong.small {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}

input.buttonsipka {
	position: relative;
	padding: 0px;
	margin: 2px;
	width: 33px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/button_arrow.gif);
	background-position: center;
	background-repeat: no-repeat;
}

input.buttonpokracuj {
	position: relative;
	padding: 0px;
	margin: 2px;
	width: 33px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/button_continue.gif);
	background-position: center;
	background-repeat: no-repeat;
}

input.buttonulozit {
	position: relative;
	padding: 0px;
	margin: 2px;
	width: 33px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/button_save.gif);
	background-position: center;
	background-repeat: no-repeat;
}

input.buttonspat {
	position: relative;
	padding: 0px;
	margin: 2px;
	width: 33px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/button_back.gif);
	background-position: center;
	background-repeat: no-repeat;
}

input.buttonclose {
	position: relative;
	padding: 0px;
	margin: 2px;
	width: 33px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/button_close.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/*------------------ Mapa strnky*/
DIV.mapa {
	position: relative;
	left: 60px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

ul.mapa {
	position: relative;
	left: 10px;
	margin: 0px;
	padding: 0px;
}

li.mapa {
	position: relative;
	list-style: none;
	list-style-type: none;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

li.mapaspace {
	position: relative;
	list-style: none;
	list-style-type: none;
	font-size: 2px;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
}

