﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Solipsis
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/*
*{
	border:1px dashed #f00;
}
*/
#content{
	background:#fff url(images/SideBarALG.gif) repeat-y right top;
	width:980px;
	margin:0 auto;
	border:1px solid #b8b8ba;
	border-width:0 0 0 1px;
	position:relative;
}
#header{
	padding:20px 70px 0 30px;
	height:140px;
}
#menu{
	display:block;
	width:885px;
	height:26px;
	border-bottom:2px solid #b8b8ba;
	padding-bottom:5px;
	/*background:#B14047;*/
}
#logo{
	display:block;
	width:215px;
	height:98px;
	float:right;
	background:url(images/logo.gif) no-repeat right 10px;
}
#logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-3000px;
	overflow:hidden;
}
#flag{
	float:right;
	display:block;
	width:30px;
	height:21px;
	margin:3px 0 0 5px;
	background:url(images/en.jpg) no-repeat right top;
	text-indent:-2000px;
	overflow:hidden;
}
.miniSearch{
	float:right;
	margin:3px 0 0 5px;
	display:block;
	width:170px;
	height:19px;
	border:1px solid #b8b8ba;
}
#flash{
	width:980px;
	height:340px;
	margin: 0 0 15px 0;
	/*background:url(images/flashTemp.jpg) no-repeat left top; */
	background:#fff;
}
#breadCrumbs{
	cursor:default;
	padding:15px 30px 30px 140px;
	width:650px;
}
#contentDiv{
	width:880px;
	padding:0 0 0 30px;
}
#ContentTable{
	/* table-layout:fixed; */
	background:#fff;
	padding:0 0 10px 0;
	width:880px;
}
#tdLeftPane{
	width:430px;
	padding:0 10px 0 0;
}
#CenterPane{
	width:880px;
}
#tdRightPane{
	width:430px;
	padding:0 0 0 10px;
}
#content #footer{
	width:100%;
	padding:10px 0;
	border:1px solid #e2e2e3;
	border:1px solid #999;
	border-width:1px 0 0 0;
}
#content #footer td{
	font-size:10px;
}
.footerMargin{
	width:28px;
}
#partof{
	width:330px;
}
#buButtons a{
	display:block;
	float:left;
	width:70px;
	height:72px;
	text-indent:-2000px;
}
