/* 
    Document   : splash
    Created on : 3-mrt-2009, 11:44:21
    Author     : davy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: #F2F4F4 url(../img/bg-body.gif) repeat-x scroll 0 0;
}

h1 {
	margin: 15px auto;
	padding: 0;
	width: 360px;
	height: 25px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/splash.png) no-repeat 0 0;
}

a img { border: none; }

ul {
	margin: 0 243px;
	padding: 0;
	list-style: none;
}

ul li {
	clear: left;
}

ul li a {
	float: left;
	margin: 0 0 2px 0;
	width: 115px;
	height: 33px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../img/bg_languages.png) no-repeat 0 -33px;
}

ul li a#lang-nl { background-position: 0 -33px; }
ul li a#lang-nl:hover { background-position: 0 0; }

ul li a#lang-fr { background-position: -115px -33px; }
ul li a#lang-fr:hover { background-position: -115px 0; }

ul li a#lang-en { background-position: -230px -33px; }
ul li a#lang-en:hover { background-position: -230px 0; }


#wrapper {
	margin: 110px auto 0 auto;
	width: 600px;
	text-align: center;
}
