/*
	Sito: Rsa Web
	Url: http://www.rsaweb.it
	Version: 1.1.0
	Author: Giuseppe A.
*/

/* body
--------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	text-align: center;
}
h1, h2 {
	display: none;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
h4 {
	font-size: 13px;
	color: #0000CC;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
img {
	border: 0px;
}

/* Struttura
--------------------------------------------------*/
#contenitore {
	background-color: #FFFFFF;
	background-image: url(../images/bg_sx.gif);
	background-repeat: repeat-y;
	width: 95%;
	min-width: 760px;
	margin: 0 auto;
}
#sito {
	background-image: url(../images/bg_dx.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
#testata {
	background-image: url(../images/bg_titolo.gif);
	background-repeat: repeat-x;
	height: 113px;
	margin: 0px 4px;
}
#logo {
	background-image: url(../images/freccie.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
}
#contenuti {
	margin: 0px 4px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-y;
}
#menu {
	width: 168px;
	float: left;
}
#link {
	text-align: center;
}
#conta {
	margin-top: 15px;
}
#pagina {
	padding: 15px;
	margin-right: 12px;
	margin-left: 180px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	margin: 0px 4px;
	clear: left;
	height: 15px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

/* Link
--------------------------------------------------*/
a:link {
	color: #003399;
}
a:hover {
	background-color: #FFFFCA;
}
a:visited {
	color: #003399;
}

/* Classi
--------------------------------------------------*/
.conta {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.centrato {
	text-align: center;
}
.sezione {
	text-align: center;
	margin: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	font-weight: bold;
}
.record {
	background-color: #FCFCFC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFD159;
}
.barra {
	background-color: #FFFCDA;
}


/* Sezioni
--------------------------------------------------*/
#query img {
	display:block;
	float: left;
	padding: 5px 15px 0px 5px;
}
#info p {
	margin: 9px;
	padding: 0px;
}
#dati p {
	margin: 9px;
	padding: 0px;
}
#aggiorna {
	margin-right: 100px;
}

#news {
	overflow: auto;
	font-size: 11px;
	height: 115px;
}

#news li {
	list-style-image: url(../images/new.gif);
	padding-bottom: 15px;
	margin-left: 20px;
	padding-left: 20px;
}

#date li {
	list-style-type: none;
	padding-top: 15px;
}
#date span {
	width: 120px;
	display: block;
	font-weight: bold;
}

#tasti {
	position: absolute;
	top: 60px;
	right: 50px;
}

