/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2010.05.31
   PURPOSE:   Styles for the SPLASH
   CUSTOMER:  MONTEVERITA
 **************************************************************/
html,
body {
	height: 100%;
}
body,td,th {
	font-family: "Trebuchet MS", Georgia, Verdana, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	color: #000;
	background-color: #FFF;
	background-image: url(../graphics/splash/splash_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #b22222;
	text-decoration: none;
}
a:hover {
	color: #696969;
	text-decoration: underline;
}
img {
	border: 0px;
}
#albergo, 
#congressi, 
#ristorante, 
#monteverita, 
#museo {
	position:absolute;
	top:211px;
	height:171px;
	z-index:1;
}
#albergo {
	left:244px;
	width:129px;
}
#congressi {
	left:386px;
	width:130px;
}
#ristorante {
	left:528px;
	width:130px;
}
#monteverita {
	left:669px;
	width:132px;
}
#museo {
	left:810px;
	width:132px;
}
#splash {
	position:absolute;
	left:310px;
	top:433px;
	width:576px;
	height:160px;
	z-index:6;
	text-align:right;
}
#logo {
	position:absolute;
	left:20px;
	top:470px;
	width:300px;
	height:12px;
	z-index:1;
}
#tools {
	position:absolute;
	left:840px;
	top:0px;
	width:113px;
	height:22px;
	z-index:1;
}
.credits {
	font-size: 10px;
}