body {
	background:		#000000;
	overflow:		hidden;
	color:			white;
	text-align:		center;
}

img {
	border:			0;
}

#bigContainer {
	position:		absolute;
	top:			50%;
	left:			50%;
}

#box {
	position:		absolute;
	margin-left:	-220px;
	margin-top:		-150px;
	height:			300px;
	width:			440px;
	background:		url("../gfx/splash/gradient.gif") #4b4b6f;
}

#vlammen {
	position:		absolute;
	top:			0px;
	left:			360px;
}

#vlagNL, #vlagEN, #vlagDE {
	border-top:		1px white solid;
	z-index:		100; /* Workaround voor INternet Explorer 5 */
}

#vlagNL {
	position:		absolute;
	top:			13px;
	left:			360px;
	z-index:		100;
}

#vlagEN {
	position:		absolute;
	top:			109px;
	left:			360px;
}

#vlagDE {
	position:		absolute;
	top:			205px;
	left:			360px;
}
		
#logo {
	position:		absolute;
	top:			-51px;
	left:			234px;
}

#taalBoxes {
	position:		absolute;
	top:			13px;
	left:			0px;
	width:			360px;
}

.taalBox {
	border-top:		1px solid white;
	text-align:		right;
	padding:		0px 5px 0px 0px;
	height:			95px;
}

.taalBox img {
	margin:			4px 0 0 0;
}

.beschrijving {
	font-family:	verdana, helvetica, sans-serif;
	font-size:		11px;
	font-weight:	bold;
	color:			#b1b1c0;
}