body {
	background: url(/resources/img/splash-bg.jpg) top right no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

#logo {
	padding: 15px;
}

#logo a img {
	border: 0;
}

#languages {
	width: 587px;
	
	position: absolute;
	float: left;
	right: 342px;
	top: 220px;
	text-align: right;
	
	color: #3C2B5D;
}

.languagetext {
	width: 252px;
	
	position: absolute;
	float: right;
	top: 220px;
	right: 40px;
}

#clearer {
	clear: both;
}

h2 {
	padding: 0;
	font-size: 14px;
}

.languagetext h2 {
	color: #7E4C26;
}
.languagetext p {
	line-height: 18px;
}

#lang-selector {
	list-style: none;
}

#languages h2 {
	padding-right: 26px;
}
#lang-selector li {
	padding-right: 26px;
	margin: 10px 0 10px 0;
	z-index: 200;
}

#lang-selector li a {
	color: #3C2B5D;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 35px 6px 0;
	
	line-height: 30px;	
	vertical-align: center;
}

#lang-selector li a:hover {
	color: #000;
}

#lang-selector li a img {
	border: 0;
}

li#en a {
	background: url(/resources/img/splash-flag-en.jpg) right center no-repeat;
}

li#nl a {
	background: url(/resources/img/splash-flag-nl.jpg) right center no-repeat;
}

li#de a {
	background: url(/resources/img/splash-flag-de.jpg) right center no-repeat;
}

li.selected {
	background: url(/resources/img/splash-next.gif) right center no-repeat;
}


a.readmore {
	background: url(/resources/img/next.png) right center no-repeat;
	border-bottom: 0;
	color: #6E6186;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 21px 4px 0;
	text-decoration: none;
}

a.readmore:hover, .hover a.readmore {
	background: url(/resources/img/next-.png) right center no-repeat;
}

#nav {
	font-size: 9px;
	margin-top: 100px;
}
#nav a {
	text-decoration: none;
	color: #6E6186;
}
