/*-------------------------------------------
	ASAT
	- - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		asat.css
	Version:		1.5 one true layout
	Date:			Jan 30, 2007
	Company:        ExpertWeb
	Please:         You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright 2006 of Expertweb.it 
					and may not be reproduced.
	-------------------------------------------*/


/* HTML Elements                               */
/***********************************************/

*{font-family: Verdana, Helvetica, Arial, sans-serif;
}
html,body{margin:0;padding:0;font-size:11px;
}
body {color: #000;
}
img{border: 0;
}
a:link,a:visited{color: #c00; text-decoration: none;
}
a:hover{color:#800;text-decoration: none;
}
h1, h2, h3, h4, h5, h6{margin: 0;color: #000; padding:0;
}
h1{font-size:1.7em; 
}
h2{font-size:1.3em; text-align:center;
}
h3{font-size: 1em;;
}

h4{font-size: .95em;
}
h5{font-size: .9em;font-weight: bold;
}
h6{font-size: .7em;font-weight: lighter;display:inline
}
p {font-family: Verdana, Arial, Helvetica, sans-serif;color: #000; 
}
p.pro-accessibilita{display:none;visibility:hidden;
}

hr{visibility:hidden;clear:both;margin:0; padding:0; height:1px;display:none;
}
html>body hr{display:block;visibility:hidden;clear:both;margin:0!important;height:0px!important;padding:0!important;border:0!important;font-size: 0!important;
}


div#forum td { font-size: .7em; }

/* BLOCCO PAGINA                              */
/***********************************************/

div#container{margin:0 auto;width:100%;)
}



/* Header                                      */
/***********************************************/
div#header{width:100%;
}
div#header h1{color: #000;
}

div#normale {display:none;
}

/* menu 1                                      */
/***********************************************/
div#menu1{ display:none; 
}

/* contenuto                               */
/***********************************************/

div#contenuto {padding-top: 10px; padding-bottom: 10px;
}

div#block_1 div#contenuto td { padding: 3px; }



#block_1 div.banner {display:none;
}


div.prevnews {width: 49%; text-align: left; float: left;
}
div.nextnews {float: right; width: 49%; text-align: right;
}
div.nextnews a, div.prevnews a {font-weight:bold;
}
table.moduli {width:99%;
}

h4.faq, h4.faq a {color: #000!important;
}
h4.faq a:hover {color: #c00!important;
}

input, textarea {font-size: 1.2em
}

p.indietro {display:none;
}

p.stampa {display:none;
}

fieldset {border:none;
}

input { border: 0px; }

/* FOOTER */
/**********************************************/
div#footer p { text-align: center;
}

/* Elementi di True Layout                     */
/***********************************************/
#block_1
	{
	width: 100%;
	}

#block_2, #block_3
	{
	display:none;
	}

