/* CSS Document */

body
{

width:100%;
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS";
	font-size: 13px;
	color: #6f6f6f;
	background-color: #042a54;
	
}

.small{
  font-size: 12px;
}

.small td{
background-color: #e5e6f2;
}

a {
  color:#000984;
}

a.prenota{
  background:url(images/libero.gif);
  display:block;
  color:#555555;
  font-weight:bold;
  height:18px;
  width:85px;
}
a:hover.prenota{
  background:url(images/libero_over.gif);
  display:block;
  color:#555555;
  font-weight:bold;
  height:18px;
  width:85px;
}

a.disdici{
  background:url(images/giochitu.gif);
  display:block;
  color:#555555;
  font-weight:bold;
  height:18px;
  width:85px;
}
a:hover.disdici{
  background:url(images/disdici.gif);
  display:block;
  color:#555555;
  font-weight:bold;
  height:18px;
  width:85px;
}


form {
  padding:0px;
  margin:0px;
}




#lmaxhome {
  width:100%;
	height: 448px;
  background-image:url('images/bg_header.jpg');
  background-repeat:no-repeat;
  background-position: center top;

	margin: 0px auto;
	float: center;
	position: absolute;
  top:50%;
  margin-top:-224px;

}


#lmax {
  
  background-image:url('images/bg_header.jpg');
  background-repeat:no-repeat;
  background-position: center top;

}

#centro950 {
	width: 950px;  
	position: relative;
  left: 50%;
  margin-left: -475px;
	padding: 0px;
	font-size: 13px;
}

table {
  margin:0px;
  padding:0px;
}

.content{
  background-image:url('images/bg_content.gif');
  background-repeat:no-repeat;
  background-position: left top;
  background-color: #ffffff;
}

.title{
  font-size: 32px;
  color:#ffffff;
  
}

.bianco{
  color:#ffffff;
}

.rosso{
  color:#ff0000;
}

td.header {
  margin-top:10px;
  width:730px;
  height:430px;
  
  background-repeat:no-repeat;
  background-position: center top;
}

table.dati_personali{
  margin-left:10px;
  color:#ffffff;
}

h1,h2,h3 {
  margin:0px;
  padding:0px;
}