/* General settings */
body { background:url(pix/bg_main.png) center top no-repeat #FFF;}
#container { background:url(pix/bg2_main.jpg) no-repeat center top; }

/* layout homepage */
#rij1 { position: relative;}
	.voorstellen {
		width: 175px;
		height: 280px;
		float: left;
		background: url(pix/bgvlak_home.gif) repeat-x left top;
		margin: 0 0 20px 0;
	}
		
	.intro {
		width: 525px;
		height: 280px;
		float: right;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
		.titel {
			background: url(pix/titel.png) no-repeat;
			height:42px;
			width:470px;
			margin:0 0 12px 0;
			z-index:200;
			text-indent:-9999px;
		}
	.spec_title {
		width: 165px;
		height: 240px;
		padding: 10px 5px;
		float: left;
		background: url(pix/bgvlak_home.gif) repeat-x left top;
	}
		.titel2 {
			background: url(pix/specials.png) no-repeat;
			height:64px;
			width:162px;
			z-index:200;
			text-indent:-9999px;
		}
	.specials {
		float: left;
		width: 170px;
		height: 345px;
		border: solid 1px #000;
		margin: 0 0 15px 9px;
		background: url(pix/bgvlak_home.gif) repeat-x left 171px;
		overflow: hidden;
	}
		.specials img {
			width: 170px;
			height: 170px;
			border: 0;
			border-bottom: solid 1px #000;
		}
		.specials div { 
			width: 160px;
			padding: 5px;
		}
		.specials div p { margin-bottom: 12px;}
