/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Onlinetest2
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#content{
	width:1000px;
	background:#fff;
	border-bottom:2px solid #ff0;
	position:relative;
}
#header, #sponsors, #MainMenu{
	margin-bottom:3px;
}
#header{
	width:1000px;
	height:175px;
	background:url(../images/HeaderImages/header.jpg) no-repeat left top;
}
#sponsors{
	height:130px;
	width:996px;
	border:2px solid #000;
	background:url(images/sponsoren.png) no-repeat center center;
}
#MainMenu{
	width:996px;
	height:38px;
	border:2px solid #ff0;
	border-width:0 2px;
	background:url(images/menuBG.gif) repeat-x left top;
}
#tdLeftPane{
}
#CenterPane{
}
#breadCrumbs{
	padding:8px 0;
	height:auto;
}
#tdRightPane{
}
.PortalFooterText{
	display:block;
	width:1000px;
	height:20px;
	text-align:center
}

