body{
	margin: 0;
	padding: 0;
	font: normal 0.8em Arial, Verdana, sans-serif;
	background: #ed9017 url(../img/outer.jpg) top center repeat-x;
	color: #333;
}
#outer-2{
	background: url(../img/bg-container.jpg) repeat-y center top;
}
#outer{
	background: url(../img/background.jpg) no-repeat center top;
}
a img{
	border: none;
}
h1, h2, h3, p{
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2, h3{
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #30b8e2;
}
h1{
	height: 10;
	border-top: 1px solid #15a4d0;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em;
}
a:link, a:visited{
	color: #30b8e2;
	text-decoration: underline;
}
a:hover, a:active{
	color: #518bad;
	text-decoration: none;
}


.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}

/* -----  menu orizzontale ------ */
#menu{
	height: 40px;
	background: url(../img/bg-menu.jpg) no-repeat; 
	background: none;
	padding-bottom: 40px;	
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	font-size: 1.2em;
}
#menu ul li a{
	display: block;
	float: left;
	padding: 5px 19px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #10a1ce;
	border-left: 1px solid #9fe3ff;
}
#menu ul li a:link, #menu ul li a:visited{
	color: #fff;
	text-decoration: none;
	background: url(../img/menu.jpg) repeat-x;
}
#menu ul li a:hover, #menu ul li a:active{
	color: #fff;
	text-decoration: none;
	background: url(../img/menu.jpg) 0 -40px repeat-x;
}
#menu ul li.in a:link, #menu ul li.in a:visited, #menu ul li.in a:hover, #menu ul li.in a:active{
	background: url(../img/menu-in.jpg) repeat-x;
	color: #fff;
	border-left: 1px solid #ed9017;
}

/* --- menu laterale ---*/
.menu-side ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-side ul li{
	margin: 2px 0;
	padding: 0;
}
.menu-side ul li a{
	display: block;
	padding: 3px 15px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #a5def2;
	border-right: 1px solid #a5def2;
}
.menu-side ul li a:link, .menu-side ul li a:visited{
	color: #333;
	text-decoration: none;
	background: url(../img/menu-side.jpg) repeat-x;
}
.menu-side ul li a:hover, .menu-side ul li a:active{
	color: #333;
	text-decoration: none;
	background: url(../img/menu-side.jpg) 0 -30px repeat-x;
}

/* --- contenuti vari ----*/
h1 a{
	display: block;
	position: absolute;
	width: 445px;
	height: 75px;
	left: 50px;
	top: 140px;
}
#content h1, #content h2, #content h3, #column h1, #column h2, #column h3{
	margin: 10px 0;
}
#content img.left{
	border: 2px solid #888;
	margin: 0 20px 10px 0;
}
#content ul{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
#content ul li{
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.8;
	background: url(../img/list.gif) 0 4px no-repeat;
}

#content ul li .red{
	color: #FF855C;
}

/* ---- struttura --- */
#container{
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 0 50px;
}
#header{
	height: 250px;
}
#content{
	float: left;
	width: 520px;
	margin-right: 20px;
	line-height: 1.4;
}
#column{
	float: left;
	width: 305px;
	padding: 0 10px 10px;
	border: 1px solid #9fe3ff;
	background: #fff;
}
#footer{
	clear: both;
	padding-bottom: 113px;
	padding-top: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	background: url(../img/footer.jpg) bottom center no-repeat;
}
#meteobox {
position:relative;
background-image:url(../img/bg-misano.png);
width:520px;
height:175px;
line-height:5px;
}

.tablemeteo {
  font-size:11px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  text-align:center;
  width:450px;
  margin-top:20px;
}

#meteobox td img {
border:0px;
margin:0px;
padding:0px;
}
#meteobox td.gray {
height:1px;
}

