/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin:0;
	padding:0;
	text-align:center;
}
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	background-color:#000;
	height:100%;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#FFC905;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:10px;
}
h5 {
	font-size:8px;
}
td{
	font-size:12px;
	color:#FFF;
}

p {
	font-size:12px;
	text-align:justify;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F9A044;
	text-decoration:underline;
}
hr {
	color:#000;
}

div#contenitore {
	position:absolute;
	width:1000px;
	height:100%;
	right:0;
}
div#main {
	margin:0px;
	padding:10px;
	height:100%;
	background-color:#000;
	text-align:right;
}
div#menu {
	float:right;
	width:300px;
	height:100%;
	padding:0px;
	padding-top:10px;
	padding-left:30px;
	margin-left:10px;
	background:url('../images/ombra_giallo.jpg');
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFC905;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
	text-align:left;
}
div#menu ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
div#menu a {
	color:#000;
	text-decoration:none;
}
div#menu a:hover{
	color:#FFF;
}


div#testo {
	width:600px;
	padding:10px;
	margin-top:20px;
	background:url('../images/sfondo_testo.jpg');
	background-position:right;
	background-repeat:repeat-y;
	color:#FFF;
}
div#testo ul{
	list-style:disc;	
}
div#testo li{
	font-size:12px;
	text-align:justify;
}
div#testo h1{
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:42px;
	text-align:right;
	background-color:#000;
	color:#FFC905;
}
div#testo p{
	text-align:right;
	color:#FFF;
}
div#testo a{
	color:#FFC905;
	text-decoration:none;
}
div#testo a:hover{
	color:#FFF;
	text-decoration:underline;
}
div#testo img{
	padding-bottom:10px;
}
div#footer {
	clear:both;/*
	text-align:center;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	margin-top:40px;
	padding-bottom:5px;
	padding-top:5px;
	color:#333;
	background:url('../images/sfondo_footer.jpg');
	background-repeat:repeat-y;*/
}
div#footer a{
	text-decoration:none;
}

div#box {
	padding:3px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:2px;
	padding-right:90px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:right;
}
div#box img{
	right:0;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:10px;
	padding-bottom:10px;
	position:fixed;
}

.warning{
	color:#990000;
}

/*FORM*/
div#form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#form h3{
	color:#000;
}
div#form ul{
	list-style:none;
}
div#form a{
	font-size:10px;
	font-weight:bold;
}
div#form a:hover{
	text-decoration:underline;
}

/*INPUT*/
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	background-color:#EEEEEE;
	border:1px solid #F9A044;
	margin:2px;
	padding:2px;
	vertical-align:bottom;
}
.input_text {
	width:200px;
}
.input_text_mini {
	width:50px;
}
.input_textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	background-color:#EEEEEE;
	border:1px solid #F9A044;
	margin:2px;
	padding:2px;
	height:106px;
	width:200px;
}
.input_textarea_mini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#000000;
	text-decoration:none;
	background-color:#EEEEEE;
	border:1px solid #F9A044;
	margin:2px;
	padding:2px;
	height:200px;
	width:200px;
}
.input_date {
	width:31px;
}
.input_radio {
	color:#FFF;
	background-color:#FFF;
	border:0px solid #FFF;

}
.input_submit {
	font-weight:bold;
	width:100px;
}
