/*------------------------------------------------------------------------
# Marco Sechi CSS
# ------------------------------------------------------------------------
# Copyright (C) 2010 Marco Sechi. 
# @license - GPU/GPL
# Author: marco.seki@gmail.com
-------------------------------------------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eeeeee;
	background-image: url(../images/sfumatura-laterale.jpg);
	background-repeat: repeat-y;
	background-position:center;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

/* Normal link */
a:link, a:visited {
	color: #172983;
	font-size: 11px;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {;font-size: 18px;
	font-weight:normal;
	color: #172983;}
h4 {font-size: 14px;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

textarea{
	width: 680px;
	border: none;
	background-color: #EEE;
	padding: 5px;

}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 950px;
	margin: 0 auto;
}

.container{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

/*================================ HEADER ============================*/
.header{
	width: 100%;
	margin-top: 15px;
}


.header1{
	width : 950px;
	height: 105px;
}

.header11{
	width: 230px;
	float: left;
	height: 90px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.header2{
	width: 680px;
	height: 105px;
	float: left;

}

.header21{
	width: 680px;
	height: 65px;
	float: left;

}


.header31{
	width: 280px;
	height: 65px;
	float: left;
}

.header32{
	width: 200px;
	height: 65px;
	float: left;
}

.header33{
	width: 200px;
	height: 65px;
	float: left;
}

.header22{
	width: 680px;
	height: 40px;
	float: left;

}

.header-bottom{
	width: 950px;
	height: 20px;
	background-image: url(../images/sfumatura.jpg);
	background-repeat: no-repeat;

}

/*================================ MAINBODY ============================*/
.mainbody{
	margin-top: 20px;
}
/*Left*/
.sinistra{
	width: 200px;
	float: left;
	margin-left: 20px;
}
/*Center*/
.centro{
	width: 510px;
	float: left;
	margin-left: 20px;
}

#pathway{
	margin-bottom: 10px;
}

#flash{
	margin-bottom: 10px;
}

/*Right*/
.destra{
	width: 160px;
	float: left;
	margin-left: 20px;
	
}
/*================================ FOOTER ============================*/
.footer{
	width: 100%;
	margin-top: 15px;
}

.footer1{
	border-top: 3px dashed #EEE;
	margin-top: 10px;
	padding-top: 8px;
	height: 40px;
	width : 910px;
	margin-left: 20px;
}

/*================================ FLASH ============================*/

.flash{
	width: 680px;
	float: left;
	/*margin-left: 30px;*/
}

/*================================ METEO ============================*/

.meteo{
	width: 910px;
	float: left;
	margin-left: 20px;
}















