body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #BC4D16 url(../images/bg.jpg);
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	color: #BC4D16; 
}
img.flag {
        padding: 1px;
        border: 1px solid #E0E0E0;
}
#interface {
	width: 850px;
	background: #FFF;
	border: solid 10px #FC9A00;
	height: 225px;
	margin: 40px auto;
}
#page {
	width: 850px;
	background: #FFF;
	border: solid 10px #FC9A00;
	margin: -10px auto;
}
#footer {
	width: 850px;
	color: #FFF;
	margin: 40px auto;
	padding: 0px 0px 30px 0px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FC9A00;
}
#menu{
	width: 250px;
	height: 225px;
	float:left;
	padding: 0px 25px 0px 25px;
}
#menu ul { margin: 0px 0px 0px 15px; padding:0px; }
#menu li {
	width: 230px;
	padding: 3px 0px 3px 0px;
	border-bottom: dotted 1px #CCC;
	list-style-image: url(images/dot.gif);
	list-style-type: none;
}
#menu li a {
	text-decoration: none;
}

#img {
	width: 550px;
	height: 210px;
	float: right;
	margin-top: 7px;
	position: relative;
	z-index: 10;	
}
div.colonna45 {
	width: 250px;
	margin-left: 40px;
	float: left;
}
div.colonna25 {
	width: 250px;
	margin-left: 25px;
	float: left;
}
div.colonnadoppia {
	width: 525px;
	margin-left: 40px;
	float: left;
}
#colonna_sinistra {
	float: left;
	top: 15px;
	left: 20px;
	width: 250px;
	border: solid 5px #78b5d5;
	background: #deebf1;
	color: #333;
}
#colonna_sinistra h1 {
	margin: 0px;
	padding: 5px;
	color: #217199;
	background: none;
	text-transform: none;
}
#colonna_sinistra p {
	margin: 0px;
	padding: 5px;
}
#colonna_sinistra ul {
	margin: 0px 0px 0px 15px; 
	padding: 5px;
}
#colonna_sinistra li.sottomenu {
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	line-height: 13px;
}
#eraser { clear: both; height: 50px; }
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #BC4D16;
	font-family: Arial, sans-serif;
	margin: 3px 0px 3px 0px;
	background: url('images/dot2.gif') no-repeat left center;
	padding-left: 15px;
	height: 18px;
	text-transform: uppercase;
}
span.progetto_frase {
	font-family: Tahoma, sans-sarif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
img.bordo {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: solid 3px #FC9A00;
	border-bottom: solid 3px #FC9A00;	
	border-left: none;
	border-right: none;
}
img.bordolinks {
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #CCC;
}
img.bordo_azzurro {
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: solid 3px #b4d8e9;
	border-bottom: solid 3px #b4d8e9;
	border-left: none;
	border-right: none;		
}
/* STILI DEL FORM */
input.testo {
	font-family: Verdana;
	font-size: 10px;
	width: 160px;
	border: solid 1px #999999;
	background-color: #e2e2e2;
}
select.testo {
	font-family: Verdana;
	font-size: 10px;
	width: 160px;
	border: solid 1px #999999;
	background-color: #e2e2e2;
}
textarea {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #999999;
	width: 500px;
	height: 100px;
	background-color: #e2e2e2;
	padding: 4px;
}
.checkbox {
	width: 14px;
	border: none;
}
.bottoni {
	background-color: #BC4D16;
	border: 1px solid #FC9A00;
	width: 160px;
	color: #ffffff;
}
.header {
	padding: 0px 10px 0px 0px;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	background-color: #999999;
	border: solid 1px #333333;
	font-size: 13px;
	font-weight: bold;
}

a.bacheca, a.bacheca:link, a.bacheca:active, a.bacheca:visited {
	text-decoration: none;
	width: 93px;
	height: 80px;
	border: solid 2px #666;
	margin: 4px;
	float:left;
}
a.bacheca:hover {
	text-decoration: none;
	width: 93px;
	height: 80px;
	border: solid 2px #BC4D16;
	margin: 4px;	
}
table.oneweek {
	width: 100%;
	/*border: solid 1px #CCC;*/
}
table.oneweek td {border-bottom: solid 1px #CCC; }
.week_header {
	color: #FF9900;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: none;
}
.week_orario {
	color: #666;
	font-weight: bold;
	width: 80px;
	text-align: right;
	vertical-align: top;
}