html
	{
	background: url(../beeld/bg_html_splash.jpg) top center no-repeat;
	}
	
#container
	{
	position: relative;
	margin: 0 auto;
	width: 970px;
	}
	
/*#######################################################*/
/*                     tekstlogo                         */
/*#######################################################*/		
h1#welkom
	{
  	position: absolute;
	top: 85px;
	left: 245px;
	width: 610px;
	height: 60px;
	text-indent: -9000px;
	background: url(../beeld/bg_welkom.gif) 0 0 no-repeat;
	}
	
/*#######################################################*/
/*                     splashnavigatie                   */
/*#######################################################*/			
ul#splashnavigatie
	{
	position: absolute;
	top: 170px;
	left: 245px;
	width: 610px;
	height: 25px;
	list-style-type: none;
	}

ul#splashnavigatie li
	{
	display: inline;
	float: left;
	}

ul#splashnavigatie li a
	{
	display: block;
	height: 25px;
	text-indent: -9000px;
	background: url(../beeld/bg_splashnavigatie.gif) 0 0 no-repeat;
	}

ul#splashnavigatie li a.website
	{
	width: 130px;
	background-position: 0 0;
	}
	
ul#splashnavigatie li a.website:hover
	{
	background-position: 0 -25px;
	}
	
ul#splashnavigatie li a.webwinkel
	{
	width: 155px;
	background-position: 0 -50px;
	}
	
ul#splashnavigatie li a.webwinkel:hover
	{
	background-position: 0 -75px;
	}

ul#splashnavigatie li a.appeltje-eitje
	{
	width: 115px;
	background-position: 0 -100px;
	}
	
ul#splashnavigatie li a.appeltje-eitje:hover
	{
	background-position: 0 -125px;
	}
	
ul#splashnavigatie li a.inloggen
	{
	width: 210px;
	background-position: 0 -150px;
	}
	
ul#splashnavigatie li a.inloggen:hover
	{
	background-position: 0 -175px;
	}


/*#######################################################*/
/*                     seo-linkjes                       */
/*#######################################################*/	
ul#zmo
	{
	position: absolute;
	top: 425px;
	right: 150px;
	width: 85px;
	list-style-type: none;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	}

ul#zmo li a
	{
	display: block;
	height: 25px;
	width: 85px;
	color: #fff;
	text-align: right;
	}	
	
	
	