/* CSS Document */

BODY {
	background-color: #FFFFFF;
	margin: 0px;
	background-image:url(images/bg.gif);
}

#cornice {
	position: relative;
	/*border: 1px;*/
	/*background-image:url(images/grass.jpg);*/
	width: 980px;
	height: 620px;
	z-index: 1;
}

#alto{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-image:url(images/header_1.gif);
	top: 0px;
	left: 0px;
	width: 980px;
	height: 150px;
	z-index: 2;
}

#menu{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-image: url(images/menu_bg_1.gif);
	top: 150px;
	left: 0px;
	width: 980px;
	height: 30px;
	z-index: 2;
}

#centro{
	position: absolute;
	border: 1px solid #7F7F7F;
	top: 180px;
	left: 0px;
	width: 980px;
	height: 420px;
	z-index: 2;
}

#basso{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-image:url(images/menu_bg_1.gif);
	top: 600px;
	left: 0px;
	width: 980px;
	height: 13px;
	z-index: 2;
}

#destra{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/sakura.gif);
	top: 181px;
	left: 780px;
	width: 200px;
	height: 420px;
	z-index: 3;
	overflow: hidden;
}

#testo{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgcenter.jpg);
	background-attachment: fixed;
	background-position: 50% 70%;
	background-repeat: no-repeat;
	top: 181px;
	left: 200px;
	width: 580px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#sinistra{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/sakura.gif);
	top: 181px;
	left: 0px;
	width: 200px;
	height: 420px;
	z-index: 3;
	overflow: hidden;
}

#admin{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgadmin.gif);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: 181px;
	left: 200px;
	width: 780px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#scheda{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgschede.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% 80%;
	top: 181px;
	left: 200px;
	width: 780px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#tracker{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgtracker.gif);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: 181px;
	left: 0px;
	width: 980px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#link_diretti{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgtracker.gif);
	background-attachment: fixed;
	background-position: 40% 77%;
	background-repeat: no-repeat;
	top: 181px;
	left: 0px;
	width: 980px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#streaming{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgstreaming.png);
	background-attachment: fixed;
	background-position: 40% 77%;
	background-repeat: no-repeat;
	top: 181px;
	left: 0px;
	width: 980px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#streaming_video{
	position: absolute;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
	background-image:url(images/bgstreaming_video.png);
	background-attachment: fixed;
	background-position: 40% 77%;
	background-repeat: no-repeat;
	top: 181px;
	left: 0px;
	width: 980px;
	height: 420px;
	z-index: 3;
	overflow: auto;
}

#footer{
	position: absolute;
	top: 603px;
	left: 720px;
	width: 268px;
	height: 12px;
	z-index: 3;
}

/*caratteri*/
/*
.menu {
	font: normal 11px/17px Verdana;
	color: #000000;
}
*/
.nascosto {
	display: none;
}

.fullwidth {
	width: 100%;
    font-size: 9px;
	text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none
}

.testi {
	font: normal 12px/18px Verdana;
	color: #000000;
}

.titolo {
	font: normal bold 16px/18px Verdana;
	color: #000000;
}

.titolonews {
	font: normal bold 13px/18px Verdana;
	color: #000000;
}

.disclaimer {
	font: normal 13px/18px Verdana;
	color: #000000;
}

.grassetto {
	font: normal bold 12px/18px Verdana;
	color: #000000;
}

.piccolo{
	font: normal bold 8px Verdana;
	color: #000000;
}

.episodi{
	font: normal 9px Verdana;
	color: #0000FF;
    text-decoration: none
}

.justify {
    font-size: 9px;
	text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none
}

.testonews {
    font-size: 10px;
	text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none
}

.firma {
	font: normal bold 10px Verdana;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none
}

.blu {
    font-size: 9px;
	text-align:justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0000FF;
    text-decoration: none
}

.rosso {
    font-size: 9px;
	text-align:justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
    text-decoration: none
}

/*link*/


a:link{
	font: normal bold 10px Verdana;
	color: #000000;
	text-decoration: underline;
}

a:visited{
	font: normal bold 10px Verdana;
	color: #000000;
	text-decoration: underline;
}

a:hover{
	font: normal bold 10px Verdana;
	color: #000000;
	text-decoration: underline;
}

a:active{
	font: normal bold 10px Verdana;
	color: #000000;
	text-decoration: underline;
}

.textnoborder{
	border-style: none;
	color: #FF0000;
	font: normal 9px/18px Verdana;
}