* {
  margin: 0;
  padding: 0;
}

html {
  background: #eee;
  color: #444;
  margin: 0;
  padding: 0;
}

body {
  margin: 8px;
  padding: 0;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0px; }
.image { float: left; border: 1px solid #804040; padding: 3px; margin: 0 15px 10px 0; }

a         { color: #8d3600; text-decoration: none; }
a:hover   { color: #666; text-decoration: underline; }
a:visited { color: #8d3600; }

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #8d3600;
  margin: 12px 4px 4px 4px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 12px 4px 4px 4px;
}

p {
  font-size: 11px;
  padding: 4px;
  margin: 0px 0px 8px 0px;
}

#header {
  clear: both;
  width: 840px;
  height: 26px;
  overflow:hidden;
  padding: 0px 8px 0px 8px;
  margin: auto;
  text-align: left;
  background-image: url("images/alto.gif");
}

#box {
  margin: 0px auto;
  width: 840px;
  text-align: left;
  padding: 0px 8px 0px 8px;
  background-image: url("images/sfondo.gif");
}

#menu_laterale {
	clear: right;
	float: right;
	color: #666;
	width: 208px;
}

#boxtesto {
	clear: left;
	float:left;
	width: 624px;
	padding: 0px;
	margin: 0px;
  }

#boxtesto div.articoli {
  float:left;
  width:616px;
  position:relative;
  padding:4px;
}

#boxtesto ul {
  margin: 0px 32px 8px 16px;
}

#menu_orizzontale {
  clear: both;
  background-color: #efefef;
  overflow: hidden;
  width: 840px;            
}

#menu_orizzontale ul { list-style-type: none; font-weight: bold; }
#menu_orizzontale li { display: inline; }

#menu_orizzontale li.active a {
  background-color: #ddd;
  color: #000;
}

#menu_orizzontale a {
  display:block;
  float: left;
  white-space: nowrap;
  padding: 6px 16px 8px 16px;
  text-decoration: none;
  font-size: 11px;
  color: #666;
}

#menu_orizzontale a:hover {
  text-decoration: none;
  background-color: #ddd;
}

#divisore {
  clear: both;
  background: #FFCC33;
  overflow: hidden;
  height: 2px;
  width: 840px;     
}

#menu_laterale ul {
  margin: 0px 0px 16px 16px;
  padding: 0px;
}

#menu_laterale li {
  margin-bottom: 8px;
  padding: 0px;
}

div.spazio { clear: both; width:100%; height:1px; background-color: #ccc; overflow:hidden; line-height: 1px; }
div.testo { margin: 4px; background-color: #f4f4f4; padding:2px 8px; border: #eee solid thin; border-width: 1px; }
div.testo_top {
	padding:2px 6px 12px;
    background: url("images/tooltip.gif") no-repeat right;
}
.testo_top_p {
	text-align:right;
	color: #8d3600;
	margin: 26px 8px 8px 8px
}
div.testo_top_cat {
	padding:2px 6px 12px;
    background: url("images/tooltip_cat.gif") no-repeat right;
}

div.img_testo { margin: 4px 0; float: right; }

#recapiti { float: right; margin: 14px 16px 0px 0px; }
p.recapiti  { color: #999; text-align: right; }

.titolo{
border:1px solid #000000;
color:#000099;
font:normal 12px Arial, Helvetica, sans-serif;
letter-spacing:normal;word-spacing:normal;
background:#FFF
}

.submit{
font-weight:normal;
font-size:11px;
color:#000000;
background:#FFCC33;
border:1px double #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

#footer {
  clear: both;
  width: 840px;
  height: 50px;
  padding: 0px 8px 0px 8px;
  margin: 0px auto;
  background-image: url("images/basso.gif");
}
