@charset "utf-8";

*{
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-color: #303D46;
	font-size: 14px;
}

#container{
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#up1{
	background-image: url(up1.png);
	height: 50px;
}
#up2{
	background-image: url(up2.png);
	height: 43px;
	clear: both;
}
#up3{
	background-image: url(up3.png);
	height: 196px;
}
#middle{
	background-image: url(middle.png);
	padding: 10px;
}
#footer{
	background-image: url(footer.png);
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #303D46;
	text-align: center;
	font-size: 12px;
}

/*-----------------------*/


#up1 #title{
	float: left;
	width: 80%;
	line-height: 50px;
	color: #FFF;
	font-size: 24px;
}
#up1 #language{
	float: left;
	width: 20%;
}



#up2 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#up2 li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 43px;
}

#up2 li:hover{
	background-color: #F60;
}

#up2 li a{
	text-decoration: none;
	color: #1F262E;
	font-size: 18px;
	font-weight: bold;
}
#up2 li a:hover{
	color: #FFF;
}

/* ------------------------------ */

#language ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#language li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 49px;
}

#language li:hover{
	background-color: #F60;
}

#language li a{
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
#language li a:hover{
	color: #FFF;
}


/* ---------------------------- */
#colsx {
	float: left;
	width: 70%;
	text-align: justify;
}

#colsx p {
padding-left: 5px;
padding-right: 20px;
}

#coldx {
	width: 30%;
	float: left;
}
#colcent {
	width: 100%;
	clear: both;
}

#middle h1{
	font-size: 18px;
	color: #F60;
	margin-bottom: 10px;
}

/* ----------------------------------- */

#calendar{
	background-color: #FFF;
}

#calendar .calrow{
	padding-right: 5px;
	padding-left: 5px;
}
#calendar .calrow:hover{
	background-color: #FFF;
}
#calendar .calrow .title{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#calendar .calrow .title:hover{
	text-decoration: underline;
}
#calendar .calrow .date{
	font-size: 10px;
	background-image: url(x-office-calendar.png);
	background-repeat: no-repeat;
	color: #666;
	padding-left: 18px;
	line-height: 20px;
}
#calendar .calrow .description{
	font-size: 12px;
	margin-bottom: 10px;
	padding-right: 5px;
	text-align: justify;
	color: #999;
}


.news-small{
	font-size: 10px;
	color: #666;
	text-align: justify;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	padding: 7px;
	font-style: italic;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.news-date{
	color: #999;
	line-height: 24px;
}
.news-description{}


.archive{
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	text-align: center;
}

#galleria{}
#galleria #immagine{
	display: block;
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#galleria #immagine:hover{
	background-color: #F00;
}

#galleria img{
	display: block;
	float: left;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}