
body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../../../www/images/web/pageBg.jpg);
	background-repeat:repeat-x;
}

#sky{
	position:absolute;
	width:100%;
	height:210px;
	background-image:url(../../../www/images/web/topSky.jpg);
	background-position: center 0px;
	background-repeat:no-repeat;
}

#mainContainer {
	left: 50%;
	position:absolute;
}

#mainContent {
	left: -445px;
	position:absolute;
}

#topHeader {
	width: 890px;
	height: 135px;	
	position:relative;
	margin:0 auto;
	z-index:1000000;
	float:left;
}


#languageSwitch {
	position:absolute;
	left:20px;
	top:10px;
}


#intestazione {
	position:absolute;
	top:95px;
	left:15px;
}


#logoFederazione {
	position:relative;
	top:50px;
	left:730px;

}

#topMenu {
	position:absolute;
	top:10px;
	left:560px;
	float:left;
}


#mainBanner {
	width: 890px;
	height: 302px;
	position:relative;
	margin:0 auto;
	background-image:url(../../../www/images/web/bannerBg.png);
	background-position: center top;
	background-repeat:no-repeat;
	z-index:0;
	float:left;
	
}

#flashPlaceholder{
	width: 850px;
	height: 302px;
	margin-left:20px;
	position: absolute;
	z-index:0;
}



#container {
	width: 890px;
	padding:15px 0px 0px 0px;
	background-image:url(../../../www/images/web/contentBg.png);
	background-position:center;
	background-repeat:repeat-y;
	position:relative;
	float:left;
}

#pageTitleContainer {
	margin-left:-15px;
}

#content {
	padding:0px 0px 0px 30px;
	float:left;
	text-align:left;
}

#content img {
	padding:5px 10px 10px 0px;
}

#bigCol {
	float:left;
	width:790px;
	background-image:url(../../../www/images/web/leftcolBg.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	min-height:300px;
	padding:0px 0px 20px 15px;
}


#bigCol .colContent{
	width:100%;
	float:left;
}

#leftCol {
	float:left;
	background-image:url(../../../www/images/web/leftcolBg.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	min-height:300px;
	 padding:0px 0px 20px 15px;


}
/* Hack per explorer 6*/
#leftCol {width:570px;}
html>body #leftCol {width:590px;}


#leftCol .colContent{
	
	width:100%;
	float:left;
	
}

#rightCol {
	float:left;
	width:230px;
	background-image:url(../../../www/images/web/rightcolBg.gif);
	background-position: left top;
	background-repeat:no-repeat;
	font-size:11px;
	text-align:right;
	min-height:300px;

}

#rightCol .colContent{
	padding:15px 0px 0px 20px;
	width:200px;
	float:left;
	text-align:right;
}

#footer {
	width: 890px;
	height: 190px;
	background-image:url(../../../www/images/web/footerBg.png);
	background-position: center top;
	background-repeat:no-repeat;
	position:relative;
	margin:0 auto;
	float:left;
}

/*************************************************************************/

/*.colContent ul{
	padding:0px; 
	position: relative;
}

.colContent ul li{
	background:url(../../../www/images/web/dot_gray.gif) no-repeat 0px 7px;
	margin:0px 15px 2px 0px;
	padding:0px 0 2px 12px;
}*/

/*************************************************************************/
#inlineMenu {
	width:100%;
	float:left;
}

#inlineMenu ul {
	margin-left:0px;
	padding:0px 0px 10px 0px;
	float:left;
	width:100%;
	height:40px;
	background:url(../../../www/images/web/horMenuBg.gif) no-repeat 0px 22px;
}


#inlineMenu  ul li.normal {
	background:url(../../../www/images/web/dot_green_2.gif) no-repeat 0px 7px; margin:0 15px 2px 0px; padding:0px 0 2px 12px;
	font-size:12px;
	float:left;
}

#inlineMenu  ul li a{
	font-weight:normal;
}


#inlineMenu  ul li.selected {
	background:url(../../../www/images/web/dot_green_2.gif) no-repeat 0px 7px; margin:0 15px 2px 0px; padding:0px 0 2px 12px;
	font-size:12px;	
	float:left;
}

#inlineMenu  ul li.selected a{
	font-weight:bold;
	color:#466408;
}


#playerlist img{width:20px;top:10px;float:right;padding:0px;margin-left:10px;border:solid 2px #ccc}
#playerlist a{display:block;padding-top:5px;height:30px;}

#playerlist2 {width:100%; float:left;}
#playerlist2 li {float:left;
	margin:0px 15px 7px 0px;
	padding:0px 0 0px 0px;
	background:url() no-repeat 0px 7px;
	height:60px;
}
#playerlist2 img{width:45px; padding:0px; border:solid 2px #ccc;}

#schedaplayer{text-align:justify;padding-right:20px;}
#schedaplayer .fotoplayer{float:left;border:solid 10px #f2f8da;padding:0px;margin-right:10px;}
#schedaplayer .fotoplayer img{width:150px;padding:0px;}


.newsBox{
	width:265px;
	height:145px;
	float:left;
	background:url(../../../www/images/web/newsbox.gif) no-repeat 0px 0px;

}

/*************************************************************************/

.visible{
	visibility:visible;
	display:block;
}