﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#content{
	background:#fff;
	position:relative;
	width:880px;
}
#header{
	width:870px;
	position:relative;
	padding:0 0 0 10px;
	height:80px;
}
#logo{
	height:70px;
	width:370px;
	display:block;
	background:url(images/logo.gif) no-repeat left top;
}
#headerRight{
	position:absolute;
	height:80px;
	width:390px;
	right:0;
	top:0;
}
#MainMenu{
	display:block;
	float:right;
}
#ContentTable{
	width:880px;
}
#doelgroepen{
	position:absolute;
	top:80px;
	left:10px;
	height:30px;
}
#search{
}
#breadCrumbs{
	padding:0 0 0 10px;
}
#breadCrumbs{
	margin:10px;
}
#tdTopPane{
	width:690px;
	padding-top:40px;
}
#tdLeftPane{
	width:340px;
}
#tdContentPane{
	width:340px;
}
#tdRightPane{
	width:215px;
}
#tdBottomPane{
	width:670px;
}
#footer{
	background:#e5e5e5;
	width:870px;
}

