/* ******************************************************************* PARTI COMUNI */
body {
	margin: 1px;
	padding: 0;
	font: 13px 'Trebuchet MS', Arial, Sans-serif;
	color: #7B7878;
	background-color:#910327;
	text-align: center;
}
td {
	font: 13px 'Trebuchet MS', Arial, Sans-serif;
	color: #7B7878;
}
#cornice {
	border: 1px solid #fff;
	background-color: #910327;
	padding: 4px;
	width: 979px;
	margin: 0 auto;
	margin-top: 50px;
}

#cornicepiccola {
	border: 1px solid #fff;
	background-color: #910327;
	padding: 4px;
	width: 480px;
	margin: 0 auto;
	margin-top: 0px;
}
#cornicepiccolax {
	border: 1px solid #fff;
	background-color: #910327;
	padding: 4px;
	width: 210px;
	margin: 0 auto;
	margin-top: 0px;
}
#box {
	width: 979px;
	text-align: left;
	background-color: #fff;
	position: relative;
	font-size: 12px;
}
#boxpiccolo {
	text-align: left;
	background-color: #fff;
	position: relative;
	font-size: 12px;
}
a:link, a:visited, a:hover, a:active {
	color: #940021;
}
a:hover {
	text-decoration: none;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HOME PAGE */
#box_home {
	width: 979px;
	text-align: left;
	background: #fff url(sfondo.gif) no-repeat;
	position: relative;
}
#box_home address {
	font-style: normal;
	margin: 190px 0 10px 5px;
	text-align: left;
}
#box_home #news {
	background-color: #DEDEDE;
	color: #910327;
	margin: 0 0 3px 4px;
	width: 376px;
	font-size: 12px;
	padding: 10px 0;
	border: 3px solid #910327;
}
#box_home #news p {
	text-align: center;
	margin: 0;
	padding: 5px 15px;
}
#foto {
	margin: 150px 3px 3px 0;
}
#box_home h2 {
	font-size: 25px;
	font-weight: normal;
	color: #91877F;
	position: absolute;
	margin: 0;
	top: 22px;
}
#box_home h2 span {
	font-size: 25px;
	font-weight: normal;
	color: #DEDBD8;
	margin: -15px 0 0 0;
	display: block;
}
#box_home #lingua {
	position: absolute;
	top: 95px;
	left: 600px;
	color: #910327;
}
#box_home #lingua a:link, #box_home #lingua a:visited, #box_home #lingua a:hover, #box_home #lingua a:active {
	background: url(icona_lingua.gif) no-repeat center left;
	color: #910327;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 20px;
}
#box_home #lingua a:hover {
	text-decoration: underline;
}
#box_home marquee {
	position: absolute;
	top: 125px;
	left: 390px;
	width: 570px;
}
/* ******************************************************************* FINE HOME PAGE */

/* ******************************************************************* HEAD */
#head {
	height: 126px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: visible;
}
#servizi {
	font-size: 11px;
	float: right;
}
#servizi a:link, #servizi a:visited, #servizi a:hover, #servizi a:active {
	background: url(icona_lingua.gif) no-repeat center left;
	color: #7B7878;
	text-decoration: none;
	padding-left: 10px;
	margin: 0 5px 0 10px;
}
#servizi a:hover {
	text-decoration: underline;
}
#head h2 {
	font-size: 40px;
	text-align: right;
	float: right;
	clear: right;
	font-weight: normal;
	margin-top: 0px;
}
#head h2 span {
	color: #DEDBD8;
	display: block;
	margin: -25px 0 0 0;
}
/* ******************************************************************* FINE HEAD */

/* ******************************************************************* MENU */
#menu {
	margin-left: 198px;
	height: 23px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 21px;
}
#nav a {
	display: block;
	color: #910327;
	text-decoration: none;
	font-size: 12px;
	background: #DBDCDE url(sfondo_menu.gif) no-repeat top left;
	text-align: center;
	padding: 0 10px;
}
#nav a:hover {
	background: #910327 url(sfondo_menux.gif) no-repeat top left;
	color: #fff;
}
#nav li li a  {
	width: 170px;
	color: #7B7878;
	text-align: left;
	font-size: 11px;
	line-height: 17px;
}
#nav li li a:hover  {
	color: #000;
	background: #DBDCDE url(sfondo_menu.gif) no-repeat top left;
}
#nav li li {
	border-bottom: 1px solid #fff;
}
#nav li { /* all list items */
	float: left;
	margin-right: 1px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* CORPO */
#corpo {
	clear: both;
	color: #212020;
}
#corpo td {
	color: #212020;
	font-size: 12px;
}
#immagini img {
	float: left;
	display: block;
	margin: 0 1px 0 0;
}
#text {
	border: 1px solid #771156;
	border-width: 1px 0;
	height: 359px;
	margin-left: 517px;
}
#corpo #all {
	border: 1px solid #771156;
	border-width: 1px 0;
	height: 359px;
}
#all h1 {
	padding: 5px 25px;
	padding-bottom: 0;
	color: #910327;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-top: 15px;
}
#text h1  {
	padding: 5px 25px;
	color: #910327;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
}
#text p, #all p {
	padding: 5px 25px;
	margin: 0;
}
#scroll {
	height: 359px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #910E03;
	scrollbar-base-color: #910E03;
	scrollbar-shadow-color: #910E03;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}
/* ******************************************************************* FINE CORPO */

/* ******************************************************************* INDIRIZZO */
#indirizzo {
	position: relative;
	line-height: 21px;
}
address {
	clear: left;
	font-style: normal;
	text-align: center;
	margin-left: 100px;
}
address a:link, address a:visited, address a:hover, address a:active {
	color: #000;
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}
#language {
	float: right;
	font-size: 11px;
	margin-right: 5px;
	display: inline;
}
#language a:link, #language a:visited, #language a:hover, #language a:active {
	color: #7B7878;
	text-decoration: none;
}
#language a:hover {
	text-decoration: underline;
}
#contatore {
	position: absolute;
	top: -1px;
	left: 3px;
}
/* ******************************************************************* FINE INDIRIZZO */

/* ******************************************************************* MUSIC */
#music {
	width: 150px;
	margin: 0 auto;
	margin-top: 5px;
	color: #fff;
}
#music a:link, #music a:visited, #music a:hover, #music a:active {
	color: #fff;
	text-decoration: none;
}
/* ******************************************************************* FINE MUSIC */

/* ******************************************************************* RICHIESTA */
#richiesta {
	margin-left: 23px;
}
#richiesta .titoloform {
	border: 1px solid #910327;
	border-width: 1px 0;
}
/* ******************************************************************* FINE RICHIESTA */

/* ******************************************************************* COPYRIGHT */
#copy {
	width: 979px;
	margin: 0 auto;
	text-align: right;
}
#copy a:link, #copy a:visited, #copy a:hover, #copy a:active {
	color: #fff;
}
/* ******************************************************************* FINE COPYRIGHT */

/* ******************************************************************* MITGLIEDERBEREICH */
body#mitgliederbereich {
	margin: 15px 25px;
	padding: 0;
	font: 13px 'Trebuchet MS', Arial, Sans-serif;
	color: #212121;
	background-color:#fff;
	text-align: left;
}
body#mitgliederbereich td {
	font: 13px 'Trebuchet MS', Arial, Sans-serif;
	color: #212121;
}
body#mitgliederbereich #head h2 {
	font-size: 40px;
	text-align: right;
	float: right;
	clear: right;
	font-weight: normal;
	margin-top: 10px;
	color: #7B7878;
}
body#mitgliederbereich #head h2 span {
	color: #DEDBD8;
	display: block;
	margin: -25px 0 0 0;
}
body#mitgliederbereich  #webedit {
	margin-top: 50px;
}
/* ******************************************************************* FINE MITGLIEDERBEREICH */
#popup {
	border: 2px solid #91877f;
	width: 500px;
	height: 493px;
	position: absolute;
	top: 30px;
	left: 240px;
	background-color: #fff;
	z-index: 5;
	text-align: center;
}
#popup img {
	display: block;
	margin: 0 auto;
}
#popup h1 {
	font: bold italic 16px 'Trebuchet MS', Arial, Sans-serif;
	color: #910327;
	margin: 5px 0 10px 0;
}
#popup a {
	color: #573f3b;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}
#popup a:hover {
	text-decoration: underline;
}
