			body
			{
				margin: 0px;
				padding: 0px;
				background-color: #DDD;
				background-image: url('../images/shadow_body.png');
				background-position: center;
				background-repeat: repeat-y;
				font-family: Verdana;
				font-size: 12px;
			}
			
			a
			{
				color: black;
				text-decoration: none;
			}
			
			a:visited{color: black;}
			a:hover{text-decoration: underline;}
			
			#floater
			{
				width: 791px;
				margin: 0 auto;
			}
			
			#header
			{
				width: 100%;
				height: 140px;
				background-image: url('../images/header.png');
				background-position: center;
				background-repeat: no-repeat;
			}
			
			#oostermoer_promotie
			{
				height: 100px;
				letter-spacing: 1px;
				padding: 20px 40px 10px 0;
				color: #C9C0BB;
				font-size: 25px;
				text-align: right;
			}
			
			#menu
			{
				margin-top: 55px;
			}
			
			#content
			{
				width: 100%;
				height: 100px;
				padding-top: 0px;
			}
			
			.menu_item
			{
				margin-right: 7px;
				padding: 0 7px 0 7px;
				height: 25px;
				background-image: url('../images/menu_item.png');
				float: right;
				line-height: 24px;
				letter-spacing: 1px;
			}
			
			.selected
			{
				background-color: white;
				background-image: none;
			}
			#kolom_1
			{
				float: left;
				width: 452px;
				margin: 10px;
			}
			
			#kolom_2
			{
				float: left;
				width: 298px;
				margin: 10px;
			}
			
			#kolom
			{
				float: left;
				width: 770px;
				margin: 10px;
			}
			
			.block_1
			{
				width: 452px;
				border: 1px solid #E0E0E0;
				padding-bottom: 10px;
				margin-bottom: 10px;
				background-image: url('../images/block_1.png');
				background-repeat: no-repeat;
			}
			
			.block_2
			{
				width: 296px;
				border: 1px solid #E0E0E0;
				padding-bottom: 10px;
				margin-bottom: 10px;
				background-image: url('../images/block_2.png');
				background-repeat: no-repeat;
				background-position: bottom;
			}
			
			.blok
			{
				width: 770px;
				border: 1px solid #E0E0E0;
				padding-bottom: 10px;
				margin-bottom: 10px;
				background-image: url('../images/block_2.png');
				background-repeat: no-repeat;
				background-position: bottom;
				clear: both;
			}
			
			h1
			{
				height: 22px;
				background-image: url('../images/title.png');
				background-repeat: repeat-x;
				color: white;
				padding-left: 10px;
				margin: 0;
				line-height: 22px;
				font-size: 18px;
			}
			
			h2
			{
				padding-left: 15px;
				margin: 10px 0 0 0;
				font-size: 16px;
			}
			
			p
			{
				padding: 15px 10px 0px 20px;
				margin: 0;
			}

			td
			{
				vertical-align: top;
			}

			img.portfolio
			{
				float: right;
				margin-left: 20px;
				padding: 2px;
				border: 2px solid #444444;
			}
