/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {line-height:16px; margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 18px;
	color:#999;
	font-weight:bold;
}

h2 {
	font-size: 14px;		
	font-weight:bold;
}


/*collegamenti ipertestuale*/
a {
	color:#999;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/

#sito {
	width:945px;
	background:url(../images/bg_sito.gif) repeat-y;
	margin: 0px auto;
	padding: 0px 9px 0px 12px;
}

#header {
	width: 945px;
	height:100px;
	background:url(../images/bg_header.gif) repeat-x;
	position: relative;
}

	#header #logo {
		display:block;
		background:url(../images/logo_i.jpg) no-repeat;
		width:353px;
		height:100px;
	}
	
		#header #logo span { 
			display:none;
		}
	
	#header #lingue {
		position:absolute;
		right:30px;
		top: 20px;
		font-size: 10px;
	}
		#header #lingue a { color:#666; margin-left:7px; }
		#header #lingue a:hover { color:#000;}
		#header #lingue a.attivo { font-weight:bold;}
	
	#header #menu1 {
		position: absolute;
		right: 12px;
		bottom: 10px;		
	}
		#header #menu1 a{
			text-transform:lowercase;
			padding-right:18px;
			color:#666;
			color:#f00019;
			font-weight:bold;
		}
		#header #menu1 a:hover,
		#header #menu1 a.attivo{
			color:#000;
			color:#bb0008;
		}
	
	#header #menu2 {
	}

#titolo_pagina {
	display:none;		
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width:966px;
	height:75px;
	margin: 0px auto;
	position:relative;
	font-size:10px;
}

#footer a {
	color:#666;
}

	#footer .foot_info {
		position:absolute;
		left: 30px;
		top: 39px;
	}
	
	#footer .foot_info2 {
		position:absolute;
		right: 30px;
		top: 39px;
	}	
/*------ DIVERSI LAYOUT -------*/

.layout_page {
}

	.layout_page #columns,
	.layout_page #columns1 {
		margin-top:1px;
	}
	
	.layout_page #col_left {
		float:left;
		background: url(../images/bg_video.jpg) repeat-x;
		width:306px;/*352px;*/
		min-height:264px; /*315px;*/
		padding: 28px 23px;
	}
	
	.layout_page #columns1 #col_left {
		display:none;
	}
	
	.layout_page #col_right {
		float:right;
		background:#fff;
		width:546px;/*592px;*/
		min-height:264px;
		padding: 28px 23px;
	}
	
	.layout_page #columns1 #col_right {
		width:898px;
	}