/*
	CSS di DEFAULT
	(c) 2008 Studio Associato Zerounozero
	di Daniele Ulanio e Sara Carini
	info@zerounozero.com
*/

html{
	padding: 0;
	margin: 0;
}

body{
	background-color: #fff;
	color: #000;
	margin: 10px 0;
	text-align: center;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 0.9em;
}

div#contenitore{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

div#testata{
	background-image: url(../img/sfondo_testata.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 4px solid #004F84;
}

div#testata{
	background-image: url(../img/sfondo_testata.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: auto !important;
	height: 105px;
	min-height: 105px;
	padding: 0 20px;
	margin-bottom: 60px;
}

div#testata h1 span{
	display: none;
}

div#testata h1 a{
	display: blocK;
	position: absolute;
	top: 0;
	left: 20px;
	width: 170px;
	height: 90px;
	
}

div#testata div#menu{
	padding: 35px 0 20px;
}

div#testata div#menu ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

div#testata div#menu ul li{
	display: inline;
	padding: 0 0 0 20px;
}

div#testata div#menu ul li a{
	background-color: #0078BE;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 1%;
}

div#testata div#lang ul{
	margin: 0;
	padding: 0;
}

div#testata div#lang ul li{
	background-image: url(../img/it.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	list-style: none;
	width: 30px;
	height: 15px;
	margin-left: 10px;
	border: 1px solid #000;
}

div#testata div#lang ul li.de{
	background-image: url(../img/de.png);
}

div#testata div#lang ul li.en{
	background-image: url(../img/en.png);
}

div#testata div#lang ul li.ru{
	background-image: url(../img/ru.png);
}

div#testata div#lang ul li a{
	display: block;
	width: 30px;
	height: 15px;
}

div#testata div#lang ul li a span{
	display: none;
}

* html div#colonnasx{
	width: 380px;
}

div#colonnasx{
	width/**/:/**/360px !important;
	float: left;
	padding: 0 0 20px 20px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

div#colonnasx img{
	border: 0;
}

div#galleria p{
	margin: 0;
	padding: 0;
}

div#galleria p img{
	border: 0;
	margin: 0 10px 10px 0;
}

ul#file{
	margin: 10px 0;
	padding: 0;
}

ul#file li{
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
}

ul#file li a{
	background-color: inherit;
	color: #004F84;
}

* html div#corpo{
	width: 580px;
}

div#corpo{
	padding: 0 20px 60px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
	width/**/:/**/540px !important;
}

div#corpo h2{
	background-color: inherit;
	color: #004F84;
	font-family: "Times New Roman", Palatino, serif;
	font-size: 2em;
	padding-top: 0;
	margin-top: 0;
}

div#corpo table{
	width: 100%;
}

div#corpo table{
	width: 100%;
}

div#corpo table td{
	border-bottom: 2px solid #0078BE;
}

div#corpo a{
	background-color: inherit;
	color: #004F84;
}

div#corpo form fieldset{
	margin: 0;
	padding: 10px 0 20px;
	border: 0;
}

div#corpo form fieldset legend{
	background-color: inherit;
	color: #004F84;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

* html div#corpo form fieldset legend{
	margin-left: -7px;
}

*:first-child+html div#corpo form fieldset legend{
	margin-left: -7px;
}

div#corpo form label, div#corpo form fieldset fieldset legend{
	background-color: inherit;
	color: #000;
	font-weight: bold;
}

div#corpo form input, div#corpo form textarea{
	width: 99%;
	border: 1px solid  #004F84;
}

div#corpo form select{
	border: 1px solid  #004F84;	
}

div#corpo form p.bottoni input{
	width: auto;
}

* html div#corpo form input{
	width/**/:/**/90%;
}


div#footer{
	background-color: #004F84;
	color: #fff;
	background-image: url(../img/sfondo_footer.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 10px 20px 0;
	clear: both;
	height: 1%;
}

div#footer p{
	margin: 0;
	padding-bottom: 10px;
}


