/* *********** appuntamenti casanaturale.info vers. php 3.0 **************** */
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
	padding: 0;
}
html, body {
  width: 100%;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
	text-align: center;
}
html {
	background: url(../images/bghtml.png) center repeat-y;
  overflow: -moz-scrollbars-vertical;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
div#pagina {
  margin: 0 auto;
  width: 990px;
  text-align: left;
  background: #fff;
}
div#testata {
  position: relative;
  float: left;
  width: 990px;
  height: 142px;
  background: #fff url(../images/testata.png) top left no-repeat;
}
div#sottotesta {
  position: relative;
	float: left;
	width: 990px;
  height: 25px;	
	margin-top: 8px;
	background: url(../images/bgmenunav.png) top left repeat-x;	
}
div#sottotesto {
  position: relative;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-left: 26px;
	font: normal 15px tahoma,arial,helvetica,sans-serif;
	color: #333;
}
div#content {
  clear: both;
  width: 990px;
  text-align: left;
  height: 530px;
  min-height: 490px;
	background:  url(../images/bgbody.jpg) center top no-repeat
}
div#mainmenu {
  position: relative;
	float: left;
	width: 660px;
	height: 30px;
  margin-top: 10px;
	margin-left: 15px;
}
div#colsx {
  position: relative;
	float: left;
  width: 680px;
	margin-left: 50px;
}
div#coldx {
  position: relative;
	float: left;
  width: 230px;
	margin-left: 20px;
}
div#fotoapp {
  position: relative;
	float: left;
  width: 200px;
	margin-top: 20px;
	text-align: center;
}
.verde {
  color: #468512;
}
.verde a {
  color: #000;
}
.verde a:hover {
  color: #000;
}

#slider {
  width: 630px;
}
.header {
  width: 610px;
	padding: 8px; 
	margin-top: 5px; 
	cursor: pointer; 
  font: bold 12px tahoma,helvetica,sans-serif;
}
.header:hover {
  background: #eee;
}
.content { 
  overflow: hidden;
}
.text {
  font: normal 12px tahoma,helvetica,sans-serif;
	text-align: justify;
  width: 590px;
	padding: 15px;
	color: #000;
	border: #777 1px solid;
}









