@charset "utf-8";
/* CSS Document */

#container
{
	width:940px;
	height:580px;
	margin:0 auto;
	border: 1px solid #548891;
}

#geheel
{
	width:844px;
	height:580px;
	padding-left:48px;
	padding-right:48px;
}

#welkom
{
	width:844px;
	float:left;
	position:relative;
	height:116px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DD7110;
}
#welkomtekst
{
	float:right;
	position:relative;
	width:190px;
	height:41px;
	margin-top:75px;
	background-image:url(images/intro_welkom.gif);
	background-repeat:no-repeat;
}
#banner
{
	float:left;
	position:relative;
	width:844px;
	height:248px;
}

#banner_logo
{
	width:283px;
	height:248px;
	float:left;
	position:relative;
	background-image:url(images/intro_logo.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	margin-top:5px;
}
#banner_foto
{
	width:561px;
	height:248px;
	float:left;
	position:relative;
	margin-top:5px;
}
#knoppen
{
	float:left;
	position:relative;
	width:844px;
	height:99px;
	margin-top:5px;
}
#footer
{
	float:left;
	position:relative;
	width:844px;
	height:118px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DD7110;
}
#voettekst
{
	float:left;
	position:relative;
	width:844px;
	height:20px;
	margin-top:90px;
	font-family:Arial;
	font-size:12px;
	color:#37B9E8;
}


img
{
	border:none;
}
