/*stili per il layout fisso*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	margin: 0;
	padding:0;
	font-size: 76%;
	background-color: #000000;
	height: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#container{
	width: 940px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;
	height: 500px;
	top: 82px;
	position: absolute;
	left: 2%;
}

/*stili generici, su header e footer*/
div#header{
	text-align: right;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation{
	text-align: center;
	background-color: #FFCC66;
	font-variant: normal;
	font-size: medium;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content{
	background-color: #DDDFF7;
	text-align: center;
	width: 513px;
	height: 100%;
}

div#content2{
	float:right;
	width: 380px;
	height: 440px;
	background-color: #BFC1F1;
}

div#content3 {

	float:right;
	width: 45em;
	height: 600px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #6A73D8;
}

#barra_lavori{
	margin-right: 45em;
	background-color: #FFFFCC;
	text-align: justify;
}

div#footer{clear:right; text-align:center; padding: 0.5em; color: #FFFFFF}

div#presentazione{
	width: 90%;
	color: #000;
	background-color: #FFFFFF;
	height: 440px;
	margin: auto;
	margin-top: 20px;
}


div#render {
	margin: auto;
	color: #000;
	border: 8px solid #FFFFFF;
}
div#news {
	width: 370px;
	margin: auto;
	height: 200px;
	overflow: auto;
	scrollbar-3dlight-color:#fc6;
	scrollbar-highlight-color:#fff;
	scrollbar-arrow-color:#fc6;
	scrollbar-base-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color:#fc6;
	scrollbar-track-color:#fff;
	border-top: medium solid #FFFFCC;
	border-right: medium #FFFFCC;
	border-bottom: medium solid #FFFFCC;
	border-left: medium solid #FFFFCC;
	text-align: justify;
	background-color: #9ABA9A;
	}


div#news_in {
	font-size: x-small;
	text-align: justify;
	width: 90%;
	margin: auto;
	font-weight: normal;
	}

#descrizione{
	width: 90%;
	color: #000;
	background-color: #FFFFFF;
	height: 80%;
	margin: auto;
}


/*stili dei thumbnail*/

#t001{
	background-color: #999999;
	width: 90px;
	height: 67px;
	z-index: 2;
	position: relative;
	left: 15px;
	}
	
#t002{
	background-color: #999999;
	width: 90px;
	height: 67px;
	position: relative;
	left: 125px;
	bottom: 68px;
	}

#t003{
	background-color: #999999;
	width: 90px;
	height: 67px;
	position: relative;
	left: 15px;
	bottom: 45px;
	}

#t004{
	background-color: #999999;
	width: 90px;
	height: 67px;
	position: relative;
	left: 125px;
	bottom: 113px;
	}
	
#t005{
background-color: #999999;
	width: 90px;
	height: 50px;
	position: relative;
	left: 1em;
	bottom: 5.7em;
	}
		
#t006{
background-color: #999999;
	width: 90px;
	height: 50px;
	position: relative;
	left: 10em;
	bottom: 9.8em;
	}
	
#t007{
background-color: #999999;
	width: 90px;
	height: 50px;
	position: relative;
	left: 1em;
	bottom: 8.3em;
	}

#t008{
background-color: #999999;
	width: 90px;
	height: 50px;
	position: relative;
	left: 10em;
	bottom: 12.5em;
	}	

#t009{
	}
	
#t010{
	}
/*stili del testo*/

.presentazione{
	text-align: justify;
}

.titoletto1{
	display: block;
	font-size: large;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF6600;
	text-align: center;
}
.titoletto2 {
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #330000;
	text-align: center;
	display: block;
	padding: 0;
	width: 70%;
}

div#navigation a {
	color:#000000;
	font-size: small;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	
}
div#navigation a:hover {
	color:#FFFFFF;
	font-size: small;
	background-color: #000000;
		}

div#navigation a#attivo {
	color:#fff;
	font-size: small;
	text-decoration: none;
	background-color: #000099;
	font-weight: bold;
	
}
div#navigation a#attivo:hover {
	color:#000;
	font-size: small;
	background-color: #fff;
		}
.titoletto3 {
	display: block;
	font-size: large;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #330000;
	text-align: left;
}
.titoletto4 {
	font-weight: bold;
	text-align: justify;
	padding: 0;
	text-transform: uppercase;
	font-size: x-small;
	width: 70%;
	margin-left: 8px;
}

#barra_lavori ul{
	list-style-type: none;
	}
#barra_lavori li {
	border-left-color: #000000;
	margin-left: -35px;
	font-size: x-small;
	height: 25px;
}
#immagine {
	text-align: center;
	width: 420px;
	margin-left: 35px;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666666;
	border-bottom: medium solid #666666;
	border-left: medium solid #999999;
	height: 315px;
}
.titoletto5 {
	font-weight: bold;
	text-align: justify;
	padding: 0;
	text-transform: uppercase;
	font-size: x-small;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height: 0px;
}
a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
