/********* main elements *********/ 
body {
	margin: 0px;
	padding: 0px;	
	background-color: #818181;
	background-image: url('../img/bg.gif');
	background-position:  left 50%;
	background-repeat: repeat-y	
}

li {
	list-style: none;
}

ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

td, tr, div {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: 0px solid;
}

.hr {
	clear:both;
	margin:10px 0px;
	padding:10px;
	border-bottom:1px dotted #ccc;
} 

/********* structural elements *********/

#top {
	background:#818181 url(../img/top.gif) no-repeat 0 0;
	height:148px;
}

#middle { /*menu column*/
	background:url(../img/bg_menu.gif) repeat-x 0 0;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 147px;
	color: #333333;
}

#middle h3 {
	color: #666;	
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	margin:20px;
}

#search {
	margin-bottom: 10px;
	margin-left:20px;
}

#lang {
	clear:both;
	margin-left:20px;
}

#right { /*news column*/
	width: 192px;
	position: absolute;
	left: 735px;
	top: 152px;
}

#right h3 {
	color: #666;	
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
}

p.news {
	border-bottom:1px solid #EFEFEF;
	color:#999;
	padding-bottom:10px;
	line-height:16px;
	text-align:justify;
}

p.news strong{
	color:#333;
	font-weight:normal;
	text-align:left;
}

#wrap { /*main content*/
	width: 1000px;
}

#lat {
	background: url('../img/lat.gif') no-repeat 0 0;
	position:absolute;
	left:936px;
	top:400px;
	height:502px;
	width:41px;
}

#header {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/0.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header1 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/1.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header2 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/2.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header3 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/3.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header4 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/4.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header5 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/5.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header6 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/6.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}


#header7 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/7.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header8 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/8.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}

#header9 {
	position:absolute;
	left: 212px;
	top: 148px;
	height: 190px;
	width: 514px;
	background-image: url('../img/9.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat
}


#bodywrap {
	width: 100%;
	overflow: auto;
}

#mainbody {		
	width: 480px;
	position: absolute;
	left: 210px;
	top: 339px;
	padding-top: 15px;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 60px;
}

#manage {
	text-align:right;
}

#mainbody h2 {
	color: #666;	
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: normal;
	border-bottom:1px solid #efefef;
	padding-bottom:4px;
}

#mainbody h3 {
	color: #394b57;	
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 16px;
	line-height:20px;
	text-align: left;
	font-weight: normal;
	border-bottom:1px solid #efefef;
	padding-bottom:4px;
}

#sedi {
	border-bottom:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	padding:10px 0;
}

.box {
	float:left;
	width:160px;
	font-size:10px;
	line-height:12px; 
}

.divide {
	clear:both;
}

#footer {
	margin-top:50px;
	font-size:10px;
	line-height:12px;
	clear:both;
}


/********* menu *********/ 

.mainlevel {
	margin:20px;
}

.mainlevel a {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;	
    text-align: left;
    border-bottom: 1px solid #ededed;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	width: 180px;
}

.mainlevel a:hover {
	color: #fff;
	background:#394B57;

}

a#active_menu {
	color: #000;
	font-weight: bold;	
}

a#active_menu:hover {
	color: #394c56;
	text-decoration: none;
}

.secondlevel a {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;	
    text-align: left;
    border-bottom: 1px solid #ededed;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	width: 110px;
}

.secondlevel a:hover {
	color: #394c56;
}


/********* link *********/ 

a {
	color: #394c56;
	line-height: 20px;
	text-decoration: none;
}


a:hover {
	color: #222;
	text-decoration: none; /*text-decoration: underline;*/
}

/********* form *********/ 

.button {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #ededed;
	background-color: #fafafa;
	width:24px;
}

.button1 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #ededed;
	background-color: #fafafa;
}

.button:hover {
	color: #FF8C00;
}

input.inputbox{
	background-color: #fafafa;
	border: 1px;
	border-color: #ededed;
	border-style: solid;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	float:left;
	padding:2px 0px 1px 2px;
}

textarea.inputbox{
	background-color: #fafafa;
	border: 1px;
	border-color: #ededed;
	border-style: solid;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 350px;
}

input.inputbox#mod_search_searchword{
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

input.inputbox#contact_name{
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}

input.inputbox#contact_email{
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}

input.inputbox#contact_subject{
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
}

/********* for print *********/ 

#printop {
	display:none;
}

#printbottom {
	display:none;
}

/********* other *********/ 

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

p {
	clear:both;
}

.responsabilita {
	text-align:justify;
}

.responsabilita li {
	list-style-type:disc;
	list-style:inside;
}

strong {
	color:#394b57;
}