/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;

}

#tbody {
	position: fixed;
	margin-top: 0px;
}

#avmenu {
	list-style: none;
	clear: left;
	float: left;
	width: 150px;
	padding: 0;
	font-size: 0.8em;
}

#avmenu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	list-style: none;
	margin-bottom: 4px;
}

#avmenu li a {
	list-style: none;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
#avmenu li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}
blockquote {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #fff;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #0E88C9;
}
.footer {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}
#page-wrap {
	width: 480px;
	background: white;
	margin: 20px auto;
	padding: 20px;
}

a.reveal {
	font-size: 80%;
	padding: 3px;
	background: #fff;
	color: black;
	font-family: Georgia, serif;
	font-style: italic;
	cursor: pointer;
}

