/* CSS Document */

body {
	/*background-color:#dcdcdc;*/
	background-color:#ffd07d;
	text-align:center;
	padding:0px;
	margin:0px;
}

td.header_sx {
	background-image:url(../images/img_header_bimbo.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:400px;
}

td.header_dx {
	background-image:url(../images/img_header_associazione.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:579px;;
}

td.header_sx_en {
	background-image:url(../images/img_header_bimbo_en.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:400px;
}

td.header_dx_en {
	background-image:url(../images/img_header_associazione_en.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:579px;;
}

td.header_sx_fr {
	background-image:url(../images/img_header_bimbo_fr.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:400px;
}

td.header_dx_fr {
	background-image:url(../images/img_header_associazione_fr.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:579px;;
}

td.header_sx_po {
	background-image:url(../images/img_header_bimbo_po.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:400px;
}

td.header_dx_po {
	background-image:url(../images/img_header_associazione_po.jpg);
	background-repeat:no-repeat;
	height:265px;
	width:579px;;
}

td.intesta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333
}

img.border {
	border:1px solid #333333;
	
}

div.imgLeft {
	width:49%;
	float:left;
	padding-top:20px;
}

div.imgRight {
	width:50%;
	float:left;
	padding-top:20px;
}

div.imgLeftLogo {
	width:49%;
	float:left;
	padding-top:0px;
}

div.imgRightLogo {
	width:50%;
	float:left;
	padding-top:0px;
}

td.testoContenuti {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333;
}

td.separatore {
	width:1px; 
	background-color:#333333;
}

td.footer {
	height:29px; 
	background-color:#d1d1d1;
}

td.content {
	height:460px; 
	background-color:#fcfac2;
}

td.contentLogo {
	
	background-color:#fcfac2;
}

td.menu {
	background-image:url(../images/img_bgr_menu.jpg); 
	background-repeat:repeat-x; 
	height:45px; 
	width:980px;
}

td.rigaBianca {
	height:1px; 
	width:980px; 
	background-color:#FFFFFF;
}

a.testoGrey {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333;
	text-decoration:underline;
}