/***********************************************\
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:absolute;
		left:50%;
		margin-left:-458px;
		top:0;
		height:100%;
		width:520px;
	}
	#CenterPane{
		width:520px;
	}
	#RightSide{
		position:absolute;
		left:50%;
		top:0;
		margin-left:200px;
		height:100%;
		width:210px;
	}
	html>body #RightSide{
		height:auto;
		min-height:100%;
	}
	#tdRightPane{
		width:210px;
	}
	.Spacer{
		display:block;
		height:365px;
	}
	#menuContainer{
		position:absolute;
		display:block;
		top:320px;
		left:50%;
		padding:5px 0 0 0;
		margin:0;
		margin-left:-460px;
		width:920px;
		height:40px;
		background:#fff;
	}
	#Menu{
		display:block;
		padding:0;
		margin:0;
		width:920px;
		height:35px;
		background:#78235c;
	}
	#InlogLink{
		position:absolute;
		display:block;
		top:325px;
		left:50%;
		margin:0;
		padding:0 7px;
		margin-left:140px;
		line-height:34px;
		width:320px;
		text-indent:60px;
	}
	html>body #InlogLink{
		width:306px;
	}
	#breadCrumbs{
		display:block;
		width:580px;
		padding:0;
		margin:0;
	}
	
	#Header{
		width:1000px;
		height:auto;
		padding:90px 0 0;
		position:absolute;
		top:0;
		left:50%;
		margin-left:-500px;
		background:#fff;
	}
		#Logo{
			display:block;
			position:absolute;
			top:0;
			left:0;
			width:316px;
			height:146px;
			background:url(images/Logo.gif) left top no-repeat;
		}
	#Buttons{
		position:absolute;
		vertical-align:middle;
		left:50%;
		width:460px;
		line-height:25px;
		text-align:right;
		padding:0 40px 0 0;
	}
	#search{
		float:right;
		width:300px;
		height:20px;
		font-size:8px;
		color:#eee;
	}
	
