/* @override 
	http://localhost/zeusftp/style/style.css
	http://localhost/astegiudiziarie/style/style.css
*/

@CHARSET "UTF-8";

a img {
	border: none;
}

* {
	font-size: 12px;
	font-family: verdana;
	line-height: 13px;
}

body { /*background-color:midnightblue;*/
	padding: 0px;
	margin: 0px;
}

#page {
	background-image:url(../images/bilancia.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	padding: 0;
	min-width: 800px;
	width: 1000px;
	left:50%;
	margin-left:-500px;
	position: absolute;
}

h1 {
	font-size:20px;
	margin: 0px 0 15px 2px;
	color: crimson;
	font-family: serif;
}
#header h1{
	margin: 0;
	padding: 0;
}
h2 {
	margin: 5px 0 15px 0px;
	padding: 0;
	font-size: 130%;
	font-style: italic;
}
h3{
	margin:20px 0 0 0;
	padding: 15px 0 0 10px;
	font-variant: small-caps;
	font-size:120%
}
a {
	text-decoration: none;
	color: blue;
}

p {
	padding: 0px;
	margin: 4px 0px;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

#header {
	/*height: 180px;*/
	background-position: top left;
	
}

#header p {
	margin: 0px;
	padding: 0px;
}

#footer {
	text-align:center;
	clear: both;
	height: 40px;	
	border-top:1px solid gray;
	line-height:15px
}

#col1 {
	float: left;
	clear: none;
	width: 220px;
	padding: 10px;
}

#col2 {
	margin-top: 30px;
	margin-bottom: 5px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	padding: 10px;
	float: left;
	width: 500px;
	clear: none;
}

#col3 {
	float: left;
	clear: none;
	width: 220px;
	padding: 10px;
	min-height: 400px;
	
}

#menu {
	width: auto;
	clear: both;
}
#col1 a{
	color: midnightblue;
	font-size: 110%;
	color:black;
	border-bottom: 1px dotted black;
}
#col1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:40px;
	
}
#col1 li{
	margin-top: 13px;
}
#col1 table{
	margin-left:9px;
	/*border:3px solid royalblue;*/
	width: 199px;
	/*background-color:#f9f3ee;*/
}
#col1 .blocco{
	background-image: url(../images/menu-left.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#col3 .blocco{
	background-image: url(../images/menu-right.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#col3 p,h4{
	padding-left: 20px;
}
#bollettini{
	border-top:1px dotted black;
	border-right:1px dotted black;
	width: 100%;
}
#bollettini *{
	font-size: 10px;	
}
#bollettini td{
	padding:5px;
	border-left:1px dotted black;
	border-bottom:1px dotted black;
}
#bollettini table td{
	padding:0 5px 5px 0;
	border-bottom:none;
	border-left:none
}
#bollettini table{
	width: 100%;
}
.prezzo{
	text-align:center;
}
#bollettini table td.prezzo{
	text-align:left;
	width:20%;
}
#bollettini table td{
	/*padding-bottom: 10px;*/
}
.galleria{
	
}
.galleria img{
	border: 3px solid brown;
	margin: 5px;
}
.bleft{
	border-left:1px dotted black;
	width:15%;
}
form{
	margin:0;
	padding:0;
}
.stampasi{
	display:none;
}