/* CSS Document */
/* Azzerare margini e padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalizzare il font-size dei titoli */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Rimuovere il list-style dalle liste */
ol, ul {
	list-style: none;
}
/* Normalizzare i font-style e font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Rimuovere il list-style dalle tabelle */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Rimuovere i bordi dai fieldset e immagini */
fieldset, img, a {
	border: 0;
}
/* Allineare a sinistra testo in caption e th */
caption, th {
	text-align: left;
}
/* Rimuovere virgolette dal q */
q:before, q:after {
	content:'';
}
.space {
    height: 20px;
	/*background: url(/lido_app/app/webroot/img/pages_lidocity/space.jpg) no-repeat;*/
	clear: both;
}
/*------------------------------------- Fine normalizzazione stili -------------------------------------*/

/* Inizio Head e Menu */

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	/*background-color:#10120f;*/
	/*background-color:#60a0c8;*//*azzurro*/
	
}

html, body {
	height: 100%;
}

.container{
	background-color:#000;
}

.linetop{
	background-image: url('/paronweb/app/webroot/img/layout/public/linee.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
	height:12px;
}

.linebottom{
	background-image: url('/paronweb/app/webroot/img/layout/public/linee.png');
    background-repeat: no-repeat;
    background-position: 0px -18px;
	height:12px;
}

.content{
	width: 100%;
	/*background-image:url('/paronweb/app/webroot/img/layout/intro/sfondo.png');
	background-color:#7eb7e6;
	background-position:center;
	background-repeat:repeat-y;*/
}

.contenuto_pagina{
	/*background-image:url('/paronweb/app/webroot/img/layout/intro/sfondo_verticale.png');
	background-color:#7eb7e6;
	background-position:50% 49%;
	background-repeat:repeat-x;*/
	
	background-color:#fff;
	width:800px;
	margin:0 auto;
}

#filmato{
	height:450px;
	width:800px;
	text-align:center;
	margin:0 auto;
}

#footer{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

a:link, a:visited
{
    color:#60a0c8;
}

a:hover, a:active
{
    color:#60a0c8;
}

.clear
{
    clear:both;
    height:0;
}


.waitingspinner{
	background-image: url('/paronweb/app/webroot/img/layout/public/waitingspinner.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
