@charset "UTF-8";

/* CSS Document */



body {

	margin: 0px;

	font-family: Geneva, Arial, Helvetica, sans-serif;

}

#testata {

	width: 800px;

	height: 200px;

	background-repeat: no-repeat;

	background-image: url(../immagini/testataachille.jpg);

}

#menu {

	width: 200px;

	padding-left: 10px;

	margin-top: 0px;

	padding-top: 0px;

}

#corpo {

	width: 580px;

	padding-left: 10px;

	font-size: 10px;

    background-color: E4E4E4

}

#piepagina {

	width: 800px;

	background-color: #39F;

	height: 30px;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-align: center;

	vertical-align: middle;

	line-height: 30px;

}

.mainmenu {

	background-color: #39F;

	font-size: 12px;

	width: 800px;

	text-align: center;

	font-weight: bold;

	color: #FFF;

}

a.mainmenu:link     {

	text-decoration: none;

}

a.mainmenu:visited  {

	text-decoration: none;

}

a.mainmenu:hover    {

	color: #000;

	text-decoration: none;

}

.sezione {

	font-size: 12px;

	text-align: left;

	font-weight: bold;

	color: #FFFFFF;

}

.menu {

	font-size: 12px;

	text-align: left;

	padding-left: 10px;

	color: #FFFFFF;

}

a.menu:link     {

	text-decoration: none;

}

a.menu:visited  {

	text-decoration: none;

}

a.menu:hover    {

	color: #000;

	text-decoration: none;

}

.TDmenu {

	background-color: #369;

	height: 100%;

}

#BoxSezione{

	background-color: #369;

}

.admenu {

	text-align: center;

	font-weight: bold;

	color: #FFF;

}

a.admenu:link     {

	text-decoration: none;

}

a.admenu:visited  {

	text-decoration: none;

}

a.admenu:hover    {

	color: #000;

	text-decoration: none;

}


