body {
	margin:0;
	padding:0;
	border:0;		
	width:100%;
	font-size:80%;
	background: #fff;
	font-family: verdana, helvetica,arial;
}
#contenuto{
width:70%;
margin: 0 15%;
}
a {
	color:#0066ff;
}
a:hover {
	color:#fff;
	background:#0066ff;
	text-decoration:none;
}

ul { type: circle; }
h1 { color: #0080ff; font-size:180%;margin: 25px 0;}
h1 span{font-size:60%;}
h2 { color: #0066ff;background:transparent; font-size:150%; }
h3 { color: #666; background:transparent; font-size:1em; }
h4 { text-align: center; font-weight: bold; color: #488448; font-size: 110%; }
h5 { text-align: right; font-weight: bold; color: #fff; }

img {
	margin:10px 0 5px;
	border:0;
}

#header {
	clear:both;
	float:left;
	width:100%;
border-bottom:1px dotted #ccc;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#ecf5ff;
	color:#000;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

.fsx{
float:left;
}
.fsx img{
border:0;
float:left;
margin:10px 20px 10px 0;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:1em 1em 1em 3em;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
		background: url(http://www.sottofondi.it/images/sfondo2.jpg) 100% 0 no-repeat #fff;
		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background: transparent;
	/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.bdx{
border-right: 1px dotted #ccc;
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
#footer {
	clear:both;
	float:left;
	margin 10px 0;
	width:100%;
	padding-top:3em;
	border-top:1px dotted #ccc;
	text-align:center;
	font-size:70%;
	margin:0;
}

.n7 { 
font-size: 70%; 
}
.clearboth{
clear: both
}

.marsx2{
margin: 0 2px 0 0;
}
.marsx10{
margin: 0 10px 0 0;
}
table, tr, td{
backround:#eee;
border: 1px dotted #fff;
}

table, tr, td img{
vertical-align:top;
}
