/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background: #cbe08f url(images/tlo.gif) repeat-x;
	font-family: tahoma, arial, sans-serif;
	color: #555;
	font-size: 9pt;
}

.pds{
	width:780px;
	margin:auto;
}
.left{
	width:564px;
	float:left;
}
.right{
	width:206px;
	float:left;
	padding-left:10px;
}
.menu{
	background:url(images/tlomenu.gif) repeat-y;
	padding:5px;
	
}
.menu2{
	background:url(images/tlomenu.gif) repeat-y;
	padding:5px;
	font-size:14px;
	color:#fce767;
}
.menu a{
	background:url(images/dot.png) no-repeat center left;
	display:block;
	padding:8px 0px 8px 35px;
	font-size:14px;
	color:#fce767;
	text-decoration:none;
}
.menu a:hover{
	background:url(images/dot2.png) no-repeat center left;
	color:#9fc733;
	text-decoration:none;
}
.menu2 a{
	background:url(images/dot.png) no-repeat center left;
	display:block;
	padding:8px 0px 8px 35px;
	font-size:14px;
	color:#fce767;
	text-decoration:none;
}
.menu2 a:hover{
	background:url(images/dot2.png) no-repeat center left;
	color:#9fc733;
	text-decoration:none;
}
.tresc{
	font-size:12px;
	line-height:14px;
	color:#000000;
	background:url(images/tlotresc.gif) repeat-y;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.stopka{
	font-size:11px;
	line-height:14px;
	color:#000000;
	text-align:center;
}
a{
	color:#006699;
}