/* Language select page styles */
body
{
	background-color: #fff;
}

/* Block-level elements */
#container /* used to vertical center the content */
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#content
{
	width: 881px;
	height: 651px;
	margin-left: -440px;
	position: absolute;
	top: -325px;
	left: 50%;
	background: url('../images/beginpagina-background.png');
}

#flashanimatie
{
	position: absolute;
	top: -1px;
	right: -7px;
	width: 302px;
	height:	287px;
}

#buttons
{
	position: absolute;
	top: 480px;
	left: 615px;
	width: 260px;
	height: 58px;
}

#arrow
{
	display: inline;
	float: left;
	width: 39px;
	height: 28px;
	margin-top: 10px;
	background-image: url('../images/pijl-wit.gif');
}

/* Flag links */
#nlflag
{
	display: inline;
	float: left;
	width: 40px;
	height: 37px;
	margin-top: 4px;
	margin-left: 10px;
	background: url('../images/nl.png') bottom;
}

#nlflag:hover
{
	background-position: 0 0;	
}

#beflag
{
	display: inline;
	float: left;
	width: 40px;
	height: 38px;
	margin-top: 4px;
	margin-left: 8px;
	background: url('../images/be.png') bottom;
}

#beflag:hover
{
	background-position: 0 0;	
}

#ukflag
{
	display: inline;
	float: left;
	width: 40px;
	height: 37px;
	margin-top: 5px;
	margin-left: 8px;
	background: url('../images/uk.png') bottom;
}

#ukflag:hover
{
	background-position: 0 0;
}

#deflag
{
	display: inline;
	float: left;
	width: 40px;
	height: 37px;
	margin-top: 5px;
	margin-left: 8px;
	background: url('../images/de.png') bottom;		
}

#deflag:hover
{
	background-position: 0 0;
}