/************************************* Main structure *************************/

html, body, table, window {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 220px;
      margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	font-size: 11px;
	font-family: arial,tahoma,verdana;
}

table {
	position: relative;
	height: auto;
	background-color: #ffffff;
}

#container {
	width: 560px;
	height: 248px;
	position: absolute;
	margin-left: -280px;
	margin-top: -124px;
	top: 50%;
	left: 50%;
	min-height: 248px;
	min-width: 560px;
	text-align:center;
}

#container2 {
	width: 760px;
	height: 425px;
	position: absolute;
	margin-left: -380px;
	margin-top: -217px;
	top: 50%;
	left: 50%;
	min-height: 425px;
	min-width: 760px;
	text-align:center;
}


#main, #main_att, #main_sto, #main_form {
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	height: 350px;
	background: #000066 center no-repeat;
}

#main_att {
	background-image: url('images/sfondoatt.jpg');
}

#main_sto {
	background-image: url('images/sfondosto.jpg');
}

#main_form {
	background-image: url('images/sfondoform.jpg');
}

window {
	height: auto;
	width: 630px;
	padding: 10px;
}

table.box {
	background-color: #b3ddf6;
	border: 2px solid #000066;
	padding: 3px;
	height: auto;
	width: auto;
}

td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	position: relative;
	top: 0;
	height: 42px;
	text-align: center;
	background: #ffffff url("images/barre.gif");
}

#td_form {
	width: auto;
	height: auto;
	text-align: left;
	padding: 5px 0 0 10px;
	background: transparent;
}

td.eli {
	width: auto;
	height: auto;
	text-align: justify;
	padding: 10px;
	vertical-align: middle;
	background: transparent;
	color: #000066;
	font-size: 12px;
	font-family: arial,tahoma;
}

#flash_left, #flash_right {
	float: right;
	width: 20%;
	height: 267px;
	text-align: left;
	background-color: #000066;
}

#flash_left {
	float: left;
	text-align: right;
}

#top_center {
	height: 32px;
	background-color: #000066;

}

#middle_center {
	width: 59%;
	margin-top: 28px;
	margin-left:auto;
	margin-right:auto;
	height: 252px;
	vertical-align: middle;
	background-color: #000066;
}

#bottom_center {
	height: 42px;
	text-align: center;
	vertical-align: bottom;
	background-color: #000066;
}

#strip {
	height: 30px;
	text-align: center;
	background: #ffffff url("images/sfondoblu.gif");
}

#content {
	height: 350px;
	width: 776px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	min-width: 780px;
	margin-bottom: -62px;
	height: 32px;
}

img {
	border: none;
}

img.striscia {
	margin-top: 1px;
}

p {
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

h2 {
	color: #000066;
	font-size: 14px;
	font-family: arial,tahoma;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

.text {
	padding: 38px 14px 0 14px;
	width: 160px;
	height: 350px;
	color: white;
	vertical-align: top;
	text-align: justify;
}

.netcubo {
	text-align: center;
	color: black;
	font-size: 10px;
	font-family: arial, tahoma, verdana;
}

.credits  {
	text-align : center;
	color : black;
	font-size : 18px;
	font-family : "times new roman", arial, tahoma;
}

.newstxt  {
	color : #ffcc00;
	font-size : 11px;
	font-family : arial, tahoma;
}

.didasc  {
	color : #ffcc00;
	font-size : 11px;
	font-family : arial, tahoma;
} 

A {
	color: #ff9900;
	font-size: 11px;
	font-family: arial,tahoma;
}

A:HOVER {
	color: #ffffff;
	font-size: 11px;
	font-family: arial,tahoma;
}

/***************************************form contatti*************************************/

form {
	padding: 2px 8px;
	background: url("images/back.gif");
	width: 484px;
}

label {
	color: black;
	font-size: 14px;
	font-family: arial,tahoma,verdana;}

input {
	margin: 4px;
}

textarea {
	width: 472px;
	padding: 3px;
	
}

.submit_button {
	margin: 6px 6px 18px 6px;
}

p.buttons {
	text-align: center;
}

