/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
a:active, a:focus{
	outline:none;
}
body {
	background:#0074BD;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	position:relative;
}

/* GENERIC CLASSES */
.content {
	margin:auto;
	width:950px;
	/*position:relative;*/
}
.relativo {
	position:relative;
}
.riallinea {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.lineabianca {
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
	height:2px;
	background:#FFFFFF;
}
.interlinea {
	height:20px;
}

/* HEADER */
#header {
	/*position:absolute;
	top:-305px;*/
	height:301px;
	width:100%;
	border-bottom:4px solid #1AAFE9;
	background:#FFFFFF url(../images/sfondo-header.jpg) repeat-x;
	color:#FFFFFF;
}

/* MENU */
#header #menu {clear:both;padding-top:20px;list-style:none;margin:0;padding:0;}
#header #menu li {float:left;width:130px;height:44px;margin:0;padding:0;text-align:right;}
#header #menu li a {display:block;padding-right:10px;height:100%;color:#FFF;text-decoration:none;}
#header #menu li a {background:url(../images/sfondo-menu.gif) repeat 0px 0px;}
#header #menu li a {background:url(../images/sfondo-menu.gif) repeat 0px 0px;}
#header #menu li.nohover {background:url(../images/sfondo-menu.gif) repeat 0px 0px;}
#header #menu li.active {background:url(../images/sfondo-menu.gif) repeat -130px 0px;color:#1AAFE9;}
#header #menu li.active span {padding-right:10px;}

/* LANGUAGES */
#header #bandiere { 
	float:right;
}
#header #bandiere li { 
	list-style-type:none;
	float:left;
	width:30px;
	height:19px;
	margin:8px 4px 0px 4px;
}
#header #bandiere li a img { 
	border:2px solid #16B1E7;
}
#header #bandiere li a:hover img { 
	border:2px solid #C8EBFB;
}

/* LOGO HEADER */
#header #logo { 
	width:360px;
	height:240px;
	float:left;
	margin-top:7px;
}

/* FOTO HEADER */
#header #headeremo { 
	width:590px;
	height:240px;
	float:right;
	margin-top:7px;
}


