body{

  text-align: center; /*vycentrovanie pre IE*/

  margin-top: 0px;

  background-color: #eeeeee;

  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

  font-size: small;

  margin-top: 20px;

}

#centrovani{

 width: 800px; /*šírka layoutu*/

 text-align: left; /*zrušenie vycentrovania textu*/

 margin: 0 auto; /*vycentrovanie v ostatných prehliadačoch*/

}

#hlavnitabulka{

 border : thin solid Gray;

}

A{

  color: black;

  text-decoration: none;

}

A:link{

 

  color: #ee7700;

}

A:visited{

 

  color: #ee7700;

}

H1{

  font-size: medium;

  font-weight: bold;

  border-bottom-width: 2px;

  border-bottom-color: #d47a3e;

  border-bottom-style: dotted;

  clear: left;

}

td.menu{

	 border : 0px solid #d47a3e;
	 padding-top: 10px;

	 }

.dtree {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666;

	white-space: nowrap;

}

.dtree img {

	border: 0px;

	vertical-align: middle;

}

.dtree a {

	color: #333;

	text-decoration: none;

}

.dtree a.node, .dtree a.nodeSel {

	white-space: nowrap;

	padding: 1px 2px 1px 2px;

}

.dtree a.node:hover, .dtree a.nodeSel:hover {

	color: #333;

	text-decoration: underline;

}

.dtree a.nodeSel {

	background-color: #c0d2ec;

}

.dtree .clip {

	overflow: hidden;

}