body
{
    text-align: center;
    font-size: 14px;
    font-family: arial;
    padding: 0px;
    margin: 0px;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    background-color: #0a84c3;
    color: #003366;
}

#index
{
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    background-image: url("images/backgroundindex.png");
    background-repeat: repeat-y;
}

#content
{
    padding: 20px;
    padding-top: 15px;
    text-align: justify;
}

h1
{
    font-size: 16px;
    color: blue;
    text-align: center;
}

#left
{
    float: left;
    width: 570px;
    text-align: center;
    margin: 10px;
}

#right
{
    float: left;
    width: 320px;
    text-align: center;
}

#logo
{
    margin-right: 5px;
    margin-left: 25px;
}

#parentmenu
{
    float: left;
    width: 770px;
    background-image: url("images/backgroundmenu.png");
    background-repeat: repeat-x;
}

#menu
{
    width: 770px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
}

#menu a:link, #menu a:visited
{
    float: left;
    width: 108px;
    height: 70px;
    line-height: 60px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover
{
    color: green;
    background-color: #EEFFFF;
}

img
{
    border: 0px;
}

table
{
    font-size: 14px;
}

#error
{
    color: red;
    text-align: center;
}

input
{
    border: 1px solid gray;
}

textarea
{
    border: 1px solid gray;
}

a:link, a:visited
{
    color: green;
}

a:hover
{
    text-decoration: none;
}

#welcome
{
    width: 780px;
    float: left;
}

#trattamentodati
{
    text-align: justify;
    font-size: 11px;
    border: 2px inset gray;
    width: 300px;
    height: 60px;
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
}

#dropmenudiv
{
	position:absolute;
    text-align: left;
	border:1px solid gray;
	border-bottom-width: 0;
    border-top: 0px;
    border-right: 1px solid gray;
	font:normal 12px arial;
	line-height: 30px;
	z-index:100;
}

#dropmenudiv a
{
	color:blue;
	width: 180px;
    height: 30px;
    line-height: 30px;
	display: block;
	text-indent: 3px;
	background-color:#e0dfdf;
	border-bottom: 1px solid gray;
    border-right: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover
{
	color:green;
	background-color: #EEFFFF;
}

ul
{
    list-style-type: circle;
}