@charset "utf-8";
/* CSS Document */

.img{
border:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.tabela_glowna {
	background-image: url(img/maindiv_bckg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.separator_tabeli {
	background-image: url(img/maintable_sep.gif);
	background-repeat: repeat-y;
}
hr {
	color: #CCC;
	width: 50%;
}
body,td,th {
	color: #323232;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.just {text-align:justify};

ul li {list-style:outside; list-style-type:circle; margin-left: 30px};