body {
	margin: 0 auto;
	padding: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}

#titolo{
	text-align: center !important;
	font-size: 13px !important;
    color: black !important;
}

img {border: none;}

a {color: #000000;}

h2 {
	color: #666666;
	font-size: 26px;
	font-weight: 100;
	padding : 10px 0;
}

h2 .tesine {
	color: #000000;
	line-height: 30px;
}

a:hover {
	text-decoration: none;
	color : #000000;
}

#wrap {
	margin: 0 auto;
	width: 990px;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	font-size: 24px;
	text-shadow: 3px 3px 3px #CCCCCC;

}

#header a{
	text-decoration: none;
	font-size: 64px !important;
	font-weight: 900;
	
}

#header a:hover{
	text-decoration: none;
}

#icons {
	float: right;
	padding-top: 30px;
	padding-right: 14px;
	border: 0;
	margin:0;
}

#shinystat {
	float: right;
	padding-top: 40px;
	position: absolute;
}

#menu {
	margin: 0 auto;
	width: 105%;
	height: 40px;
	line-height: 32px;
}

#menu a {
	color: #000000;
	padding: 0 10px 0 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #CCCCCC;
	font-weight: 900;
}

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

#menu-lezioni {
	margin: 0 auto;
	font-weight: bold;
}

#menu-lezioni ul{
	padding: 0 0;
}

#menu-lezioni li{
	display: inline;
	border-right: 1px solid #000;
}

#menu-lezioni a {
	padding: 0 30px 0 30px;
	font-size: 24px;
	letter-spacing: -2px;
	text-decoration: none;
}

#menu-lezioni a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

.current {	
	border-bottom: 4px solid #999;
}

#content {
	padding: 10px 5px;
	min-height: 435px;
}

#sidebar {
	width: 150px;
	float: right;
	padding-left: 5px;
	border-left: 1px solid #bbb;
	font-size: 12px;
	margin: 20px;
}

#sidebar a { 
	text-decoration: none 
}

.rightab a {
	display: block;
	text-align: left;
	border-right: 3px solid #999;
	border-bottom: 1px dotted #999;
}

.rightab a:hover {
	display: block;
	text-align: left;
	border-right: 3px solid #000;
	border-bottom: 1px dotted #000;
}

.giustificato {
	text-align: justify;
}

#bottom {
	background: #FFF;
	padding: 10px 0;
}

#footer {
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 20px 5px;
}

#footer a {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: none;
	color: #000;
}

#sitemap {
	padding-left: 40px;
	text-align: left;
}

.spoiler {
   border:1px solid #ddd;
   padding:3px;
}
.spoiler .inner{
   border:1px solid #eee;
   padding:3px;margin:3px;
}
.active {
   pointer-events: none;
   cursor: default;
}