/**************************************************************
   AUTHOR:    WEBjuice sagl - info@webjuice.ch
   DATE:      2007.05.16
   PURPOSE:   Styles for the splash page
   CUSTOMER:  VERIDIRITTI (Monte Verità)
 **************************************************************/
a:link, a:visited {
	color: #E3E3E3;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#splashphoto, #splashaddress, #footer {
	margin: auto;
	text-align:center; 
	color: #B08080;
}
#splashphoto {
	background-image:url(../graphics/splash.jpg); 
	background-repeat:no-repeat;
	width: 438px;
	height: 438px;
	margin-top: 78px;
}
#splashmenu {
	margin: auto;
	padding-top: 364px;
	width: 380px;
	height: 45px;
}
#splashmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#splashmenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#splashmenu ul li a, 
#splashmenu ul li a:visited {
	float: left;
	width: 145px;
	height: 45px;
	background-repeat:no-repeat;
	text-decoration: none;
}
.menuIT a {
	background: url(../graphics/splash_menu_it.jpg);
	margin-left: 8px;
}
.menuIT a:hover {
	background: url(../graphics/splash_menu_it_f2.jpg);
}
.menuEN a {
	background: url(../graphics/splash_menu_en.jpg);
	margin-left: 78px;
}
.menuEN a:hover {
	background: url(../graphics/splash_menu_en_f2.jpg);
}
#footer {
	margin-top: 10px;
	font-size: 9px; 
}
h1, h2, h3, h4, h5, h6 {
	font-size:11px;
	font-weight:normal; 
}
