@charset "UTF-8";
/* Foglio di stile */
/* ideato e creato da */
/* www.giacomosocci.it */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/sf_body.png) center repeat-y #0C0016;
	margin-top: 15px;
}

/* home page - inizio */
body.home p {
	font-size: 16px;
}

body.home a {
	color: #FFF;
	text-decoration: none;
	border: none;
}

body.home a:hover {
	color: #06C;
}

body.home #logo {
	margin-top: 210px;
}
/* home page - fine */

.container_12 {
	background: url(../img/skizzo_logo.png) top left no-repeat;
}

.no_skizzo {
	background: none;
}

a {
	color: #FFF;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #06C;
}

h1 {
	display: none;
}

#modulo_pod input {
	margin-left: 15px;
}

label {
	font-weight: bold;
}

div#menu {
	background: url(../img/sf_body.png) center repeat-y;
	border: 1px solid #FFF;
	border-width: 1px 0px;
	margin-top: 8px;
}

div#menu ul {
	margin: 1px 0px;
	padding: 0px;
	border: 1px solid #00437A;
	border-width: 1px 0px;
	height: 28px;
}

div#menu ul li {
	float: left;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	padding-top: 1px;
}

div#menu ul li a {
	color: #FFF;
}

#scheda_princ {
	border: 1px solid #FFF;
}

#scheda_princ a {
	padding: 0px;
	margin: 0px;
}

#scheda_princ img {
	border: 1px solid #000;
	width: 616px;
}

#pulsanti img {
	display: block;
}

.panel {
	background-color: #FFF;
}

.panel img {
	display: block;
}

.panel ul {
	padding-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
}

.panel li {
	list-style-image: url(../img/li_logo.png);
}

.panel a {
	color: #036;
	font-size: 16px;
}

#contenuto {
	padding: 0px 20px;
	border: 3px double #000;
	background: url(../img/contenuto_top.png) top left no-repeat #FFF;
}

#contenuto a {
	color: #036;
}

#contenuto a:hover {
	color: #06C:
}

#contenuto h2 {
	color: #FFF;
	font-weight: normal;
	margin-bottom: 30px;
}

#contenuto h3 {
	color: #888;
	font-size: 18px;
	font-weight: normal;
}

#contenuto p, #contenuto li {
	color: #333;
	font-size: 14px;
}

#contenuto p {
	margin: 12px auto;
}

#contenuto #slideshow {
	text-align: center;
	width: 400px;
	height: 300px;
	border: 3px double #00437A;
	margin: 5px auto;
}

#piedipagina {
	border-top: 1px solid #00437A;
	color: #FFF;
	font-weight: bold;
}

#piedipagina p {
	margin: 1px 0px;
	padding: 5px 10px;
	border-top: 1px solid #FFF;
}

#piedipagina p#credits {
	float: right;
	color: #FFF;
}



/* gestione */

body.gestione {
	background: #FFF;
}

body.gestione a {
	color: #06C;
}

#caricamento_pod {
	background: url(../img/sf_caricamento.png) right top no-repeat;
	position: absolute;
	top: 380px;
	width: 550px;
	height: 300px;
	text-align: center;
}

#caricamento_pod img {
	margin-top: 130px;
	margin-left: 200px;
}
