/*
	Sito: Punto Zener
	Url: http://www.rsaweb.com/puntozener/
	Version: 0.0.3
	Author: Giuseppe A.
*/

html, body, p {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg.gif);
	text-align: center;
}
h1, h2 {
	display: none;
}
img {
	border: 0px;
}

/* Struttura
--------------------------------------------------*/
#contenitore {
	background-image: url(../images/bordo_sx.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	min-width: 760px;
	width: 95%;
}
#sito {
	background-image: url(../images/bordo_dx.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#puntozener {
	background-image: url(../images/bg_pagina.gif);
	margin: 0px 4px 0px 4px;
	border: 3px solid #2E536D;
}
#testata {
	background-image: url(../images/testata.gif);
	background-repeat: repeat-x;
	padding-right: 15px;
}
#testata p {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	height: 125px;
	text-align: right;
}
#contenuti {
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#menu {
	width: 170px;
	float: left;
	padding-left: 12px;
}
#menu ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #2E536D;
}
#pagina {
	margin: 0px 20px 0px 190px;
}
#pagina p {
	padding: 0px 0px 10px 0px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	clear: left;
	height: 49px;
}
#footer p {
	background-image: url(../images/footer_nav.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 30px;
	color: #2F5E8C;
}

/* Classi
--------------------------------------------------*/
.centrato {
	text-align: center;
}
.destra {
	text-align: right;
}
.checkbox {
	border: 0px;
}
.titolo {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	margin-top: 30px;
}

/* Form
--------------------------------------------------*/
form {
	padding: 6px 0px;
	margin: 0px;
}
form legend {
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
form fieldset {
	border: 0px solid;
}
form label {
  display: block;
  float: left;
  width: 130px;
}
form input, form textarea {
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
}
form textarea {
	overflow: auto;
}
form img {
	margin-right: 5px;
}

/* links
--------------------------------------------------*/
a:link {
	color: #2F5E8C;
}
a:visited {
	color: #2F5E8C;
}
a:hover {
	color: #254A70;
	text-decoration: none;
}



/* Offerte
--------------------------------------------------*/
.box {
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #42769D;
	padding-bottom: 15px;
}
.check {
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
}
.check2 {
	float: left;
	width: 30px;
	height: 25px;
}

.dettagli {
	background-color: #FFFFE1;
	margin: 0px;
	padding: 3px;
	border: 1px solid #71A0C4;
	display: none;
}

#options img {
	float: left;
}
#options p {
	border-bottom: 2px solid #42769D;
	padding: 4px 0px;
	width: 350px;
}
#options input {
	width: 30px;
	border: 0px;
}
#options label {
  display: block;
  float: left;
  width: 300px;
}
#avanti {
	text-align: right;
	margin-top: 25px;
}

.invisibile {
	display: none;
}
.matricola {
	display: none;
	width: 430px;
	padding: 5px;
	border: 1px solid #71A0C4;
	background-color: #FFFFE1;
	margin: 5px 0px 15px 20px;
}
.matricola label {
	display: block;
	float: left;
	width: 240px;
}

.pag {
	display: none;
	width: 430px;
	padding: 5px;
	border: 1px solid #71A0C4;
	background-color: #FFFFE1;
	margin: 5px 0px 15px 20px;
}
.pag label {
	display: block;
	float: left;
	width: 50px;
}

/* Download
--------------------------------------------------*/
table {
	border: 2px solid #A4C1D9;
	width: 90%;
	margin: 10px;
}
table p {
	padding: 0px;
	margin: 6px 0px 2px;
	font-weight: bold;
}
.cella1 {
	background-color: #B0D4EB;
}
.cella2 {
	background-color: #E0EEF8;
}
