/*
	Autore: Danilo Cicognani
	Script: style.css
	Applicazione: www.hotel-pinarella-cervia.it
	Versione: 1.01
	Data: 08/08/2011
	Scopo: Foglio di stile del sito
	Copyright (c) 2010-2011 CicoNET di Danilo Cicognani
*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #b4d7f8 url('images/sfondo.png') repeat-x;
	color: #09265d;
}

/* Stili generici */
h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0d3786;
}
h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0d3786;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #0d3786;
}
a:link, a:visited {
	color: #0d3786;
	text-decoration: underline;
	font-weight: bold
}
a:hover, a:active {
	color: #0d3786;
	text-decoration: none;
}
p {
	margin: 10px 0px;
	padding: 0px;
}

/* Layout */
div#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#ombra {
	background: url('images/ombra.png') repeat-y;
	behavior: url('iepngfix.htc');
	width: 950px;
	padding: 0px 5px 0px 5px;
}
div#header {
	width: 950px;
	height: 250px;
	background: url('images/head.jpg');
}
div#header img {
	width: 320px;
	height: 250px;
	border: 0px;
	behavior: url('iepngfix.htc');
}
div#menu {
	position: absolute;
	width: 950px;
	height: 47px;
	top: 213px;
	background: url('images/bordo.png') bottom repeat-x;
}
div#menu div {
	float: left;
	width: 150px;
	height: 37px;
	text-align: center;
	font-size: 14px;
	line-height: 13px;
}
div#menu div.open, div#menu div.over {
	float: left;
	width: 150px;
	height: 47px;
	text-align: center;
}
div#menu div a {
	display: block;
	padding: 10px 0px 24px 0px;
	text-decoration: none;
}
div#menu div a:hover {
	text-decoration: underline;
}
div#menu div.tabrossa {
	background: url('images/tabrossa.png') top no-repeat;
	behavior: url('iepngfix.htc');
}
div#menu div.tabrossa a {
	color: #ffac08;
}
div#menu div.tabgialla {
	background: url('images/tabgialla.png') top no-repeat;
	behavior: url('iepngfix.htc');
}
div#menu div.tabgialla a {
	color: #0d3786;
}
div#menu div a.acapo {
	padding: 5px 0px 16px 0px;
}
div#body {
	width: 950px;
	background-color: #e8ebf7;
}
div#content {
	padding: 10px;
}
img.right {
	border: 0px;
	float: right;
	margin: 10px 0px 10px 10px;
}
img.left {
	border: 0px;
	float: left;
	margin: 0px 10px 0px 0px;
}
div.box {
	width: 652px;
	height: 292px;
	float: left;
	padding: 10px 20px 20px 10px;
	background: url(images/box.png);
	margin-bottom: 10px;
}
div.box img {
	width: 300px;
	height: 200px;
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #8c8c8c;
}
div.box-small {
	width: 652px;
	height: 128px;
	float: left;
	padding: 10px 20px 20px 10px;
	background: url(images/box-small.png);
	margin-bottom: 10px;
}
div#map {
	margin: 10px 0px 0px 332px;
	width: 594px;
	height: 450px;
	border: 2px solid #09265d;
}
div#map2 {
	margin: 10px 0px 0px 0px;
	width: 594px;
	height: 600px;
	border: 2px solid #09265d;
}
div.left {
	float: left;
	width: 322px;
	margin-right: 10px;
}
div.contattisx {
	float: left;
	width: 284px;
	margin: 0px 25px 0px 0px;
}
div.contattidx {
	float: left;
	width: 594px;
}
div.clearer {
	clear: both;
}
div#ombrafoot {
	background: url('images/ombrafoot.png') no-repeat;
	behavior: url('iepngfix.htc');
	width: 950px;
	height: 61px;
	padding: 0px 5px;
}
div#footer {
	width: 950px;
	height: 58px;
	background: url('images/footer.png') top repeat-x;
	font-size: 10px;
	color: #ffac08;
	text-align: center;
	padding-top: 3px;
}
div#footer a {
	color: #ffac08;
}

/* Modulo di contatto */
form {
	margin: 0px;
}
table {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid #09265d;
}
tr.evid {
	background-color: #fcbf19;
}
th {
	padding: 3px 5px 3px 5px;
	border: 1px solid #09265d;
	background-color: #3b539d;
	color: #ffac08;
	text-align: left;
}
td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #09265d;
}
input {
	color: #09265d;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
textarea {
	color: #09265d;
	width: 350px;
	height: 70px;
	font-family: Arial, Sans-serif;
	font-size: 12px;
}
input.placeHolder {
	color: #9999cf;
}
textarea.placeHolder {
	color: #9999cf;
}
input.obbl {
	width: 350px;
	background-color: #ffac08;
	vertical-align: middle;
}
input.text {
	width: 350px;
	vertical-align: middle;
}
input.small {
	width: 215px;
}
textarea.small {
	width: 215px;
}
span.obbl {
	color: #ab1f08;
}

/* Eventi */
div.evento {
	width: 678px;
	margin-top: 10px;
	border-bottom: 1px dashed #09265d;
}
div.evento span.title {
	display: block;
	font-weight: bold;
	color: #0d3786;
	font-size: 13px;
}
div.evento span.when {
}
div.evento span.where {
	margin-left: 10px;
	font-style: italic;
}
div.evento span.descr {
	display: block;
	margin-bottom: 10px;
}

