body,html
	{
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 100%;
		background-color: #535659;
		font-family: "Trebuchet MS", Trebuchet, Arial, Verdana;
		font-size: 11px;
		color: #FFFFFF;
	}

img
	{
		border: none;
	}

a
	{
		color: #FFFFFF;
	}

a:hover
	{
		color: #FFFF00;
	}

#container
	{
		position: relative;
		margin: auto;
		width: 576px;
		height: 415px;
	}

#content
	{
		position: absolute;
		height: 100%;
		width: 100%;
	}

#home_logo
	{
		width: 100%;
		text-align: right;
	}

#home_main
	{
		width: 100%;
		height: 406px;
		background-color: #737571;
	}

#home_main #grid
	{
		padding: 0px;
	}

#home_main td
	{
		height: 90px;
		width: 132px;
		vertical-align: top;
	}

#home_main td img
	{
		display: block;
	}

#project_navigation
	{
		float: left;
		width: 185px;
		height: 415px;
	}

#project_navigation #header
	{
		position: absolute;
		top: 0px;
		left: 50px;
		width: 135px;
		height: 22px;
		background-color: #FFF200;
		padding-top: 4px;
		overflow: hidden;
	}

#project_navigation #omschrijving
	{
		position: absolute;
		top: 0px;
		left: 190px;
		width: 415px;
		height: 26px;
		line-height: 12px;
		overflow: hidden;
	}

#project_afbeeldingen
	{
		position: absolute;
		top: 40px;
		left: 50px;
		width: 605px;
		height: 435px;
	}

#project_afbeeldingen #main
	{
		width: 555px;
		height: 390px;
		background-color: #737571;
	}

#project_afbeeldingen #main img
	{
		display: block;
		float: none;
		margin: 0px;
	}

#project_afbeeldingen #thumbs
	{
		position: relative;
		width: 100%;
		height: 40px;
		margin-top: 5px;
	}

#project_afbeeldingen #thumbs img
	{
		float: left;
		margin-right: 2px;
	}

#project_afbeeldingen #thumbs #next_button
	{
		position: absolute;
		right: 0px;
		top: 6px;
	}

#project_afbeeldingen #thumbs #next_button img
	{
		display: block;
		float: none;
		margin: 0px;
	}

#project_text_navigation
	{
		font-weight: bold;
		list-style-type: none;
		margin-left: 0px;
		margin-top: 10px;
		padding-left: 60px;
	}

#project_text_navigation a
	{
		color: #FFF200;
		text-decoration: none;
	}

#project_text_navigation a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}

#project_tekst_main
	{
		position: absolute;
		top: 30px;
		left: 195px;
		width: 400px;
		height: 365px;
		background-color: #737571;
		padding: 5px;
		overflow: auto;
	}

#project_tekst_main h1
	{
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
	}

#project_tekst_main p
	{
		font-size: 11px;
		margin-top: 0px;
	}
