/**************************************************************
   AUTHOR:    WEBjuice sagl - info@webjuice.ch
   DATE:      2007.11.28
   PURPOSE:   Styles for the splash page
   CUSTOMER:  ENGADINERHAUS
 **************************************************************/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 9px;
}
body, td, div, a, a:visited {
	color: #DDDDDD;
}
a {
	text-decoration: none;
}
a:hover {
	color: #B50000;
}
img {
	border: 0px;
}
#splashBg {
	margin: 0px;
	padding: 0px;
	margin: auto;
	width:960px;
	height:600px;
	background-image: url(../graphics/splash_bg.jpg); 
	background-repeat:no-repeat;
}
#splashPhoto {
	margin-left: 331px;
	padding-top: 132px;
	width: 550px;
	height: 275px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu {
	width: 555px;
	height: 36px;
	padding-top: 105px;
	padding-left: 331px;
}

#footer {
	width:960px;
	margin: auto;
	text-align: center;
}