﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Solipsis
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
#header{
	height:110px;
}
#logo{
	float:right;
	width:155px;
	height:70px;
	background:url(images/logoSub.gif) no-repeat right -10px;
}
#logo a{
	display:block;
	width:100%;
	height:100%;;
	text-indent:-3000px;
	overflow:hidden;
}
#menu{
}
#MainMenu{
	width:600px;
}
.miniSearch{
	width:100px;
}
.miniSearch .miniSearchField{
	width:65px;
}
#flash{
	width:980px;
	height:140px;
	background:url(images/headerALG.jpg) no-repeat left top;
}
#contentTable{
	background:#fff;
	padding:0 0 10px 0;
	width:880px;
}
#tdLeftPane{
	width:100px;
	padding:10px 10px 10xp 0;
}
#CenterPane{
	width:630px;
	padding:10px;
}
#tdRightPane{
	width:110px;
	padding:10px 0 10px 10px;
}

