/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Princen-Group.com
Last edited:	2008 may 5
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}
*/
body, html, #Form1{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#content{
	position:relative;
	width:1000px;
	border:2px solid #ccc;
	border-width: 0 2px;
}
#contentTable{
	width:1000px;
}
.spacers{
	width:40px;
}
#tdRightPane{
}
#menuContainer{
	padding:5px 40px;
	margin:0;
	background:#fff;
}
#menu{
	width:920px;
	height:35px;
	background:#78235c;
}
#inlogLink{
	padding:0 7px;
	margin-left:140px;
	line-height:34px;
	width:320px;
	text-indent:60px;
}
#breadCrumbs{
	display:block;
	width:auto;
	padding:0 0 0 40px;
	margin:0;
}
#header{
	width:1000px;
	height:auto;
	padding:90px 0 0;
	background:#fff;
}
#logo{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:316px;
	height:146px;
	background:url(images/Logo.gif) left top no-repeat;
}

