/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Polderhof
Last edited:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}
*/
#container{
	width:1000px;
	background:#fff;
}
#header{
	width:1000px;
	height:200px;
}
#headerOther{
	width:1000px;
	height:auto;
}
#menu{
	width:1000px;
	height:31px;
}
#contentTable{
	width:1000px;
}
#tdLeftPane{
	width:250px;
}
#CenterPane{
}
#tdRightPane{
	width:236px;
	background: #F3F4EB;
}
#logo{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:316px;
	height:146px;
	background:url(images/Logo.gif) left top no-repeat;
}

