/* CSS Document */

body {
	background: #000000 url('../images/bg_main.gif') repeat-y 50% 0;
	color: #354657;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

a {
    color: #9B8142;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h3 {
	font-weight:bold;
	color: #ff7300;
}
h5 {
	color: #ff7300;
}



img{
	border: 0px solid #CCC;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
}

.article_seperator {
display:block;
border-top:1px dotted #cccccc;
margin: 5px 0px 0px 0px;
}

#top {
	background: #FFFFFF url('../images/top.gif') no-repeat;	
	width: 900px;
	height: 49px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
#body {
	background: #FFFFFF url('../images/body.gif') repeat-y;
	background-color: #FFFFFF;	
	width: 900px;
	text-align: left;
	padding-left: 45px;
	padding-right: 45px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
#bodyleft{
	float:left;
	width: 230px;
}
#bodycenter{
	float:left;
	width: 350px;
}
#bodyright{
	float:left;
	width: 230px;
}
#bodyleft, #bodycenter, #bodyright {
	padding: 0.5em 1em;	
}
#newsleft{
	/*background: transparent url('../images/bg_sidebar.gif') no-repeat 100% 0;*/
	float:left;
	width: 580px;
	padding: 0.5em 1em;		
}
#newsright{
	border-left:1px dotted #cccccc;
	float:left;
	width: 230px;
	padding: 0.5em 1em;	
}
#left{
	float:left;
	width: 580px;
	padding: 0.5em 1em;	
}
#right{
	float:left;
	width: 230px;
	padding: 0.5em 1em;	
	border-left:1px dotted #cccccc;
}
#footer{
	width: 810px;
	text-align: center;
}
#bottom {
	background: #FFFFFF url('../images/bottom.gif') no-repeat;	
	width: 900px;
	height: 39px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
}

input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	width: 90px;
	border-right: #cccccc 0.1em solid; 
	border-TOP: #cccccc 0.1em solid; 
	margin: 0.1em;  
	border-left: #cccccc 0.1em solid; 
	border-bottom: #cccccc 0.1em solid; 
	background-color: #ffffff 
}

.contenuto {
	padding-right: 0px; 
	padding-left: 0px; 
	margin: auto; 
	padding-bottom: 0px; 
	width: 550px; 
	padding-top: 0px; 
	position: relative; 
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify; 
}

/* MENU PRINCIPALE */

.menuNavigazione{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 810px;
	height: 2em;
	font-size: 12px;
}
.menuNavigazione li{
	float: left;
	position: relative;
}
.menuNavigazione a{
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0 21px 0 21px;
	text-decoration: none;
}
/* SOTTO MENU */
.menuNavigazione ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 16em;
	font-size: 11px;
}
.menuNavigazione ul li{
	float: none;
}
.menuNavigazione ul a{
	float: none;
	display: block;
	height: 1.8em;
	line-height: 1.8em;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
/* MENU ON OFF */
.menuNavigazione ul,
.menuNavigazione ul.subMenu-off{
	position: absolute;
	visibility: hidden;
}
.menuNavigazione ul.subMenu-on{
	visibility: visible;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
	position: absolute;/* primo livello di annidamento:menu a discesa */
	top: 2.2em;
	left: -1px;
	visibility: visible;
	border-top: 1px solid #FFF;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
	margin: 0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
	width: 17em;
	position: absolute;
	top: -1px;
	left: 15em;
	border-top: 1px solid #999;
}
/* COLORI */
.menuNavigazione{
	background: #000;
	color: #FFF;
}
.menuNavigazione a,
.menuNavigazione a:visited{
	background: #000;	
	color: #FFF;
}
/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	text-decoration: none;
	color: #CCC;
}


/* OROSCOPO */

#oroscopo {
	z-index: 300; width: 800px; height: 300px; position: relative; text-align:justify;
}
#Presentazione {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Ariete {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Toro {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Gemelli {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Cancro {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Leone {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Vergine {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Bilancia {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Scorpione {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Sagittario {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Capricorno {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Acquario {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}
#Pesci {
	z-index: 1; left: 5px; top: 5px; visibility: hidden; position: absolute;
}