/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #111 url(../images/bg_body.jpg) top repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #ccc;
	font-size: 13px;
	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: 25px;
	color:#fff;
	margin-top:7px; margin-bottom:12px;
	font-weight:normal;
}

h2 {
	font-size: 20px;		
	font-weight:normal;
	color: #fff;
}


/*collegamenti ipertestuale*/
a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#da251c;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/

#sito {
	width:960px;
	margin: 0px auto;
	background: url(../images/bg_sito.jpg) no-repeat;
	min-height: 576px;
}

#header {
	position:relative;
	height:136px;
}

	#header #logo {
		position:absolute;
		display:block;
		left:20px;
		top:25px;
	}
	
		#header #logo span { 
			display:none;
		}
	
	#header #lingue {
		position:absolute;
		right:20px;
		top:25px;	
	}

	#header #lingue img {
		display:none;
	}
	#header #lingue a {
		margin-left:5px;
	}
	#header #lingue a.attivo {
		color:#da251c;
	}
	
	#header #menu1 {
		position: absolute;
		right: 20px;
		top: 70px;
		top: 90px;		
	}
		#header #menu1 ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}

		#header #menu1 li{		
			margin:0px;
			padding:0px;
			float:left;			
		}
		
		#header #menu1 a{			
			display:block;
			float:left;
			margin-left:12px;
			font-size:18px;
			text-transform:uppercase;
		}
		#header #menu1 a:hover,
		#header #menu1 a.attivo{
			color:#da251c;
		}
		
	#header #menu2 {
		position: absolute;
		right: 110px;
		top: 113px;		
	}
		#header #menu2 ul{
			list-style:none;
			margin:0px;
			padding:0px;			
		}

		#header #menu2 li{		
			margin:0px;
			padding:0px;
			float:left;			
		}
		
		#header #menu2 a{			
			display:block;
			float:left;
			margin-left:12px;
			font-size:14px;
			text-transform:uppercase;
		}
		#header #menu2 a:hover,
		#header #menu2 a.attivo{
			color:#da251c;
		}		
		
#container{
	height:418px;
	width:918px;
	margin:0 20px 20px 20px;
	border: 1px solid #aaa;
}
	#columns{
		height:100%;
	}

#titolo_pagina {
	display:none;		
}


#footer {
	width:918px;
	margin: 0px auto;
	position:relative;
	font-size:11px;
	color:#ccc;
}

	#footer a {
		color:#ccc;
	}
	#footer a:hover {
		color:#da251c;
	}

	#footer .foot_info {
		position:absolute;
		left: 0px;
		top: 0px;
	}
	
	#footer .foot_info2 {
		position:absolute;
		right: 0px;
		top: 0px;
		text-transform: lowercase;
	}	
/*------ DIVERSI LAYOUT -------*/
.layout_home {}

	.layout_home #column {
		height:100%;
		overflow:hidden;
	}


.layout_page {}
	

	.layout_page #col_left {
		float:left;
		width:228px;
		height:100%;	
		overflow: auto;
		background-color: #000;
		border-right:1px solid #aaa;
	}
	
	.layout_page  #col_right {
		float:right;
		width:689px;
		height:100%;	
		overflow: auto;
	}
