/* CSS voor intro pagina */

body
{
	margin: 0px;
	padding: 0px;
}

#body
{
	width: 659px;
}

#header
{
	height: 112px;
	background-image: url(../images/bg_header.jpg);
}

#middle
{
	height: 190px;
	background-image: url(../images/bg_middle.jpg);
	background-position:top;
}

html>body #middle
{
	height: 190px;
}

	#middle .intro
	{
		margin-top: 0px;
	}

#bottom
{
	height: 166px;
	padding-top: 42px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	
}

html>body #bottom
{
	height: 122px;
}

	#bottom img
	{
		margin-top: 1px;
	}
	
	#bottom select
	{
		width: 127px;
		height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	#bottom button
	{
		width: 27px;
		height: 20px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-image: url(../intro/but_go.gif);
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}