@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	margin: 0;
	padding:0;
	background-image: url(../img/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: white;
	min-height:100%;
	}
body{
	text-align: center;
}
/* Testata */
div#header {
width:950px;
height:150px;
background-image: url(../img/bg_header.png);
background-repeat: repeat-x;
margin: auto;
}
div#main_container {
width:950px;
height: auto;
background-image: url(../img/bg_main_container.png);
background-repeat: repeat-y;
margin: auto;
}
div#navigator {
width:160px;
height: auto;
padding-left:5px;
padding-right:5px;
margin: 0px 0px 0px 50px;
float:left;
}
div#main {
height: auto !important;
height:1050px;
min-height:1050px;
/*background-color: #CCCCCC;*/
padding:10px;
background-image:url(../img/up_main.png);
background-position: top;
background-repeat:no-repeat;
text-align:left;
margin:0px 125px 0px 220px;
}
/* enfasi */
div#enfasi {
height: auto !important;
height:80px;
min-height:80px;
/*background-color: #CCCCCC;*/
padding:10px;
background-image:url(../img/up_main.png);
background-position: top;
background-repeat:no-repeat;
text-align:left;
margin:0px 125px 0px 220px;
}
div#close {
height: auto !important;
height:20px;
min-height:20px;
/*background-color: #CCCCCC;*/
padding:10px;
background-image: url(../img/down_main.png);
background-position: bottom;
background-repeat:no-repeat;
text-align:left;
margin:0px 125px 0px 220px;
}
div#enfasi H1{
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	color: #CC9933;
}
div#enfasi H2{
	margin-top: -5px;
	font-family:verdana;
	font-weight:300;
	font-size:8pt;
	color: #666666;
}
/* end enfasi */
div#footer {
width:950px;
height:35px;
background-image: url(../img/bg_footer.png);
background-repeat: no-repeat;
background-position:top center;
background-color:#FFFFFF;
margin: auto;
}
div#emergency{
position:absolute;
top:300px;
left:50%;
margin-left:-170px;
}
div#bacheca {
	float:right;
	width:100px;
	height: auto;
	margin: 0px 25px auto auto;
}
div#main H1{
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	color: #CC9933;
}
div#main H2{
	margin-top: -5px;
	font-family:verdana;
	font-weight:300;
	font-size:8pt;
	color: #666666;
}
div#main a{
	font-family:verdana;
	font-weight:300;
	font-size:8pt;
	color: #333333;
	text-decoration:none;
}
div#main a:link{
	text-decoration:none;
}
div#main a:hover{
color: #999999;
}
div#main a:active{
text-decoration:none;
}
div#main a:visited {
text-decoration:none;
}
/*footer*/
div#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
	line-height:2em;
	text-decoration:none;
}
div#footer a:link{
	text-decoration:none;
}
div#footer a:hover{
color: #333333;
}
div#footer a:active{
text-decoration:none;
}
div#footer a:visited {
text-decoration:none;
}
H1{
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	color: #CC9933;
}
H2{
	margin-top: -5px;
	font-family:verdana;
	font-weight:300;
	font-size:8pt;
	color: #666666;
}
H3{
	margin-top: -5px;
	font-family:verdana;
	font-weight:300;
	font-size:7pt;
	color: #666666;
}