* {
	margin: 0; 
	padding: 0;
	list-style: none;
}
img {
	border: 0 none;
}
body {
	color: #333;
	font-size: x-small;
	text-align: center; /* IE6 centrovani */
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	padding-top: 15px;
	background-color: rgb(51,133,209);
}
a {
	color: #333;
}
html>body {
	font-size: small;
}
#ptm {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background-color: #FFF;
}
#head {
	height: 151px;
	border-bottom: 1px #165ca3 solid;
	background: url(images/logo15.jpg) no-repeat left 20px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 15px;
}
#head h1 {
	position: absolute;
	left: 280px;
	top: 50px;
	font-size: 350%;
	color: #000;
}
#head h2 {
	position: absolute;
	left: 300px;
	top: 110px;
	font-size: 100%;
	color: #000;
}

#menu {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#menu ul {
	margin: 0 6px 0 30px;
}
#menu ul li {
	background-color: #F3F3F3;
	text-align: right;
}
#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 6px 8px 3px;
	border-top: 1px #CCC solid;
	color: #333;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu #active {
	text-decoration: underline;
	color:#165ca3;
}
#content {
	float: right;
	width: 674px;
	font-size: 105%;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px #165ca3 solid;
	border-left: 1px silver solid;
}
#content h3 {
	color: #1e5eb6;
	font-size: 125%;
	margin-left: 15px;
	margin-top: 10px;
}
#content h4 {
	font-size: 100%;
	margin-left: 15px;
	margin-top: 10px;
}
#content p {
	margin: 5px 30px 10px 15px;
}
#content ul {
	padding-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content ul li {
	list-style-type: disc;
	margin-bottom: 4px;
}
#footer {
	clear: both;
	border-top: 1px #165ca3 solid;
	margin: 0 30px 0 30px;
	padding-bottom: 4px;
}
#footer p {
	margin-top: 4px;
}
.sub li {
	list-style-type: square !important;
}
table {
	font-size: 105%;
	margin-left: 30px;
	margin-top: 15px;
}
table tr td{
	width: 200px;
}

.img {
border: 1px #165ca3 solid;
	float: right;
	margin-left: 10px;
}
.icenter {



}
.icenter img {
	border: 1px #165ca3 solid;

	margin: 10px;
	margin-left: 60px;
}
