/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.06.19
   PURPOSE:   Styles for the SPLASH PAGE
   CUSTOMER:  AMILA.CH
 **************************************************************/
html,
body {
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 50px;
}
a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}
#splashBg {
	margin:auto;
	width:700px;
	height:420px;
	background-image: url(../graphics/splash_bg.jpg);
	background-repeat: no-repeat;	
}
#splashAddress {
	float: left;
	margin-top: 280px;
	margin-left: 53px;
	width: 350px;
	height: 100px;
}
#splashMenu {
	float: right;
	margin-top: 206px;
	width: 142px;
	height: 60px;
}
 /*FOOTER*/
#footer {
	width: 700px;
	height: 20px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #AA0000;
}

#footer a, a:visited {
	text-decoration: none;
	color: #AA0000;
}
#footer a:hover {
	color: #6D6D6D;
}
.clear {
  clear: both;
}