/* GENERALE */

html, body {
	height: 100%;
	width: 100%;
}

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 0.8em;
	text-align: center; /* DANNATO IE */
}

a {
	text-decoration: none;
	color: #00A;
	font-weight: 600:
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

em {
	font-style: normal;
}

fieldset {
	border: none;
}

/* PARTI SPECIFICHE */

/* container */
#container {
	width: 768px;
	margin: 0 auto;
	padding-bottom: 2em;
}

/* header: dimensioni fisse */
#logo {
	background: url(../immagini/bg_logo.jpg);
	height: 37px;
	width: 448px;
	padding-top: 29px;
	padding-bottom: 30px;
	padding-left: 218px;
	padding-right: 102px;
}

#logo img {
	display: block;
}

#menu {
	width: 100%;
	height: 48px;
	background: url(../immagini/bg_menu.jpg);
	font-weight: 600;
}

#menu li {
	display: inline;
	float: left;
	width: 12.5%;
}

#menu a, #menu em {
	display: block;
	height: 16px;
	color: #bbb;
	padding: 16px 0;
}

#menu em {
	text-decoration: underline;
}

#menu a:hover {
	color: white;
	background-color: #08f;
}

/* corpo */
#corpo {
	/*width: 500px;*/
	background-image: url(../immagini/bg_corpo.jpg);
	background-repeat: no-repeat;
	background-color: black;
	padding: 4em 74px 3em 194px;
}

/* posizione */
#posizione {
	background-image: url(../immagini/bg_pos.jpg);
	line-height: 32px;
	padding: 0 5px;
	border-bottom: groove thin black;
	text-align: left;
	font-variant: small-caps;
	font-weight: 600;
	color: #777;
}

#posizione a:hover {
	text-decoration: underline;
}

#posizione em {
	color: #A00;
}

#posizione * {
	margin: 0 8px;
}

/* contenuti */
#contenuti {
	/* width: 500px */
	padding: 32px 50px;
	background-image: url(../immagini/bg_text.jpg);
	color: #222;
	text-align: justify;
	line-height: 1.5em;
	overflow: hidden;
}

#contenuti a:hover {
	text-decoration: underline;
}

#contenuti em {
	font-style: italic;
}

#contenuti .kite {
	font-variant: small-caps;
}

#contenuti .soprannome {
	font-weight: 600;
}

#contenuti p {
	margin-top: 32px;
}

#contenuti p:first-child {
	margin-top: 0;
}

#contenuti h1 {
	font-size: 100%;
	font-weight: 600;
	text-decoration: underline;
}

#contenuti h2 {
	font-size: 100%;
	font-weight: 500;
	margin-top: 16px;
}

/* footer */
#footer {
	clear:both;
	height: 32px;
	background-image: url(../immagini/bg_piedi.jpg);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 194px;
	padding-bottom: 8px;
	padding-right: 74px;
	font-size: 85%;
}

#footer li * {
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .quote {
	height: 15px;
	color: black;
}

#contatti {
	float: left;
	text-align: left;
}

#contatti * {
	font-weight: 600;
}

#contatti li a, em {
	margin-left: 2px;
}

#crediti {
	float: right;
	text-align: right;
	width: 200px; /* DANNATO IE */
}

#crediti .quote a {
	font-weight: 600;
}

div.notifica {
	text-align: center;
	margin-bottom: 32px;
	padding: 2px;
	font-style: italic;
	font-weight: 600;
	font-size: 90%;
}

div.g {
	background-color: green;
}

div.r {
	background-color: red;
}

div.y {
	background-color: yellow;
}

