/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	background-color: #E5E5E5;
	margin: 0px;
}

a:link {  
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {  
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {  
	color: #AA2331; 
	font-weight: bold;
	text-decoration: none;
}
.table_generale{
	width: 770px;
	border: 2px solid #666666;
}
.left{
	width: 199px;
	vertical-align: top;
	background-color: #E0DFDB;
}

.center{
	width: 330px;
	background-image: url(images/layout/sfondo_txt.jpg);
	vertical-align: top;
}

.right{
	width: 241px;
	vertical-align: top;
	background-image: url(images/layout/menu_sfondo.jpg);
}
.title_center{
	font-size: 14px;
	font-weight: bold;
	color: #AA2331;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.txt_center{
	padding-left: 10px;
	text-align: justify;
	padding-right: 25px;
	padding-top: 5px;
}
.submenu{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 25px;
}
.txt_submenu{
	text-align: center;
}
.td_map{
	background-color: #E0DFDB;
	font-size: 10px;
	padding-top: 3px;
}
.border_map{
	border: 2px solid #AA2331;
}
.td_img_galleria{
	text-align: center;
	padding: 5px;
}
.border_icone_galleria{
	border: 1px solid #AA2331;
}
.td_txt_galleria{
	padding-bottom: 10px;
	text-align: center;
	width: 50%;
	vertical-align: top;
}
.tabletariffe{
	width: 300px;
	border: 2px solid #AA2331;
}
.nome_veicolo{
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	color:  #AA2331;
}
.txt_veicolo{
	padding: 5px;
}


/* Tabella Listino Prezzi */

.tableListino{
	width: 650px;
	border: 1px solid #000000;
}
.titleListino{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #000000;
}
.subtitleListino{
	text-align: center;
	border-bottom: 1px solid #000000;
}

