body {
  background-color: White;
  leftmargin: 0;
  rightmargin: 0;
  font-family: Verdana, 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
 }

/*** Links ***/
.sitemap a:link, .sitemap a:visited, .sitemap a:active {
	text-decoration : none;
	color : White;
}

.sitemap a:hover  {
	text-decoration : none;
	color : #ECBC75;
}

.leftmenu a:link, .leftmenu a:visited, .leftmenu a:active {
	text-decoration : none;
	color : Black;
}

.leftmenu a:hover  {
	text-decoration : none;
	color : Black;
}

.links a:link, .links a:visited, .links a:active, .links a:hover {
	color : Black;
}
/*** End of Links ***/



/*** Menu ***/
.font-menu, .font-menu-left  {
	color : White;
	font-size : 10px;
	text-decoration: none;
	font-weight : bold;	
	vertical-align: middle;
}
.font-menu-left {
	vertical-align: baseline;
}
/*** End Of Menu ***/


/*** Nadpisy ***/
.h1 {
	color : Black;
	font-size : 12px;
	font-weight : normal;
}

.h1-bold  {
	font-weight : bold;	
	color : Black;
	font-size : 14px;
}
/*** End Of Nadpisy ***/


img {
  border: 1px solid Black;
}

.img-nobor {
  border: 0;
}


.font-sml  {
	color : Black;
	font-size : 10px;
	font-weight : normal;
}

.font-sml-bold  {
	/* Small  Bold */
	color : Black;
	font-size : 10px;
	font-weight : bold;
}

.font-sml-img  {
	/* Small  Bold */
	font-style: italic;
	color : Black;
	font-size : 10px;
	font-weight : bold;
}

.font-sml-italic  {
	/* Small  Bold */
	font-style: italic;
	color : Black;
	font-size : 10px;
	font-weight : normal;
}