
/* generici */
html,body{margin:10px;padding:0}
body{font: 72% arial,sans-serif; font-weight: bold; color: #004867;}
div#container{width:1024px;margin:0 auto;background:url(../imgs/jpg/Europa_test.jpg) no-repeat;}
div#header{position: relative; background: #C8E4EF; height: 160px;}
div#content{
	float:right;
	width:750px; 
	height: 700px; 
	overflow: auto;
	background-attachment: fixed;
	}
div#navigation{
	
	float:left;
	width:250px;
	/*width:200px;*/
	/*background: url(../imgs/jpg/bottom_navigation.jpg) bottom left  repeat-x #A84E67*/
	background-color:#A84E67;
}
div#wrapper_bott{
	border: solid 1px #C8E4EF;
	valign: bottom;
	}
div#footer{background: #EFE2C8;color: #FFF; height: 100px;clear:both;width:100%}

p{margin:0 10px 10px}
a{display: block;}
h1{color: #A84F65;}
h2{color: #A84F65;}
a#simple
{
	display: inline;
	padding: 0px;
	background: none;
	text-indent:0px;
}
a#simple:hover
{
	background: none;
}


/*-------------------------------------------------------------------------------------*/
/* DIV header e elementi contenuti */


div#header div#content-h1{ text-align: center; height: 100px;}
div#header img{
	display: block;
	margin-left:auto;
	margin-right:auto; 
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------*/
/* DIV wrapper e content e elementi contenuti */


div#content p{
	line-height:1.4; 
	padding: 5px 5px; 
}


#wrapper a
{
	padding: 1px 20px 1px 1px;
	background: url(../imgs/jpg/arrow_first.jpg) center left no-repeat;
	text-indent:20px;
}

#wrapper a:hover
{
	background: url(../imgs/jpg/arrow_second.jpg) center left no-repeat;
}
#wrapper a#back
{
	padding: 1px 20px 1px 1px;
	background: url(../imgs/jpg/arrow_back_first.jpg) center left no-repeat;
	text-indent:20px;
}

#wrapper a#back:hover
{
	background: url(../imgs/jpg/arrow_back_second.jpg) center left no-repeat;
}

#wrapper a.simple
{
	display: inline;
	padding: 0px;
	background: none;
	text-indent:0px;
}
#wrapper a.simple:hover
{
	background: none;
}

/*-------------------------------------------------------------------------------------*/
/* DIV di navigazione e elementi contenuti */


div#navigation h2{text-align: center;color:#D0C2FF}


#navigation a
{
	color: #FFFFFF;
	background-color: transparent;
	padding: 4px 30px;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #668875;
	border-bottom: 1px solid #668875;
}

#navigation a:hover
{
	color: #7964BF;
	background-color: #C8E4EF;
	border-top: 1px solid #668875;
	border-left: 1px solid #668875;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* footer */
/*-------------------------------------------------------------------------------------*/


div#footer p{margin:0;padding:5px 10px}

#footer a
{
	width: 100px;
	padding: 1px 20px 1px 1px;
	background: url(../imgs/jpg/arrow_first.jpg) center left no-repeat #FFFFFF;
	text-indent:20px;
}

#footer a:hover
{
	background: url(../imgs/jpg/arrow_second.jpg) center left no-repeat #FFFFFF;
}


/* tabelle e paragrafi */
/*-------------------------------------------------------------------------------------*/





table#table-committee tr.color{
	background: #EAF9FF;	
}
table#table-committee tr.strong{
	font-size: 180%;
	font-weight: bold;
	background: #EAF9FF;	
}
p#txtParagraph{
	width: 70%;
	background:  #FFF9F5;
	font-weight: bold;
}
hr{
	color: #EAF9FF;
}
div.iconaflyer{
	float: left;
	height: 122px;
	margin-right: 20px;
	}
