
	/* overall */

	BODY
	{
		text-align: center;
		font-family: arial;
		margin: 37px 0px 65px 0px;
		font-size: 12px;
	}

	A
	{
		text-decoration: none;
	}

	.anchor
	{
		position: absolute;
	}

	.title
	{
		font-size: 14px;
		font-weight: bold;
		padding-top: 14px;
		padding-bottom: 18px;
	}


	/* margin */

	#margin
	{
		margin: auto;
		width: 750px;
		text-align: left;
	}


	/* top */

	#top
	{
		background-color: #DCD9D4;
		margin: 19px 70px 0px 70px;
		position: relative;
		padding: 2px 2px 45px 2px;
	}

	#musicButton
	{
		float: right;
		margin: 5px;
		cursor: wait;
	}

	#linksButton
	{
		float: left;
		margin: 5px;
		cursor: pointer;
		cursor: hand;
	}

	#links
	{
		color: #9A9181;
		margin-top: 10px;
		margin-left: 19px;
		margin-bottom: 5px;
	}

	.linksLink
	{
		color: #9A9181;
		border-bottom: 1px solid #c5c0b7;
	}

	/* tekeningen */

	#tekeningen
	{
		margin-right: 70px;
		background-color: #B5AFA4;
		position: relative;
	}

	#tekeningenText
	{
		text-align: right;
		color: white;
		margin: 0px 14px 17px 120px;
	}

	.tekeningenLink
	{
		color: white;
		border-bottom: 1px solid #CFCBC4;
	}

	.thumb
	{
		border: 2px solid #EEECEA;
	}

	.thumbHover
	{
		border: 2px solid white;
	}


	/* stenen */

	#stenen
	{
		background-color: #A09682;
		margin: 0px 70px 0px 255px;
	}

	#stenenText
	{
		color: white;
		padding: 0px 15px 22px 15px;
	}

	.stenenLink
	{
		color: white;
		border-bottom: 1px solid #C1BBAE;
	}


	/* muziek */

	#muziek
	{
		background-color: #DCD9D4;
		margin: 0px 70px 0px 70px;
	}

	#muziekText
	{
		padding: 34px 110px 120px 50px;
		color: #9A9181;
		text-align: right;
	}

	.muziekLink
	{
		color: #9A9181;
		border-bottom: 1px solid #C5C0B7;
	}


	/* contactInfo */

	#contactInfo
	{
		margin: 47px 0px 97px 0px;
		text-align: center;
	}



