@charset "utf-8";
/* CSS Document */

@import url("menu_top.css");
@import url("menu_sx.css");
@import url("stili_contenuti.css");
@import url("admin.css");

body{
background-color:#1B5B81;
background-image:url(../gr/bkg.jpg);
background-repeat:repeat-x;
margin:0;
padding:0;
text-align:center;
font-family: Verdana, Tahoma, Arial,  Helvetica, sans-serif;
}

html {
	height:100%; 
	margin-bottom:1px;
}

a{
text-decoration:none;
color:#039;
}

a:hover{
text-decoration:underline;
color:#036;
}

a img{
border:none;
}

h1.tit{
display:block;
font-family:"Trebuchet Ms", Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#069;
font-weight:bold;
font-size:15px;
border-bottom:1px dotted #069;
margin-bottom:10px;
}


#wrapper{
width:950px;
margin-left:auto;
margin-right:auto;
}


#testata{
	width:950px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	float:left;
	width:250px;
	height:92px;
}


#sfondo_testata{
	float:right;
	width:700px;
	height:92px;
	background-image:url(../gr/sfondo_testata_sx.jpg);
	background-repeat:no-repeat;
}

.loginTestata table{
text-align:left;
float:right;
font-size:11px;
color:#FFF;
margin-top:10px;
border-collapse:collapse;
}

/*
.loginTestata td{
margin:0;
padding:0;
}
*/
.loginTestata a{
color:#FFF;
text-decoration:none;
}
.loginTestata a:hover{
color: #FF9;
}
.icoLogin{
margin-left:15px;
vertical-align:middle;
}

.loginTestata input{
border: 1px solid #4A8EB2;
width:65px;
height:14px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0 0 0 3px;
background-image: url(../gr/bkg_input_top.gif);
background-repeat:no-repeat;
background-color:#94C9CE;
}
.bt_login{
background-image:url(../gr/bkg_bt_login.gif) !important;
background-repeat:no-repeat;
border: 1px solid #4A8EB2;
width:30px !important;
height:16px !important;
margin-left:3px !important;
}

#barra_top{
	width:950px;
	height:28px;
}
#barra_sx{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:698px;
	height:28px;
	background-image:url(../gr/bkg_sx_barra.jpg);
	background-repeat:repeat-x;
	float:left;
	border-right:1px solid #069;
	/*border-left:1px solid #069;*/
}
#barra_dx{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:13px;
width:249px;
height:28px;
background-image:url(../gr/bkg_dx_barra.jpg);
background-repeat:repeat-x;
float:right;
color:#FFF;
border-right:1px solid #FED38D;
border-left:1px solid #C60;
line-height:28px;

/*font-weight:bold;*/
}



#main{
	width: 948px;
	text-align: left;
	background-color:#F1F4F8;
	margin-left: auto;
	margin-right: auto;
	float:left;
	background-image:url(../gr/sfondo_interno.jpg);
	background-repeat:no-repeat;
	padding-left:1px;
	padding-right:1px;
	}


#fotoGrande{
float:left;
width:698px;
height:308px;
}

#colSx{
width:698px;
float:left;
}

#colDx{
width:223px;
float:right;
/* per fare andare a capo il menu*/
height:350px;
padding:44px 6px 0px 21px;
}

.boxNews{
width:203px;
float:left;
font-size:10px;
color:#069;
background-color:#FFFFFF;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
background:url(../gr/bkg_box_news.png) no-repeat;
min-height:93px;
}

.boxNewTit {
color:#FFF; 
font-size:11px;
font-weight:bold;
display:block;
padding:8px 0 8px 0;
position:relative;
}
.boxNewTit a{
color:#FFF;
text-decoration:none;
}
.boxNewTit a:hover{
color: #069;
text-decoration:none;
}



#colMenu{
background-image:url(../gr/sfondo_menu.jpg);
background-repeat:no-repeat;
width:203px;
float:left;
/*height:350px;*/
}

#colTesto{
width:461px;
float:right;
font-size:12px;
color:#333;
padding: 15px 20px 0px 0px;
text-align:justify;
}



#footer{
width:950px;
height:152px;
background-image:url(../gr/footer.png);
background-repeat:no-repeat;
float:left;
}
.contFooter{
font-size:11px;
color:#FFF;
text-align:left;
float:left;
padding: 112px 10px 0px 217px;
position:relative;
}

.contFooter a{
color:#FFF;
}

.imgSx{
margin-right:10px;
margin-bottom:5px;
float:left;
}

.imgDx{
margin-left:10px;
margin-bottom:5px;
float:right;
}

.imgSmallDx{
margin-left:10px;
margin-bottom:5px;
float:right;
}

.imgSmallDx{
margin-left:5px;
float:right;
}


.imgSmallSx{
margin-right:5px;
float:left;
}

.imgSmallDx{
margin-left:5px;
margin-bottom:1px;
float:right;
}


.imgDecoDx{
padding-left:15px;
padding-top:8px;
padding-right:15px;
padding-bottom:15px;
margin-left:10px;
margin-bottom:5px;
float:right;
background-image:url(../gr/bkg_foto1.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

hr{
	height:1px;
	color:#DEE;
	background:#DEE;
	border:0;
}

/* classe per un div intutile ma che serve a IE6*/
.relIE6{
position:relative;
}

.handcursor{
cursor:hand;
cursor:pointer;
}

form{
display:inline;
}

.testoSx{
font-size:10px;
margin-left:10px;
}