body {
	margin: 0px;
	background-image: url(../images/background1.gif);
	background-repeat: repeat;
	background-position: 50% 50%;
}

/* Layout Structure*/
#wrapper {
	position: absolute;
	margin: 0px;
	width: 750px;
	margin-left: -375px;
	left: 50%;
}

#header {
	position: relative;
	width: 750px;
	height: 120px;
	background-image: url(../images/background2.gif);
	font-family: verdana, sans-serif;
	font-weight: bold;
 	font-size: 12px;
	color: #0061B2;
}

#header table.header-table {
	width: 400px;
	margin: auto auto;
}

#topContent {
	position: relative;
	width: 750px;
	height: 30px;
	background-image: url(../images/background4.gif);
}

#contentWrapper {
	position: relative;
	width: 750px;
	background-color: #f2f2f2;
}

#content{
	position: relative;
	width: 730px;
	background-color: #f2f2f2;
	font-family: tahoma, sans-serif;
 	font-size: 11px;
	text-align: justify;
	margin-left: 10px;
	overflow: hidden;
}

#bottomContent {
	position: relative;
	width: 750px;
	height: 30px;
	background-image: url(../images/background3.gif);
}

#footerWrapper {
	position: relative;
	width: 750px;
	height: 30px;
	background-image: url(../images/background5.gif);
}

#footer {
	width: 430px;
	margin-left: 135px;
	padding-top: 2px;
}

#language {
	position: relative;
	float: right;
	width: 50px;
	height: 15px;
	margin-top: -16px;
	margin-right: 5px;
}

/* Header properties */
#header table {
	position: relative;
	margin-left: 45px;
	text-align: center;
}

#header table td {
	width: 100px;
	height: 80px;
	border: 0px;
	padding: 0px;
}

/* Content properties */
#content img {
	position: relative;
	float:right;
	padding: 2em;
}

.pageTitle {
	font-family: verdana, sans-serif;
	font-weight: bold;
 	font-size: 15px;
	color: #0061B2;
}

a {
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: none;
	color: #0061B2;
}


a:hover {
	text-decoration: underline;
	color: #000;
}

/* Footer properties */
#footer a {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #000000;
}


#footer a:hover {
	text-decoration: none;
	color: #0061B2;
}

/* Rollover effect */
#rollover1{
	width: 100px;
	height: 80px;
	background: url(../images/header01.gif) bottom left no-repeat;
	display: block;
}

#rollover2{
	width: 100px;
	height: 80px;
	background: url(../images/header02.gif) bottom left no-repeat;
	display: block;
}

#rollover3{
	width: 100px;
	height: 80px;
	background: url(../images/header03.gif) bottom left no-repeat;
	display: block;
}


#rollover4{
	width: 100px;
	height: 80px;
	background: url(../images/header05.gif) bottom  left no-repeat;
	display: block;
}

#rollover5{
	width: 100px;
	height: 80px;
	background: url(../images/header04.gif) bottom left no-repeat;
	display: block;
}

#rollover6{
	width: 100px;
	height: 80px;
	background: url(../images/header06.gif) bottom left no-repeat;
	display: block;
}

#header table tr td a:hover {
	background-position: top left;
}

/* Form styles */
.textBox
{
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align:middle;
	color: #000;
}

.textArea
{
	border-style: solid;
	border-color: gray;
	border-width:1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align:middle;
	color: #000;
}

.tdLabelForm
{
	font-family: verdana;
	font-size: 11px;
	word-spacing: -1pt;
	color: #000;
}

.colaboratori_div {
	overflow: auto;
	float: left;
}

