@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background: #f8f3df url(img/bkg/pattern.gif) repeat-x;
}

a {
	color: #686868;
}

.clear {
	clear: both;
	height: 0;
	border: 0;
}
.clear hr {
	clear: both;
	display: none;
}

div#container {
	width: 810px;
	margin: auto;
	padding: 0;
}

div#header div#logo {
	width: 802px;
	height: 162px;
	background: #f8f3df url(img/header_cortecampana.jpg) no-repeat;
	padding: 0;
	margin: 0 0 2px 0;
}

div#header div#menu {
	width: 802px;
	height: 28px;
	background: #000 url(img/bkg/sfondo_menu.jpg) repeat-x;
}

div#main {
	background-color: #f8f6ea;
	height: 515px;
	width:802px;
}

div#main div#sottomenu {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	width: 792px;
	height: 18px;
	background-color: #fff;
}

div#main div#corpo{
	min-height: 400px;
	padding: 5px;
}

div#main div#mainbottom {
	height: 30px;
}

div#mainbottom ul.lingue{
	list-style-type: none;
	margin: 0px;
}
div#mainbottom ul.lingue li{
	float: left;
	padding-top: 4px;
}
div#footer {
	background: #f8f3df url(img/bkg/pattern.gif) repeat-x;
	height: 30px;
}

div#sxcol,div#dxcol,div#cencol{
	float:left;
}

div#sxcol,div#dxcol{
	margin-top: 180px;
	height: 527px;
	width: 4px;
}
div#sxcol{
	background: #f8f3df url(img/ombre/ombra_left.png) repeat-y;
}
div#dxcol{
	background: #f8f3df url(img/ombre/ombra_right.png) repeat-y;
}

div.tratteggiosu{
	width:730px;
	margin: 0 0 0 20px;
}
div.tratteggiosu ul{
	border-top: dotted 2px #b9b9b5;
	list-style-type: none;
	margin: auto;
	width: 100%;
}
div.tratteggiosu ul li{
	margin: 5px 0 0 0;
	width: 49%;
	float: left;
	text-align: center;
}
div.tratteggiosu ul li.right{
	border-left: dotted 1px #b9b9b5;
}

ul.fotogallery,ul.fotogallery_home{
	list-style-type: none;
}
ul.fotogallery_home{
	margin: auto;
	width: 750px;
	padding: 0;
}
ul.fotogallery li{
	float: left;
	margin-left: 5px;
}
ul.fotogallery_home li{
	float: left;
	margin: 0px;
}

div.label{
	padding-top: 5px;
	font-weight: bold;
	width: 100px;
	float: left;
}
div.input{
	padding-top: 5px;
	width: 300px;
	float: left;
}

div.input input,div.input textarea,div.input select{
	width: 300px;
	border: solid 1px #000;
}


div.mapsx{
	width: 450px;
	float: left;
}
div.mapsx ul{
	padding: 0;margin:0;
	list-style-type: none;
	margin-bottom: 20px;
}
div.mapsx ul li{
	width: 20px;
	float: left;
}
div.mapsx li.dx{
	width: 400px;
	float: right;
}
div.mapdx{
	width: 300px;
	float: right;
	margin-right: 10px;
}

div.news,div.guestbook{
	height: 400px;
	overflow: auto;
}
div.news ul{
	list-style-type: none;
	padding: 0;margin:0;
}
div.news div.titolo,div.guestbook div.titolo{
	font-weight: bold;
}
div.news div.testo,div.guestbook div.testo{
	margin-bottom: 10px;
}
