a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/* pagina */
body {
    background: url(images/back.png) top center repeat-x fixed;
    margin: 0;
    padding: 0;
}

/* Area Lavoro */
#area_lav {
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding: 0;
    text-align: left;
}

/* Top */
#top {
/*    background: url(images/bgtop.png) top center no-repeat;  */
    width: 800px;
    height: 78px;
}

/* contenitore */
#contenuto {
    background: url(images/bgmiddle.png) center repeat-y; 
    width: 760px;
    padding: 0px 20px 0px 20px;
}

/* intestazione */
#header {
    background: url(images/bkg_img0.png) top center no-repeat; 
    width: 760px;
    height: 180px;
    margin: 0px 0px 0px 0px;
}

/* testo */
#testo {
    margin: 30px 45px 0px 45px;
	text-align: justify;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
}

#testo a, #testo a:visited {
    text-align: justify;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
}

#testo a:hover, #testo a:active {
    font-size: small; 
    font-family: Sans-Serif, Verdana, Arial, Helvetica;
    font-weight: bolder;
    text-align: justify; 
    color: #FFFF00; 
    text-decoration: none;
}

.testo_form {
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
    text-align: justify; 
    color: #0000FF; 
    font-weight: normal; 
    text-decoration: none;
}

/* testo pič*/
#testo_bottom {
    margin: 30px 45px 30px 45px;
	text-align: center;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #0000FF;
}

/* testo esterno*/
#testo_copy {
    margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: #0000FF;
}

/* immagine */
img {
    border: none;
} 

/* pič */
#bottom {
    background: url(images/bgbottom.png) bottom center no-repeat; 
    width: 800px;
    height: 78px;
}

/* menu */
#menu {
	width: 680px;
	height: 30px;
	margin: 0px auto;
	text-align: justify;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu a:visited {
	display: block;
	float: left;
	width: 135px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
    color: #0000FF;
}

#menu a:hover {
    color: #FFFF00;
	background: #CCCCCC;
	text-decoration: none;
}

#menu a:active {
	display: block;
    color: #FFFF00;
	background: #CCCCCC;
	text-decoration: none;
}

/* CREAZIONE BOX PER GLI ANGOLI SMUSSATI */
#bordo_t_box {
    width: 220px;
}

#bordo_b_box {
    width: 220px;
}

#contenuto_box {
    background-color: #CCCCFF;
    color: #0000FF;
    width: 210px;
    padding: 5px;
}

/* ANGOLI SMUSSATI */
span.TOP, span.BOTTOM
{
    display: Block;
}

span.TOP span, span.BOTTOM span
{
    display: Block;
    overflow: Hidden;
    background-color: #CCCCFF;
    height: 1px;
}

span.RIGA1
{
    margin: 0 5px;
}

span.RIGA2
{
    margin: 0 3px;
}

span.RIGA3
{
    margin: 0 2px;
}

span.TOP span.RIGA4, span.BOTTOM span.RIGA4
{
    margin: 0 1px;
    height: 2px;
}

/* titolo per box*/
#titolo_box {
    margin: 0px 5px 0px 5px;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	font-style: italic;
    font-weight: bold;
	color: #FFFF00;
	text-align: left;
}

/* testo per box*/
#testo_box {
    margin: 0px 8px 0px 8px;
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
	text-align: left;
}

#testo_box a, #testo_box a:visited {
	font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
}

#testo_box a:hover, #testo_box a:active {
    font-size: small; 
    font-family: Sans-Serif, Verdana, Arial, Helvetica;
    font-weight: bolder;
    color:#FFFF00; 
    text-decoration: none 
}

#testo_select {
    font-family: Sans-Serif, Verdana, Arial, Helvetica;
	font-size: small;
	color: #0000FF;
}
