body
{
background-color:white;

background-repeat:repeat-x;
font-family: 'arial', 'arial ce', 'verdana';
}

h1
{
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
color:#f08f26;
font-size: 20px ;
font-weight:bold;

}

h2
{
padding-left:20px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
color:#f4a124;
font-size: 16px ;
font-weight:bold;

}

ul
{
color:#000000;
padding-left:5px;
}

li
{
margin-left:20px;
color:#000000;
}


p
{
padding-left:25px;
padding-right:10px;
color:#000000;
font-size: 14px;
text-align:justify;
}

p.zrodlo
{
padding-right:10px;
color:#999999;
font-size: 10px;
text-align:right;
}

a.zrodlo
{
padding-right:10px;
color:#000000;
font-size: 10px;
text-align:right;
}

.fiolet
{
color:#9b52c8;
}

.link
{
color:#f08f26;
font-weight:bold;
}

.test
{ 
	
	position: absolute;
	top: 271px;
	left:50%;
	margin-left:-301px;
	width:602px;
	height:602px;
	background-color:white;
	z-index:4;
	border-top:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
	border-left:1px solid black;
	
}



ul.menu, ul.menu li.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}

ul.menu {
	float: left;
	background-color: #fff;
	padding:0;
	border: 0;
	
}

ul.menu li.menu {
	float: left;
		vertical-align:bottom;
}

ul.menu a.menu:link, ul.menu a.menu:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #ffffff ;
	color: #993f97;
	width:110px;
	height:40px;
	text-align:center;
	font-size:13px;

}

ul.menu a.menu:hover {
	background-color: #ffffff;
	background-image: url("images/tlo_menu.png");
	background-repeat: no-repeat;
	background-position:left bottom;
	color: #f08f26;
	
}

