﻿body {
	margin: 1em;
	background-color: green;
}

/* --- stili delle sezioni principali --- */
#container {
	margin: auto;
	padding: 0;
	max-width: 52em;
	min-width: 24em;
	/* border: 1px solid black;*/
}

/* --- intestazione --- */
#header {
	padding: 0;
	height: auto;
	background: #ccff99;
}

#header img {
	margin: 0;
	height: 8.75em;
	width: 52em;
	z-index: 1;
	position: relative;
}

#header p {
	margin: 0em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	text-align: center;
	font-family: verdana;
	font-size: 10.5pt;
	color: #333333;
}

#header ul {
	padding: 0;
	margin-left: 17.2em;
	margin-top: 7.2em;
	list-style: none;
	z-index: 2;
	position: absolute;
}

#header ul a {
	color: white;
	font: verdana;
	font-weight: bold;
	display: inline;
	padding: 0 2em;
	border: 2px solid white;
	background: #7e0606;
	text-decoration: none;
}

#header a:hover, #navigation a:visited:hover {
	color: green;
	border-style: none;
	border: 2px solid green;
	background: #FFFFFF;
}



/* --- menu --- */
#navigation {
	float: left;
	width: 13em;
	padding: 0;
	height: 39em;
	text-align: center;
	background: #ccff99;
}

#navigation ul {
	padding: 0;
	margin: 1em 1em;
	list-style: none;
}

#navigation ul li {
	margin-bottom: 10px;
}

#navigation ul a {
	color: green;
	font: verdana;
	font-size: 9.5pt;
	font-weight: bold;
	display: block;
	padding: 0.2em;
	border: 2px solid #999999;
	background: #FFFFFF;
	text-decoration: none;
}


#navigation a:hover, #navigation a:visited:hover {
	color: green;
	border-style: none;
	border: 2px solid green;
	background: #FFFF00;
}

#navigation p {
	width: auto;
	color: green;
	font-size: 9.5pt;
	font-style: italic;
	line-height: 11pt;
	margin-top: 3em;
	margin-bottom: 3em;
}

#alone {
	letter-spacing: 2px;
}
	

/* --- contenuto --- */
#content {
	background: white;
	height: 38em;
	margin-left: 12em;
	padding: 0.5em 2em;
}

#content p {
	font-size: 11px;
	font-family: verdana;
	line-height: 16px;
}

#content p a {
	text-decoration: none;
}

#content p a:hover, #content p a:visited:hover {
	border-bottom: 1px solid #999999;
}


#attivita a {
	color:#333333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
}

#attivitaindex {
	color:#333333;
	font-weight: bold;
	font-size: 10pt;
	word-spacing: 10em;
}
#attivitaindex a {
	color:#333333;
	font-weight: bold;
	word-spacing: 10em;
}



/* --- footer --- */
#footer {
	clear: left;
	padding: 0.1em;
	background: #ccff99;
}

#footer p {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
