/* GLOBALS */
html { overflow-y: scroll; }
img {
	border: 0px;
}
body {
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	background-image: url(immagini/background_header.jpg);
	background-position: center 0px;
}
h2 {
	color: #999999;
}
h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-top: 0px;
}
h3 {
	margin: 0px;
}

a {
	color: #007EA4;
	text-decoration: none;
}
hr {
}

a:hover {
	text-decoration: underline;
}



/* CONTAINER */
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: justify;

}
/* HEADER */
#header {
	width: 900px;
	margin: 0 auto;
	height: 122px;
	width: 900px;
}
#header .logo {
	text-align:left;
	float:left;
}
#menu {
	text-align: left;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	background-image: url(immagini/menu.png);
	height: 122px;
	width: 325px;
	position:relative;
	background-repeat: no-repeat;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu .lavoro {
	height: 122px;
	width: 79px;
	left: 30px;
}
#menu .formazione {
	height: 122px;
	width: 78px;
	left: 109px; 
}
#menu .tempolibero {
	height: 122px;
	width: 78px;
	left: 187px;
}
/*CONTENT*/
#content {
	width: 690px;
	background-color: #FFFFFF;
	/*margin-left: 194px;*/
	margin-right:15px;
	float:right;
	padding-bottom:30px;
}
#content .homepage {
	background-image: url(immagini/homepage.jpg);
	background-repeat: no-repeat;
	height: 306px;
	text-align: left;
	padding-left: 370px;
	font-size: 24px;
	padding-top: 15px;
	margin-left: 5px;
}
#content .testo {
	padding: 15px;
}
#content .titoletto {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
#content .subcatpdf {
	width: 50%;
	height: 60px;
	display: block;
	float:left;
}
#content .testo p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content .nota {
	clear: both;
	padding-top: 20px !important;
	color: #999999;
	margin-bottom: 0px !important;
	font-style: italic;
}

#content .testo ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}
#content .testo li {
	height:18px;
	background-image:url(immagini/bullet.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 3px 30px;
	margin: 0.4em 0;
	background-position: left 50%;
}
#content .linklist {
	font-size:12px; 
	display:block; 
	width: 50%;
	text-align:left;
	float:left;
}
#content .linklist h2 {
	color: #999999;
	margin-top:0px;
}
#content .mappa img {
	margin-left: 10px;
	display: inline-table;
	vertical-align: middle;
}

/* SIDEBAR */
#side {
	float: left;
	width: 190px;
}
#side .sidesticker {
	margin: 0 auto;
	height: 198px;
	width: 182px;
	background-image: url(immagini/sidesticker_bg.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#side .sidesticker p {
	margin: 5px 15px 5px 10px;
	text-align: center;
}
#side .sidesticker a {
	color: #333333;
}
#side .sidesticker .info {
	background-image: url(immagini/sticker_infobg.png);
	background-repeat: no-repeat;
}
#side .sidesticker .telefono {
	background-image: url(immagini/sticker_telbg.png);
	background-repeat: no-repeat;
}
#side .sidesticker .mail {
	background-image: url(immagini/sticker_mailbg.png);
	background-repeat: no-repeat;
}
#side .banners {
	text-align: center;
}
/* FOOTER */
#footer {
	width: 690px;
	background-image: url(immagini/footer.jpg);
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-position: bottom;
	height:100px;
	/*margin-left: 194px;*/
	margin-right: 15px;
	float:right;
}
#footer p {
	margin: 0px;
	padding-top: 35px;
	text-align:center;
	color:#999999;
}
#footer a {
	color: #999999;
}
/* CLEAR FIX */
