/* generale */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
}
div.content {
	clear: left;
	margin-top: 0px;
	width: 900px;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}
h1 {
	font-size: 25px;
	text-align: center;
	color: Black;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 30px;
}
h2 {
	font-size: 20px;
	color: Black;
	font-weight: normal;
	margin-top: 30px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
a.grassetto {
	font-weight: bold;
	font-size: 15px;
	color: #169E1A;
}
a:hover.grassetto {
	color: white;
	font-weight: bold;
	background-color: #169E1A;
}
a:visited.grassetto {
	color: none;	
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
table {
	width: 900px;
	background-color: White;
	padding: 0px;
	font-size: 13px;
	border: 0px;
	margin: 15px 0px 10px 0px;
	text-align: left;
}

/* menu alto */

table.menu {
	font-size: 15px;
	text-align: center;
	border: 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
td.menuuno {  
   width: 120px;
	background-color: #EA7500;
}
td.menudue {
	width: 120px;
	background-color: #169E1A;
}
td.menutre {  
   width: 120px;
	background-color: #AF0000;
}
td.menuquattro {  
   width: 120px;
	background-color: #0066B1;
}
td.menucinque {  
   width: 120px;
	background-color: #693469;
}
td.menusei {  
   width: 120px;
	background-color: #666666;
}
p.rimandi {
   margin-top: 0px;
	margin-bottom: 0px;
}
a.bianco {
	color: White;
	text-decoration: none;
}

/* menu basso */

#footer {
	width: 900px;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 10px 0 20px 0;
	margin-top: 25px;
}
.testopiepagina {  
   font-weight: bold;
	font-size: 12px;
}
.colore1 {  
   color: #EA7500;
}
.colore2  {
	color: #169E1A;
}
.colore3 {  
   color: #AF0000;
}
.colore4 {  
	color: #0066B1;
}
.colore5 {  
	color: #693469;
}
.colore6 {  
   color: #666666;
}
.nero {
	color: Black;
}

/* pagine continenti */

table.viaggi {
	font-weight: bold;
	font-size: 14px;
}
table.mappa {
	margin-bottom: 0px;
	margin-top: 0px;
}
.marrone {
	background-color: #EA7500;
	color: White;
}
.rosso {
	background-color: #AF0000;
	color: White;
}
.verde {
	background-color: #169E1A;
	color: White;
}
.azzurro {
	background-color: #0066B1;
	color: White;
}
.viola {
	background-color: #693469;
	color: White;
}
.grigio {
	background-color: #666666;
	color: White;
}

/* pagine viaggi */

div.interno {
	clear: both;
	margin-top: 20px;
	width: 900px;
	border-top: dotted 1px gray;
}
table.mappaviaggio {
	width: 425px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: right;
}
table.foto {
	margin-top: 25px; 
	margin-bottom: 25px;
}
td.didascaliamappa {
	font-size: 11px;
	height: 18px;
}
span.aereo {
	color: #9400D3;
	font-weight: bold;
}
span.treno  {
	color: Red;
	font-weight: bold;
}
span.autobus {
	color: #169E1A;
	font-weight: bold;
}
span.auto {
	color: #A0522D;
	font-weight: bold;
}
span.nave {
	color: Blue;
	font-weight: bold;
}

/* pagine viaggiatori */

.italia {
	background-color: #E050A1;
	color: White;
}
.europa {
	background-color: #53D7D8;
	color: White;
}
.asia {
	background-color: #FC6459;
	color: White;
}
.africa {
	background-color: #02E13F;
	color: White;
}
.america {
	background-color: #5581FC;
	color: White;
}
.oceania {
	background-color: #7C56FC;
	color: White;
}

/* form */

form {
	width: 450px;
	margin-top: 0px;
	margin-right: 30px;
	float: left;
}
fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input {
	margin-left: 150px;
}
#bottone1 {margin-left: 5px;}
#bottone2 {margin-left: 20px;}
select {
	margin-left: 150px;
}
#anno {margin-left: 20px;}
label {
	position: absolute;
	padding-top: 4px;
	margin-left: 10px;
}
#datipersonali {background:#FC6459;}
#info {background:#53D7D8;}
#commento {background:#53D7D8;}
#suggerimenti {background:#53D7D8;}
textarea {
	margin-left: 5px;
	padding-top: 4px;
}
optgroup {
	font-weight: normal;
}