/********
TAG HTML GENERALI
*********/

body {
	background-color: #E9E9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../gui/bck.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/********
LAYOUT
*********/

#container {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 768px;
	margin-bottom: 5px;
}
#header {
	background-image: url(../gui/headfoto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFCC;
	border-bottom: 1px solid #666666;
}
#breadcrumb {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-color: #EFEFEF;
	margin-bottom: 10px;
}
#breadcrumb  a:link, #breadcrumb  a:visited, #breadcrumb  a:active, #breadcrumb  a:hover {
	color: #B30000;
	text-decoration: none;
}
#breadcrumb  p {
	margin: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sidebar {
	float: left;
	width: 200px;
}

#content {
	background-color: #FAFDEC;
	border: 1px solid #B30000;
	float: right;
	width: 545px;
	margin-right: 10px;
	display: inline;
	margin-bottom: 10px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #B30000;
	padding: 2px;
	margin: 0px 0px 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	text-align: left;
	color: #B30000;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content p {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;

}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 10px;
	background-color: #FFFFCC;
	border-top: 1px solid #666666;
}

#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/********
MENU
*********/

.navcontainer {


}

.navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navcontainer a {
	display: block;
	padding: 3px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #eee;
	font-size: 11px;
	width: 194px;
}

.navcontainer a:link, .navlist a:visited {
	text-decoration: none;
	color: #333333;
}

.navcontainer a:hover, body#bandoneon .bandoneon,body#carpineti .carpineti, body#eclecticus .eclecticus, body#fisaepiano .fisaepiano, body#fisorchestra .fisorchestra, body#index .index, body#minuit .minuit, body#novo .novo, body#scuola .scuola, body#solista .solista, body#spettacolo .spettacolo {
	background-color: #B30000;
	color: #FFFFFF;
}

/********
CLASSI
*********/

.autore {
	text-align: right;
	color: #660000;
	font-weight: normal;
	font-style: italic;
}

.nomefooter {
	font-weight: bold;
	color: #B30000;
}

.formazione {
}

.ascolta {
	font-weight: bold;
}

.titolosez {
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.home {
	margin-bottom: 5px;
	font-weight: bold;
}

.scuolaContent {
	background-image: url(../gui/logocastello.jpg);
	background-color: #FAFDEC;
	background-repeat: no-repeat;
	background-position: center center;
}

.emphasis {
	font-weight: bold;
	color: #660000;
	font-style: italic;
}

.anno {
	color: #660000;
	font-style: italic;
}

img.left {
	float: left;
	border: 1px solid #B30000;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.center {
	border: 1px solid #B30000;
	background-color: #FFFFFF;
	padding: 5px;
}
