/* CSS Document */
body {
margin:0px;
background-color:#CACED1;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
text-decoration:none;
color:#326699;
}

a:hover {
text-decoration:underline;
}

div {
text-align:justify;
}

input {
border:1px solid #000000;
}

textarea {
border:1px solid #000000;
}

select {
border:1px solid #000000;
}

#sx {
background:url(img/bg_sx.jpg) repeat-y;
width:17px;
}

#dx {
background:url(img/bg_dx.jpg) repeat-y;
width:17px;
}

#head {
width:938px;
height:109px;
}

#menu {
background:url(img/bg_menu.jpg) no-repeat;
width:938px;
height:24px;
}

#servizi {
background:url(img/servizi.jpg) no-repeat;
width:170px;
height:33px;
}

#bottom_intervento {
background:url(img/bottom_intervento.jpg) no-repeat;
width:170px;
height:15px;
}

#bg_login {
background:url(img/bg_login.jpg) no-repeat;
width:171px;
height:125px;
}

#bg_link {
background:url(img/bg_link.jpg) no-repeat;
width:171px;
height:441px;
}

#trova_lavoro {
background:url(img/bg_trova.jpg) no-repeat;
width:282px;
height:210px;
}

#news {
background:url(img/bg_news.jpg) no-repeat;
width:282px;
height:210px;
}

.news {
color:#573C94;
font-weight:bold;
}

#bg_area {
background:url(img/bg_area.jpg) no-repeat;
width:139px;
height:58px;
}

#bg_area a {
color:#326699;
font-size:18px;
text-decoration:none;
}

#bg_links {
background:url(img/bg_links.jpg) no-repeat;
width:170px;
height:21px;
}

#bg_links a {
color:#2A2A2A;
font-size:11px;
text-decoration:none;
}

#menu_top a {
color:#ffffff;
font-size:11px;
text-decoration:none;
}

.inputButton{
border:1px solid #8f8f8f;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
padding-top:3px;
color:#cc3a47;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
}

/* scroll style */

#marqueecontainer{
	position: relative;
	width: 260px; /*marquee width */
	
	height: 150px; /*marquee height */
	/*background-color: white;*/
	overflow: hidden;
	/*border: 1px solid #666666;*/
	padding: 2px;
	padding-left: 10px;
}
.scroll_div {
	/*border:solid 1px #3366FF;*/
	width: 260px;
	width/**/: 282px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
