/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2010.06.08
   PURPOSE:   Styles for the SPLASH
   CUSTOMER:  FRANZOSINI.CH
 **************************************************************/
body {
	background-image: url(../graphics/bg_splash.jpg);

}
#splash {
	margin: auto;	
	width: 960px;
	height: 610px;
	background-image: url(../graphics/splash.jpg);	
	background-position: 1px;
	background-repeat: no-repeat;
}
#splashLang {
	float: left;
	width: 380px;
	margin-top: 270px;	
	margin-left: 40px;
}
#splashText {
	float: right;
	width: 400px;
	margin-top: 145px;	
	margin-right: 30px;
	text-align: justify;
	color: #ffffff;
}
#splashText a:link, 
#splashText a:visited  {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
#splashText a:hover  {
	text-decoration: underline;	
}
/*  FOOTER  */
#footer {
	clear: both;
	border: 0px;
	padding-top: 170px;
}
#footer a:link, 
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #b22222;
}
#footer .colon1,
#footer .colon2, 
#footer .colon3{
	padding: 10px;
	/*padding-left: 30px;	
	padding-right: 30px;		*/
	color: #FFFFFF;
}
#footer .colon1{
	margin-left:30px;
	width: 120px;
}
#footer .colon2{
	padding-right:30px;
}
#footer .credits {
	text-align: right;
	margin-top: 80px;
	margin-right: 10px;
	font-size:10px;
	font-style: normal;	
}
#content {
	padding-top: 20px;
	margin: auto;	
	width: 900px;	
	text-align: justify;
}
h6 {
	color: #ffffff;
}
h1 {
	font-size: 10px;
	color: #899198;	
}