@charset "UTF-8";
/* CSS Document */


body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #d3e0dc;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #374341;
}

#container {
	width: 46em;
	background: #e7f0ec;
	margin: 0 auto;
	margin-top: 50px;
/* border: 1px solid #000000; */
	text-align: left;
}

#header { 
	background: #76827b; 
	padding: 0 10px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	border-bottom: 4px solid #374341;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
	color:#FFFFFF;
}

#sidebar1 {
	float: left;
	width: 12em;
	background: #76827b;
	padding:0;
}

#sidebar1 h3, #sidebar1 p {
}

#mainContent {
	margin: 0 1.5em 0 13em;
}

#footer { 
	padding: 0px;
	background:#FFF;
}

#footer p {
	text-align: right;
	font-size: .7em;
	margin: 0;
	color:#AAA;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a, a:visited{
	text-decoration: none;
	font-weight:bold;
	color:#FF3300;
}

a:HOVER{
	color:#FF0000;
	border-bottom: 1px dotted #374341;
}

h1,h2,h3,h4,h5,h6{
	color:#202625;
	font-variant:small-caps;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

h1:first-letter,  h2:first-letter,  h3:first-letter{
	font-size: 120%;
}

#header p{
	padding-bottom: 1em;
	color: #FFFFFF;
}

#sidebar1 p{
	padding: 0;
	margin: 0;
}
#sidebar1 a, #sidebar1 a:visited{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding: .5em;
}

#sidebar1 a:hover, #sidebar1 a.selected{
	background-color:#374341;
	background-image:url(images/select.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom: none;
}

.quote{
font-size: 80%;
font-style:italic;
}

table.orario{
font-size: 70%;
}

table.orario tr td{
	padding: 0.2em;
	border-left: 1px solid #CCCCCC;
}

td.orarioh{
font-weight: bold;
background-color: #DDDDDD;
margin-bottom: 1em;
}

td.orariov{
font-weight: bold;
background-color: #DDDDDD;
border-bottom: 1px solid #999999;
}

td.orarion{
border-bottom: 1px solid #999999;
}

#sfondohome { 
	background: #76827b; 
	background-image:url(images/sfondohome.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}

#sfondohome h1,#sfondohome h3, #sfondohome p{
color:#FFFFFF;
font-weight:bold;
padding:1em;
}

.new{
text-align:center;
padding:5px;
margin-top: 5px;
}

.rosso{
font-weight:bold;
color: #FF0000;}

table.registration tr td{
border-bottom: 1px solid #d3e0dc;
}
