/* Paolo Veronica | www.ektor.net | Ultima modifica 17.03.2007 */

/* Global */
*{ padding: 0; margin: 0; border: 0; }

/* Generali */
body { 
	font: 78%/1.6em "Lucida Grande", verdana, helvetica, arial, sans-serif; 
	color: #FFF; 
	text-align: center; 
	background:#7c0b0b url(../immagini/bg_splash_red.gif) top left repeat; 
}

/* LINK */

a:link { color: #ffc528; text-decoration: none; border-bottom: 1px dotted #ffc528;}
a:visited { color: #ffe200; text-decoration: none; border-bottom: 1px dotted #ffc528;}
a:focus { color:#F00; }
a:hover { text-decoration: none; background: #fdfae9;color: #005189; }

p.butt-splash a{
	display:block;
	width:325px;
	height:85px;
	border:none!important;
}

p.butt-splash#maria a{background:transparent url(../immagini/butt_maria_splash_on.gif) no-repeat top center;}
p.butt-splash#marco a{background:transparent url(../immagini/butt_marco_splash_on.gif) no-repeat top center;}

p.butt-splash#maria a:hover{background-image:url(../immagini/butt_maria_splash_over.gif);}
p.butt-splash#marco a:hover{background-image:url(../immagini/butt_marco_splash_over.gif);}

#appuntamenti a{border: none; background: #fdfae9;color: #005189;}
#appuntamenti a:hover{background:#780808; color:#fdfae9;}

/* Intestazioni */
h1 { font: bold 3em/1.5 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; }
h2 {font: bold italic 1.8em/1.5 "Times New Roman", serif;color: #ffe100;margin: 0.2em 0 0 0;}
h3 {font: italic 1.3em/1.5 "Times New Roman", serif; color: #ffc528; margin:0;}
h4 {font: bold 0.8em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;color: #034f8c;margin:3px 0;}

/* Formattazione Testo */
#colonna-sx p, #colonna-dx p { font-size: 1em; line-height: 1.6em; margin: 1em 1.5em 1em 0; }
#content strong{color:#ffc528; font-weight:100;}
#appuntamenti p{font-size: 0.9em; line-height: 1.5em; color:#034f8c}

/* Layout */
#wrapper { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	background: transparent url(../immagini/bg_splash_wrapper.jpg) no-repeat center 230px; 
	float:left;
}

#header { 
	width: 100%; 
	background: transparent url(../immagini/bg_header_blu.gif) repeat-x top left; 
	float: left; 
	height: 175px;
	z-index: -1; }

#header h2 { 
	margin: 0 auto; 
	background: transparent url(../immagini/header_splash.jpg) no-repeat bottom left; 
	height: 175px; 
	width: 750px; 
	z-index: 1;
}

#title {
	position:relative; 
	margin:0 auto;
	text-align:left;
	width:750px;
	background: transparent url(../immagini/bg_splash_title.jpg) top center no-repeat;
	height:57px;
}

#title h1 { 
	background: transparent url(../immagini/logo_oriente_splash.jpg) no-repeat top left; 
	height: 57px; 
	width: 483px; 
}

#appuntamenti{
	position:absolute;
	top:0;right:34px;
	width:210px;
	height:215px;
	z-index:10;
}

#content {
	clear: both; 
	width: 730px; 
	margin: 0 auto; 
	padding: 0 0 1em 0; 
	text-align: left;
}

#colonna-sx {
	width: 340px;
	float: left; 
	padding: 0; 
	overflow: hidden;
}

#colonna-dx {
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

/* LISTE */

ul{ margin: 0; list-style-type: none;text-align:center;width:325px;}
li{display:inline;padding:0 5px;font-size:0.8em}


/* VARIE */

img, a img { border: 0; }
/*.none { display: none; }*/

div#title h1, div#header, p.butt-splash {text-indent:-8000px}
