/* CSS Document */
/* Foglio di stile Home Page sito dello Sci Club Sestriere */
/* Autori: Davide Geraci e Giovanni Mamino */
/* Creazione: 3/12/2008 - Informatica System - Vicoforte (CN) */
/* layout */
html {
	padding: 0px; 
	margin:0px; 
}
body { 
	padding: 0px; 
	margin:0px; 
	text-align: center;
	color:#FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image:url(immagini/body_sfondo.gif);
	background-position: center 50px;
	background-repeat: no-repeat;
}

#menu {width:840px; height:40px; margin:0 auto; overflow:hidden;}
	#menu img {display:block;}

#flash {width:840px; height:110px; margin:0 auto;}

#flashnews {width:840px; height:40px; margin:0 auto;}

#center {width:840px; margin:0 auto;}

	#leftmenu {width:190px; float:left; overflow:hidden;}
		#leftmenu img {display:block;}
		
	#rightcontent {width:640px; float:right;}
	
		#title {width:640px; height:48px; background:url(immagini/default_title_sfondo.gif) center no-repeat; overflow:hidden; text-align:left;}
			#text #title h2 {
					font-size: 80%;
					color: #FF0000;
					font-weight: normal;
					padding:0;
					margin:10px 5px 0px 50px;
					line-height:120%;
				}
			#text #title h2 b{
					font-size: 145%;
					font-weight: bold;
					display:block;
					
				}
				
		#text {width:640px; background:url(immagini/default_text_pattern.gif) top no-repeat; padding-bottom: 10px; text-align:left;}
			#text h1 {
				font-size: 105%;
				color: #FFFFFF;
				font-weight: bold;
				margin: 9px 10px 2px 20px;
			}
			#text h2 {
				font-size: 90%;
				color: #FF0000;
				font-weight: bold;
				margin: 9px 10px 2px 20px;
			}
			#text h2 a:link,#text h2 a:visited { font-weight: bold;	color: #666666; text-decoration:none;}	
			#text h2 a:hover,#text h2 a:active { font-weight: bold;	color: #FF0000; text-decoration:none;}
			#text p {
				font-size: 75%;
				color: #EEEEEE;
				margin: 2px 15px 2px 11px;
			}
			#text h5 {
				font-size: 75%;
				color: #EEEEEE;
				margin: 0px 11px;
			}	
			#text h5 a:link,#text h5 a:visited { font-weight: bold;	color: #FFFFFF; text-decoration:none;}	
			#text h5 a:hover,#text h5 a:active { font-weight: bold;	color: #FF0000; text-decoration:none;}		
			#text p a:link,#text p a:visited { font-weight: bold;	color: #FFFFFF; text-decoration:none;}	
			#text p a:hover,#text p a:active { font-weight: bold;	color: #FF0000; text-decoration:none;}
			.imgsx {float:left; border: 2px solid #FF0000; margin:0px 8px 2px 11px;}
			.lnkdx {font-size: 65%;font-weight: bold; color:#FF0000; text-decoration: none; float:right; margin: 0px; padding-right: 10px; }
		#sponsor {width:640px; height:105px; background:url(immagini/default_sponsor_sfondo.gif) center no-repeat; text-align:center;}
			#sponsor table {margin:0 auto;padding:0;border:0;}
			#sponsor table tr td{margin:0;padding:3px;}
			#sponsor img{border:0;}
			
#footer {width:840px; margin:0 auto; clear:both; text-align:center; padding-bottom:15px;}
	#footer p {
			margin: 0px;
			padding: 0px;
			font-size: 60%;
			font-weight: normal;
			color: #CCCCCC;
	}
	#footer p a{font-weight: bold; text-decoration:none;}
	#footer p a:link, #footer p a:visited {color: #FFFFFF;}	
	#footer p a:hover, #footer p a:active{color: #FF0000;}

.noscreen {display:none;}