/*
	Autore: Danilo Cicognani
	Script: main.css
	Applicazione: www.studiolegalebartolini.it
	Versione: 1.00
	Data: 02/05/2007
	Scopo: Cascading Style Sheet
	Copyright (c) 2007 Danilo Cicognani
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e1d7;
	color: #2c2b29;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
	text-align: center;
}
h1.address {
	text-align: center;
	margin: 5px;
	font-size: 12px;
}
div.fascia {
	background-color: #76726d;
}
div.head-home {
	background: url('foto.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 358px;
	width: 100%;
}
div.head {
	background: url('fotocut.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 192px;
	width: 100%;
}
table.specializ-sx {
	float: left;
	width: 100px;
}
table.specializ-dx {
	float: right;
	width: 100px;
}
td.specializ {
	text-align: center;
	width: 12.5%;
	white-space: nowrap;
	color: #e5b74f;
	font-size: 9px;
	font-weight: bold;
}
a.specializ, a:link.specializ, a:visited.specializ, a:active.specializ {
	color: #e5b74f;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	display: block;
	padding: 1px;
}
a:hover.specializ {
	color: #2c2b29;
	background-color: #e5b74f;
	text-decoration: none;
	font-size: 9px;
	display: block;
	padding: 1px;
}
img.specializ {
	width: 80px;
	height: 30px;
	border: 1px solid #2c2b29;
	vertical-align: middle;
}
div.consulenze {
	position: relative;
}
a.consulenze, a:link.consulenze, a:visited.consulenze, a:active.consulenze {
	color: #e5b74f;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	padding: 1px;
}
a:hover.consulenze {
	color: #2c2b29;
	background-color: #e5b74f;
	text-decoration: none;
	font-size: 20px;
	padding: 1px;
}
div.container {
	text-align: center;
}
h2.slogan {
	color: #ad2722;
	margin: 0px;
	font-size: 20px;
	text-align: center;
}
h3.slogan {
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
h3.slogan span.capital {
	font-size: 18px;
}
div.menu {
	text-align: center;
	margin-bottom: 10px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}
div.footer {
	margin-top: 10px;
	text-align: center;
}
ul.footer {
	margin: 0px;
	padding: 5px;
}
ul.footer li {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}
td.content {
	font-size: 12px;
}
h2 {
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
div.news {
	font-size: 12px;
	margin-bottom: 5px;
}
a, a:link, a:visited, a:active {
	color: #ad2722;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ad2722;
	text-decoration: none;
	font-weight: bold;
}
span.data {
	font-style: italic;
}
div#map {
	float: right;
	width: 500px;
	height: 350px
}
form {
	margin: 0px;
}
table.cons {
	border: 0px;
	width: 100%;
}
table.cons th {
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #d4cdc4;
	padding: 2px 10px 0px 2px;
	vertical-align: top;
}
table.cons td {
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
input {
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
input.text {
	width: 200px;
}
input.text-small {
	width: 50px;
}
input.text-smaller {
	width: 25px;
}
input.button {
	width: 70px;
}
textarea {
	width: 400px;
	height: 100px;
	font-family: Tahoma, Sans-serif;
	font-size: 12px;
}
textarea.readonly {
	height: 50px;
	background-color: #d4cdc4;
}