﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#container{
	width:1000px;
	border:1px solid #eee;
	border-width:0 1px;
}
#header{
	width:1000px;
	height:159px;
	background:url(images/header.jpg) no-repeat left top;
}
#content{
	padding:10px;
}
#menu{
	background:#CBD7E5;
	width:1000px;
	height:30px;
	position:relative;
}
.miniSearch{
	width:199px;
	padding-top:6px;
	position:absolute;
	right:0;
	top:0;
}
#contentTable{
}
#breadCrumbs{
	padding:5px 20px;
}
