﻿body {
	background-image: url('images/sfondo_logo.jpg');
	background-repeat: no-repeat;
}
#header {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	background: url('images/sfondo_atleti.jpg') repeat-x left top;
	margin-left: 0px;
	margin-bottom: 10;
}
.style1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: black;
	line-height: normal;
	margin-top: 10px;
}
.style2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-style: normal;
	color: #0066FF;
	line-height: normal;
	margin-top: -15px;
}
.style3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	line-height: normal;
	margin-top: -10px;
}
.style4 {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
}
.style5 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	margin-top: -10px;
	font-weight: bold;
}
.style6 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: black;
	margin-top: -8px;
}
.style7 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: red;
	font-weight: bold;
}
.style8 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
}
.style9 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: black;
	font-weight: bold;
}
.style10 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: bold;
	color: #0066FF;
	line-height: 15px;
}

/* Menu */

#menu{
	padding: 0;
	maragin: 0;
	font-family: Verdana,Arial;
	font-size: 0.70em;
}
#menu ul{
	padding: 0;
	margin: 0;
}
#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
} 
#menu li a{
	border-color: #000000;
	border: 1px solid;
	width: 100px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #333;
	background: #EDEDED;
} 
#menu a:hover{
	background: #CCC;
} 
#menu ul ul{
	position: absolute;
	top: 15;
	visibility: hidden;
}
#menu ul li:hover ul {
	visibility:visible;
} 
#menu ul ul ul li {
	visibility: hidden;
	width:200px;
	left:100px;
	top:-15px;
}
#menu ul ul li:hover ul li {
	visibility:visible;
}
/* dirigenti */
.foto {
	margin-top: 5px;
}
.nome {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-left:100px;
	margin-top:-128px
}
.carica {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-left:100px;
	margin-top: -20px;
	margin-bottom:100px
}
.specialita {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 100px;
	margin-top: -5px;
}
.specialita1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 100px;
	margin-top: -80px;
}
.classe {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 100px;
	margin-top: -20px;
	margin-bottom: 30px;
}



