﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #eee;
	margin: 0;
	padding: 0;
	font-family:arial;

}

img
{
	border : 0px;
	float:left;
}

#main 
{
	width:100%;
	float:left;
}
#bandiere 
{
	width:70px;
	margin:0px 0px 0px -80px;
	float:left;
}
#bandiere a
{
	float:left;
	margin-top:10px;
}

#elenco {
	margin: 30px 10px 10px 0px;
	background-color: #ccc;
	border: solid 1px #000000; 
	border-collapse: collapse;
}

#elenco td{
	
		padding:5px;
}

#elenco tr:hover{
	cursor: pointer; background-color: #fff; 
 }
 
 
#table_pagamenti {
	margin: 30px 10px 10px -60px;
	background-color: #ccc;
	border: solid 1px #000000; 
	border-collapse: collapse;
	width:100%;
}
#table_pagamenti td{
	
		padding:15px;
}

.cnt_500 {
	width:500px;
	margin:auto;
	
	text-align:center;
 } 
 .cnt_800 {
	width:800px;
	display: block;
	text-align:center;
	margin-right: auto;
    margin-left: auto;
 } 
 
.cnt {
	text-align:center;
 } 
 .rgt {
	text-align:right;
 } 
.table_menu {
	width:800px;
 } 
 
.table_menu td{
	width:50%;
	height:40px;
	text-align:center;
	text-decoration:none;
	background-color: #ccc;
 } 
 
 .table_menu a{
	text-decoration:none;
	color:black;
	font:bold;
	font-size:20px;
	font-family:arial;
 } 
 
 
 .table_menu td:hover{
	cursor: pointer; background-color: #fff;
 } 
 
.center
{
	width:600px;
	margin:auto;
}

#header 
{
	width:100%;
	float:left;
	margin-left:100px;
}
#menu 
{
	margin-left:100px;
	width:100%;
	float:left;
} 
#content 
{
	width:100%;
	float:left;
	margin: 10px 10px 10px 30px;
} 
#carte 
{
	float:left;
	margin:50px auto 50px 100px;

	border: solid 1px #000000; 
	background-color: #fff;
} 
.testi
{
	width:80%;
	float:left;
	margin-left:100px;
}
.img50
{
	width:380px;
	height:110px;
	float:left;
	margin-top:50px;
	margin-right: auto;
    margin-left: auto;
	text-align:center;
} 
.img_center
{
	margin-left: 170px;
} 


