html
{
	background-image: url(../images/background_html.jpg);
	background-repeat: repeat-y;
}

body
{
	margin: 0px;
	background-image: url(../images/background_body.png);
	background-repeat: repeat-x;
}

#site
{
	position: relative;
	width: 920px;
	height: auto;
}

#frame
{
	position: relative;
	width: 820px;
	height: auto;
	margin-left: 101px;
	background-image: url(../images/background_frame.png);
	background-repeat: no-repeat;
}

#texture
{
	position: absolute;
	width: 101px;
	height: 896px;
	left: 0px;
	top: 0px;
	background-image: url(../images/texture.jpg);
	background-repeat: no-repeat;
}

#header
{
	position: relative;
	width: 800px;
	height: 187px;
}

#menu
{
	position: absolute;
	width: 400px;
	height: 200px;
	top: 50px;
	left: 190px;
}

#topMenu
{
	position: absolute;
	width: 240px;
	height: 16px;
	top: 14px;
	right: 10px;
}

#bannerHome
{
	position: relative;
	width: 800px;
	height: 146px;
	background-image: url(../images/banner.jpg);
}

#content
{
	position: relative;
	width: 800px;
	height: auto;
	min-height: 800px;
}

#banner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 182px;
	height: 450px;
	background-repeat: no-repeat;
}

#text
{
	position: relative;
	width: 370px;
	height: auto;
	margin-left: 180px;
	padding: 15px;
}

#textFull
{
	position: relative;
	width: 590px;
	height: auto;
	margin-left: 180px;
	padding: 15px;
}

#summary
{
	position: absolute;
	width: 185px;
	height: auto;
	top: 30px;
	right: 0px;
	padding: 15px;
}

#footer
{
	position: relative;
	width: 370px;
	height: auto;
	padding: 15px;
	margin: 50px 0px 0px 180px;
}

#footer a
{
	font-weight: normal;
}


#photo1, #photo2, #photo3
{
	position: absolute;
	width: 165px;
	height: 165px;
	left: 30px;
}

#photo1
{
	top: 300px;
	background-image: url(../images/photoLijstType1.png);
	background-repeat: no-repeat;
}

#photo2
{
	top: 410px;
	background-image: url(../images/photoLijstType2.png);
	background-repeat: no-repeat;
}

#photo3
{
	top: 530px;
	background-image: url(../images/photoLijstType1.png);
	background-repeat: no-repeat;
}

#miniBanner
{
	position: absolute;
	width: 173px;
	height: 55px;
	background-repeat: no-repeat;
}

#breadcrum
{
	margin: -5px 0px 20px 0px;
}

