@charset "utf-8";
/* CSS Document */

@import url("http://library.cartel.nl/yui/build/reset/reset-min.css");

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
}

#containerSplashBg, #containerSplashBgActive{
	background-image:url(http://autohaas.nl/images/layout/bgDefaultSplash.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#containerSplash{
	width:960px;
	margin:0px auto 0px auto;
	padding:0px 0px 15px 0px;
}

#containerSplashTop{
	width:960px;
	height:100px;
}

#containerSplashMedia{
	width:960px;
	height:550px;
	display:block;
	cursor:pointer;
}

#containerSplashFooter{
	width:960px;
	height:160px;
	padding:10px 0px 8px 0px;
}

/* --------------------------- containerSplashTop --------------------------- */
.splashTopNav{
	float:left;
	width:525px;
	height:56px;
	padding:44px 0px 0px 0px;
}

.splashTopNav ul li{
	float:left;
}

.splashTopNav ul li a{
	padding:25px 25px 10px 25px;
	background-color:#CCCCCC;
	background-image:url(http://autohaas.nl/images/layout/bgSplashTopNav.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #ffffff;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.splashTopNav ul li a:hover, .splashTopNav ul li a.active{
	background-image:url(http://autohaas.nl/images/layout/bgSplashTopNavHover.jpg);
	color:#ffffff;
}
.splashTopBrand{
	float:left;
	width:435px;
	height:100px;
}

/* --------------------------- containerSplashFooter --------------------------- */
#containerSplashFooter h1{
	font-size:14pt;
	font-weight:bold;
	color:#ffffff;
}

.splashFooterBox{
	float:left;
	width:165px;
	padding:20px 10px 0px 15px;
}

.splashFooterBox ul li a{
	width:165px;
	padding:4px 0px 4px 0px;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

.splashFooterBox ul li a:hover{
	text-decoration:underline;
}
