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

body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-image: url(../img/sfondo02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
a {
}
a:hover {
	text-decoration: none;
}

/* area principale */
#main {
	width: 980px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -490px;
}
#faq {
	position: absolute;
	top: 0px;
	left: 912px;
	width: 50px;
	height: 50px;
	background-image: url(../img/faq.png);
	background-repeat: no-repeat;
}
#testata {
	position: relative;
	width: 980px;
	height: 160px;
	background-repeat: no-repeat;
}
	#testata #linkhome {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 420px;
		height: 150px;
		cursor: pointer;
	}
	#testata #menutabs {
		position: absolute;
		bottom: 5px;
		right: 0px;
		width: 550px;
		height: 56px;
	}
	#testata #link_ludership {
		position: absolute;
		width: 300px;
		height: 60px;
		top: 30px;
		left: 665px;
		cursor: pointer;
	}
	#testata #linea_base {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 980px;
		height: 5px;
	}
#corpo {
	position: relative;
	width: 980px;
	height: 330px;
	background-repeat: no-repeat;
}
	#corpo #foto {
		position: absolute;
		width: 439px;
		height: 273px;
		top: 28px;
		left: 27px;
	}
	#corpo #sponsor {
		position: absolute;
		width: 360px;
		height: 100px;
		top: 202px;
		left: 550px;
	}
	#corpo #link_rapidi {
		position: absolute;
		width: 400px;
		top: 27px;
		left: 540px;
		color: white;
		font-size: 14px;
		font-weight: bold;
	}
		#link_rapidi ul {
			list-style-image: url(../img/punto_elenco.gif);
		}
		#link_rapidi a {
			font-weight: normal;
			font-size: 14px;
			color: white;
			line-height: 28px;
		}
	#corpo #reworking_logo {
		position: absolute;
		text-align: center;
		color: white;
		font-size: 16px;
		width: 240px;
		height: 100px;
		top: 200px;
		left: 600px;
		background-image: url(../img/reworking_logo.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		cursor: pointer;
	}
#contenuto {
	position: relative;
	background-color: white;
	width: 980px;
}
	#contenuto #colonna_sx {
		width: 580px;
		height: 500px;
		float: left;
		margin: 15px 0px 15px 30px;
	}
		#colonna_sx #subcolonna_sx {
			width: 260px;
			height: 240px;
			float: left;
		}
		#colonna_sx #subcolonna_volantino {
			width: 550px;
			height: 800px;
			float: left;
		}
		#colonna_sx #subcolonna_dx {
			width: 260px;
			height: 240px;
			float: right;
		}
		#colonna_sx #subcolonna_basso {
			width: 580px;
			height: 200px;
			float: right;
		}
	#contenuto #colonna_faqsx {
		width: 580px;
		height: 700px;
		float: left;
		margin: 15px 0px 15px 30px;
		}
		#colonna_faqsx #subcolonna_faq {
			width: 580px;
			height: 600px;
			float: right;
		}
		#colonna_sx .orario {
			float: left;
			background-image: url(../img/orario.jpg);
			background-repeat: no-repeat;
			width: 80px;
			height: 34px;
			font-weight: bold;
			color: #444444;
			text-align: center;
			font-size: 18px;
			margin: 0px 10px 0px 0px;
		}
			.orario .ora {
				position: relative;
				line-height: 32px;
				
			}
	#contenuto #colonna_dx {
		width: 260px;
		float: right;
		margin: 15px 30px 15px 0px;
		padding: 10px;
		background-repeat: no-repeat;
	}
		#colonna_dx .titolo {
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		#colonna_dx .calendario {
			float: left;
			width: 40px;
			height: 50px;
			font-weight: bold;
			color: white;
			text-align: center;
			margin: 5px 10px 0px 0px;
		}
			.calendario .mese {
				position: relative;
				width: 40px;
				height: 20px;
			}
			.calendario .giorno {
				position: relative;
				width: 40px;
				height: 30px;
				line-height: 30px;
			}
		#colonna_dx #base_dx {
			position: relative;
			width: 280px;
			height: 33px;
			margin-left: -10px;
			margin-bottom: -10px;
			background-image: url(../img/bot_dx.jpg);
			background-repeat: no-repeat;
		}
	#contenuto #base {
		width: 980px;
		text-align: center;
		font-size: 11px;
		/*height: 1px;*/
		clear:both;
		border-top: 1px solid #DDDDDD;
	}
.capoverso {
	font-weight: bold;
	cursor: pointer;
}
.divisorio, .divisorio2 {
	width: 100%;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
