* { margin: 0; padding: 0; }

body
{
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 12px;
	color: #444;
	line-height: 140%;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 120px;
	background: #fff url('https://sinekarta.sourceforge.net/images/background-headercont3.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 950px;
	height: 130px;
}

#header h1
{
	text-align: right;
	padding: 12px 0 0 0;
	font-size: 48px;
	color: #9C0;
	letter-spacing: -1px;
	font-weight: normal;
}

#header h1 span
{
	color: #FFF;
	font-weight: bold;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background: #9C0 url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 900px;
	height: 40px;
}

#menu ul
{
	float: right;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 0 15px;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
}

#menu ul li a.active
{
	background: #333 url('../images/background-menucont-active.png') repeat-x;
}

#menu ul li a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('../images/background-maincont.png') repeat-x;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 950px;
	padding: 5px;
}

#main h1, #main h2, #main h3, #main h4, #main h5
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 32px;
	color: #9C0;
	font-weight: normal;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main img.imgleft
{
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
	border: 1px solid #DDD;
}

#main img.imgright
{
	float: right;
	margin: 0 0 10px 15px;
	padding: 3px;
	border: 1px solid #DDD;
}

#main a
{
	color: #9C0;
	text-decoration: underline;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footercont
{
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #9C0;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 200px;
	padding: 15px 0;
}

#footerCenter
{
	float: left;
	width: 300px;
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
}
#footerright
{
	float: left;
	width: 300px;
	padding: 15px 0;
	text-align: right;
}
#maincontent
{
	width: auto;
	background: #FFF url('../images/maincontent-background.jpg') repeat-x;
	padding: 25px;
	font-size: 90%;
	margin-right: 230px;
	line-height: 150%;
}

#maincontent span
{
	float: right;
}

#maincontent p
{
	margin: 0;
	font-size: 17px;
	padding: 0 0 10px 0;
}

#maincontentright
{
	float: right;
	width: 200px;
	padding: 25px;
	background: #FFF url('../images/maincontent-background.jpg') repeat-x;
	line-height: 160%;
	color: #666;
}

#maincontentright p
{
	margin: 0;
	padding: 0 0 10px 0;
}

#maincontentright a
{
	font-weight: bold;
	color: #738F14;
	text-transform: uppercase;
}

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: +2px;
	font-size: 200%;
	color: #888;
}

#maincontent li
{
	margin-left: 20px;
	font-size: 17px;
	font-weight: normal;
	padding-top: 10px;
}

.tabella
{
	color:#000000;
	text-align:center;
}
.colonnaDesc
{
	background-color:#cccccc;
}
.colonna1
{
	background-color: #9c0;
}
.colonna2
{
	background-color: #facb01;
}
