* {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	/* font-weight: bold; */
	color: black;
	color: white;
	color: #fffbea;
	color: #feff8c;
	color: #ffd88c;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

body {
	position: relative;
	margin: 0px;
	margin-top: 20px;
	width: 100%;
	padding: 0px;
	bottom: 20px;
	background-color: #7d9393;
	background-color: #bba;
}

a {
	color: #ff910f;
	color: #fff;
	color: red;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-left: 20px;
}

h2 {
	position: relative;
	top: 10px;
	line-height: 100px;
	/* font-style: italic; */
	padding: 0px;
	margin: 0px;
	text-align: right;
	color: #449;
	border-left: 20px solid orange;
	padding-left: 10px;
}

h3 {
	position: relative;
	top: 10px;
	left: 15px;
	width: 490px;
	font-size: 16px;
	margin-right: 20px;
	line-height: 45px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

h1, h2, h3, h4 {
	text-align: left;
}

h1, h4 {
	font-style: italic;
	margin-bottom: 20px;
}

h1, #contenuti h1 {
	font-size: 30px;
	line-height: 40px;
	color: #ffd;
}

#contenuti h1.namespace {
	color: green;
	font-family: "Bitstream Vera Sans Mono", monospace;
	text-decoration: none;
	font-style: normal;
	border-left: 30px solid orange;
	line-height: 30px;
	padding-left: 10px;
}

div#sfondo, div#sfondomaschera, div#principale {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

div#sfondo {
	z-index: 10;
}

div#sfondomaschera {
	background-color: black;
}

div#principale {
	z-index: 20;
	padding-top: 120px;
}

.top {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 100px;
	border: 0px solid #fff;
	border-bottom-width: 1px;
	z-index: 300;
	/* background: #7c7d44 url("img/top3-bg.jpg") no-repeat top left; */
	background: #7c7d44;
}

.top * {
	font-size: 85px;
	line-height: 85px;
	margin-left: 20px;
	opacity: 1;
	color: #ddd;
	color: #fff;
}

.top *:hover {
	opacity: .5;
	color: white;
	text-decoration: none;
}

.motto {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 400;
	text-align: right;
	padding-right: 20px;
	vertical-align: baseline;
	padding-top: 20px;
	color: white;
}

#contenuti {
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	width: 650px;
}


#contenuti p, #contenuti * {
	font-family: Verdana;
	line-height: 20px;
	margin-bottom: 20px;
}

.navigazione {
	z-index: 500;
	position: fixed;
	padding: 0px;
	margin: 0px;
	border: 0px;
	right: 0px;
	top: 100px;
	vertical-align: middle;
	display: block;
	width: 150px;
	height: 100%;
}

.navigazione a {
	border: 0px solid transparent;
	border-left: 3px solid #666;
	background-color: #888;
	color: black;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: 1px solid #999;
}

#contenuti .navigazione a {
	margin-bottom: 0px;
}

.navigazione a:hover, a.navSelected {
	color: white;
	background-color: #aaa;
	border-left-color: orange;
	text-decoration: none;
}

a.navSelected {
	border-left-color: #080;
}

.navigazione a.nav2 {
	padding-left: 30px;
	border-top-color: #888;
}

.firma {
	width: 100%;
	text-align: right;
	color: #FF910F;
	font-style: italic;
	font-weight: bold;
}

#contenuti .icon {
	display: inline;
	width: 25px;
	height: 25px;
	line-height: 20px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: -20px;
}

div#contatti {
	position: fixed;
	width: 100%;
	bottom: 0px;
	text-align: left;
	/* margin-top: -16px; */
	height: 25px;
	line-height: 25px;
	background-color: #fffbea;
	color: black;
	border-top: solid 1px #777;
	z-index: 100;
}

div#contatti div {
	margin-left: 20px;
	height: 25px;
	line-height: 25px;
}

div#licenza {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	text-align: right;
	padding-right: 20px;
	z-index: 400;
}

div#logos {
	position: fixed;
	bottom: 0px;
	margin-bottom: 40px;
	width: 100px;
	right: 0px;
	z-index: 400;
}

div#logos img {
	margin-top: 20px;
	z-index: 400;
}

div#licenza img {
	margin-top: 5px;
}

div#contatti a {
	color: red;
}

#contenuti pre, #contenuti tt, #contenuti code {
	font-family: "Andale mono", monospace;
	color: red;
}

#contenuti b {
	font-weight: bold;
	color: green;
}

input {
	display: inline;
}

#contenuti form, #contenuti form * {
	margin: 0px;
}

input[type="text"], input[type="submit"] {
	background-color: #ccc;
	color: #333;
	border: 1px solid white;
	padding: 2px;
}
