@CHARSET "ISO-8859-1";

html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(images/layout/bg2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	color: #000000;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #4F749F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

h4 {
	padding: 3px;
	background-color: #DDDDDD; 
}

.clear {
	clear: both;
}

#sfondo {
	background-image: url(images/layout/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 15px;
}	

#container {
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/layout/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#container h1 {
	
}

#header {
	background-image: url(images/layout/bghead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 7px;
	color: #FFF;
}

#header h1 {
	color: #FFF;
	margin: 0;
}

#header h2 {
	border: none;
	color: #CCC;
	margin: 0;
	font-size: 18px;
}

#menu {
	float: left;
	width: 230px;
}

.menubase {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

.menubase ul.menuul, .menubase ul.menuul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	font-size: 16px;
}

.mainmenu li a {
	padding-left: 20px !important;
	text-decoration: none;
	margin-bottom: 5px;
}

.mainmenu li a:hover{
	background-image: url(images/layout/bgmenusx.gif);
	background-repeat: no-repeat;
	background-position: left; 
}

.menubase ul.menuul li  a {
	background-color: #DDDDDD;
	color: #777777;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	font-weight: bold;
}

.menubase ul.menuul li  a:hover {
	background-color: #525156;
	color: #FFFFFF;
}

#topmenu ul {
	float: right;
	height: 30px;
	font-size: 16px;
	font-weight: bolder;
	background:transparent url(images/layout/separator.gif) no-repeat scroll right center;
	margin-top: 17px;
}

#topmenu ul li {
	display:inline;
	float:left;
	line-height:30px;
	list-style-type:none;
	background:transparent url(images/layout/separator.gif) no-repeat scroll left center;
	width: 100px;
	text-align: center;
}

.logininfo {
	padding-left: 5px; 
	margin-bottom: 90px;
	font-size: 11px;
}

#content {
	margin-left: 250px;
	margin-right: 20px;
	padding-bottom: 30px;
}

.content_box p, .content_box ol, .content_box ul {
	text-align: justify;
	line-height: 150%;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	bottom: 0;
/*	position: fixed; */ 
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	display: block;  /* PROBLEMA IN FF NON SI VEDE LO SFONDO (???) */
	height: 80px; 
	border: 1px dotted #666666;
	padding-top: 10px; 
	margin-bottom: 15px;
}

.footer_info {
/*	margin-top: 10px; */
}

.footer_print {
	display: none;
}

h2 {
	font-size: 24px;
	color: #99cc66;
	border-bottom: 1px dotted #8B98A8;
}

h3 {
	margin: 0 0 0 0;
	font-size: 20px;
}

.formerrore {
	color:#FF0000;
}

.forminfo {
	font-size: 11px;
}

tr.separator {
	background-color: #8B98A8;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

tr.separator2 {
	font-size: 16px;
	font-weight: bold;
}

tr.separator2 th {
	border-top: 1px solid #666666;
}

.tabform {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	width: 100%;
}

.link a {
	font-weight: bold;
}

#language {

}

.language {
	padding-right: 5px;
}

.language img {
	/*border: 1px solid #fff;*/
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

