﻿
#headButtons
{
	position: absolute;
	top: 215px;
	width: 900px;
}

#headButtons ul
{
	list-style: none;
	background: none;
	float: right;
	padding-right: 15px;
}
#headButtons li
{
	float: left;
	background: none;
}
#headButtons a
{
	padding-left: 22px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#headButtons a:hover
{
	color: #000000;
}

#headButtons a.ico-page
{
	background-image: url(images/ico-page.png);
}

#headButtons a.ico-tree
{
	background-image: url(images/ico-tree.png);
}

#headButtons a.lang-cz
{
	background-image: url(images/cz.png);
}

#headButtons a.lang-en
{
	background-image: url(images/en.png);
}


#sitemap
{
	padding: 10px 20px;
}
#sitemap ul
{
	list-style: none;
}

#sitemap li
{
	padding: 0 10px;
	margin: 5px 0px;
}

#sitemap li > ul
{
	margin: 0 0 0 15px;
}

#sitemap a, #sitemap a:link, #sitemap a:visited
{
	text-decoration: none;
}
#sitemap a:hover, #sitemap a:active, #sitemap a:focus
{
	text-decoration: underline;
}
