@charset "utf-8";
/* CSS Document */

/***********************************************************************************/
/* layout                                                                                                                */
/***********************************************************************************/

body {
	background: url(../images/testata.jpg) repeat-x center top;
/*	width: 100%;
	height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #000000;
}

#contenitore_sito {
	position:relative;
	margin:0 auto;
	top: 216px;
	width: 1024px;
	height: 850px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #FFF;
/*	margin-top: 225px;*/
	background-image:url(../Images/LogoneCN.jpg);
	background-repeat: no-repeat;
}

#bottone {
	width: 201px;
	height: 32px;
/*	margin: 5px 0px 0px 0px;*/
	background-image: url(../Images/tone.png);
	background-repeat:no-repeat;
}

#menu{
	position:absolute;
	width:201px;
	height:115px;
	z-index:2;
	left: 18px;
	top: 21px;
}

#corpo{
	position:absolute;
	width:724px;
	height:auto;
	left: 270px;
	top: 16px;
}

#link_concorsi{
	position:absolute;
	width:199px;
	height:173px;
	left: 824px;
	top: -217px;
}

#contenuto_corpo{
	position:static;
	width:720px;
	height:auto;
}

#thumbnail {
	margin-right:7px;
	float:left;
	width: 170px;
	min-height: 230px;
}

p{
	margin: 0;
	text-align: left;
} 

a:link    {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover   {
	color: #CCC;
}

.testo_bottoni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center; /* per centrare in verticale */
	font-weight: 600;
	vertical-align: 10px;
	padding-top: 5px;
}

.testo_corpo {
	text-align:justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.testo_titolo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.video {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.testo_thumbnail {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}

.textarea {
	padding: 5px;
	width: 430px;
	height: 100px;
	border: 1px solid;
	border-color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFF;
	scrollbar-base-color: #FFF;
 }
 
.textfield {
	width: 200px;
	height: 20px;
	border: 1px solid;
	border-color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #FFF;
 }

.bottoneform {
	width: 150px;
	height: 20px;
	border: 1px solid;
	border-color:#999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #FFF;
 }#contenitore_sito #corpo #footer table {
	text-align: center;
}
tr {
	text-align: center;
}
#contenitore_sito #corpo #footer table tr .testo_corpo p {
	text-align: center;
}
