/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
width: 1002px;
}



.top {
	height: 100px;
	width: 1002px;
	background:url(http://www.calabriamia.it/medier/top_1002.jpg) no-repeat;
	background-position:center;
}

.menuTop {
	display:block;
	margin:0;
	padding:0 2em;
	list-style:disc;
	list-height:1.0em;
	text-decoration:none;
	color:#FAA819;
	width:1002px;
	height:5px
	margin-top:130px;
	float:center;
	background:yellow;
}

.menuTop ul a:hover {
	color:#333;
}
-----------------------------------------------------------------------------------
.menuSezione { /* NAVIGAZIONE SINISTRA */
	list-style-type: none;
	padding-right: 5px;
	padding-left: 10px;
	border-top:  5px solid #D7E0C1;
	border-right: 2px solid #D7E0C1;
	padding-top: 10px;
	width: 240px; /* larghezza sezione SINISTRA */
	float: left;
margin-left:-240px;
clear:both;
}

.menuSezione dt{
	margin: 5px 0;
	border: 4px #d7e0c1 solid;
	border-width: 2px 0;
	padding: 5px 0;
width: 240px;
}

.menuSezione dt.primo{
	margin-top: 0.5em ;

}

.menuSezione dd{
	margin-bottom: 0.2em;
	padding-left:0.2em;

}

.menuSezione .secondoLivello dt{
	border: 0px #d7e0c1 solid;
	padding: 5px;
	margin: 10;
width: 240px;
}
-------------------------------------------------------------------------------------
.main {
	clear: none;
	height:auto;
	min-height:100%;
}

.sezione .contenuto {
	clear: none;
	width: 540px; /* larghezza sezione CONTENUTO */
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

.temp{
	height: 100px;
	background-color:#CCCCCC;
	margin-bottom: 20px;
}
.main .sezione {
	width: 800px;
	float: left;
	background:yellow;

}

.main .contenuti {
	width: 560px;
	border-top:  1px solid #D7E0C1;
	border-left: 1px solid #D7E0C1;
	padding: 25px 10px 0 10px;
	left: 800px;
	float: right;
	background:yellow;
}

.mappaSito{
	clear:both;
}

.comandi {
	height: 30px;
	background-image: url(/css/_imgCalabriaMia/comandi.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.notizie dt{
	
	padding-bottom:10px;
}
.notizie dd{
	padding: 5px 0 10px 0;
}

.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D7E0C1;
	clear: both;
	margin: auto;
	width: 980px;
	height: 50px;
}

.footer li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}

.cerca{
	margin-bottom: 20px;
}

.cerca #textfield {
	width: 100px;
}

.footer .mappaSito {
	display: inline;
}

.mappaSito *{
	display:inline;
}

.linkFooter {
	float: left;
}

.linkFooter *{
	display:inline;
}

.container{
	min-height: 100%;
	height: auto; /*!important */
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width: 1000px;
	border-width: 0 1px;
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

