@charset "UTF-8";
/* CSS Document */

html,body{margin: 0;padding:0}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

body#back{
	background-color: #ECE7D2;
}


div#header{
	height: 87px;
	width: 838px;
	background-image: url(../images/intestazione.jpg);
}

div#container_menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	text-align: left;
	font-size: 12px;
	height: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div#title {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	margin: 5px;
	background-color: #606060;
	color: #CCCCCC;
}

div#footer {
	clear: both;
	font-family: "Courier New", Courier, monospace;
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;	
}

#content_sx{
	margin-top: 0;
	margin-right: 50%;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content_dx{
	float:right;
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

img.home {
	margin: 5px;

}

/* stili */

.menu {
	display: block;
	float: left;
	text-align: center;
	letter-spacing: 0.2em;
}

.menu a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #003300;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

.menu a:hover {
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
}

.menu a:visited {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a.prodotti:link, a.prodotti:visited {
	color: #339966;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}


a.prodotti:hover {
	color: #66CC66;
	text-decoration: none;
	font-size: 10px;
}


a.mail:link, a.mail:visited {
	color: #006633;
	text-decoration: underline;
}


a.mail:hover {
	color: #333333;
	text-decoration: none;
}


.bold_green {
	font-weight: bold;
	color: #95DB95;
}

.red {
	color: #FF0000;
}

.red_soft {
	color: #990033;
}

.white {
	color: #FFFFFF;
}

.violet {
	color: #BBBBFF;
}


.right {
	text-align: right;
}

.middle {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.sottolineato {
	text-decoration: underline;
}

.corsivo {
	font-style: italic;
}

div#footer2 {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
.podcast {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#container {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#spaziatore_left {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
div#spaziatore_right {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
div#spaziatore_middle {

	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#content_dx_home {

	float:right;
	width: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body#grey {

	background-color: #999999;
}
img.th {
	margin: 5px;
	border: 1px solid #333333;
	padding: 5px;
}

