/**************************************************************
   AUTHOR:    WEBjuice sagl - info@webjuice.ch
   DATE:      2007.03.01
   PURPOSE:   Styles for the splash page
   CUSTOMER:  ACTSPORT
 **************************************************************/

body {
	background-color: #182E52;
	background-image: url(../graphics/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	text-decoration:none;
	color: #5C7094;
} 
a:hover {
	text-decoration:underline;
	border-color: #2C456E;
} 
img {
	border: 0px;
}
body, div {
	font-family: "trebuchet ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#splashcontent {
	background-color: #182E52;
	margin: auto;
	margin-top: 300px;
	width: 540px;
	font-size: 12px;
	clear: both;
	padding: 0px;
	padding-left: 15px;
}

.splashbox {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px;
	display: block;
	padding: 0px;
	padding-left: 22px;
	padding-top: 45px;
	float: left; 
	width: 225px;
	border: 1px solid #182E52;
}
.splashbox p {
	padding-top: 0px;
	padding-bottom: 5px;
}
.francais, .english {
	color: #C0C6D0;
}
.francais {
	background-image: url(../graphics/splash_fr.jpg);
}
.english {
	background-image: url(../graphics/splash_en.jpg);
}
.italiano, .deutch {
	color: #8697B4;
	font-style:italic;
}
.italiano {
	background-image: url(../graphics/splash_it.jpg);
}
.deutch {
	background-image: url(../graphics/splash_de.jpg);
}
#splashfooter {
	margin: auto;
	margin-top: 20px;
	text-align: center;
	width: 788px;
	height: 215px;
	background-image: url(../graphics/splash_footerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
}
#splashfooter a {
	color: #FFFFFF;
} 
.credits {
	font: 9px verdana, arial, sans-serif;
}
hr {
	height: 0px;
	width: 500px;
	border: 0px;
	border-top: 1px solid #344E79; 
	padding: 0px;
	margin: 0px auto;
	margin-top: 5px;
}
p {
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
}
