/* import of all styles apart form the default site styles */ 
@import url("elements.css");
@import url("pagetypes.css");
/*@import url("buttons.css");*/
@import url("print.css");
@import url("modules.css");

/* default styles of html elements for this site */

/*	Adds a .htc behaviour to be able to use :hover pseudo classes:
	http://www.xs4all.nl/~peterned/csshover.html
-------------------------------------------------------------------- */
body {
	behavior: url(/js/hover.htc);
}

/*
Default Colors Definitions

#EAECF4 (GRIJSBLAUW)
#FEEFF7 (LICHTROSE)
#F1E5DE (ZALM)
#D1C79B (BEIGE)
#F6F4EB (LICHT BEIGE)
#DEF4FA (LICHTBLAUW)
#E1E0D9 (LICHTBRUIN)
#BDAF70 
#EA0085

*/

/************************************************************/
/* general html style overrides */
body {
	font-family: Arial;
	font-size : 12px;
	color: black;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:none;
	color: black;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

hr {
	border:none; 
	border-bottom:1px dashed #D1C79B;
	height:0px;
	margin:0 10px 0 10px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
}

ul li {
	list-style-type:none;
	background-image:url(/Default/bullet);
	background-repeat : no-repeat;
	background-position : left center;
	padding : 2px 0px 2px 10px;
}

ol {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
}

ol li {
	list-style-type:none;
	background-image:url(/Default/bullet);
	background-repeat : no-repeat;
	background-position: left center;
	padding : 2px 0px 2px 10px;
}

h2 {
	margin : 0px;
	padding : 0px;
}

h5 {
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}
/* end general html style overrides */


/************************************************************/
/* defaultpage css classes */
div.sandbag 
{
	margin: 0 auto 0px auto;
	width: 979px; /* 845px width of the site + 130 px for sidebanner*/ 
	clear: both;
}

.container
{
	background-color: white;
	background-image : url(/Default/bg_site);
	background-position: left top;
	background-repeat: repeat-y;
	width: 849px;
	clear: both;
	float: left;
	/*display:inline;
	padding:0px;
	margin:0px;*/
}

.popup .container
{
	background-color: white;
	clear: both;
	float: left;
}

.footer {
	background-color: #F6F4EB;
	/*width: 100%;*/
	width: 845px;
	clear: both;
	color : #574f28;
}
.footer a {
	color : #574f28;
	margin: 0 10px 0 10px;
}

/************************************************************/
/* header related css */
div.header {
	height:35px;
	width:100%;
}

div.headerLogo {
	float:left;
}

div.headerLogo img {
	height:35px;
}
/* end header related css */


/************************************************************/
/* menusidebar related css */
div.menusidebar,
div.menusidebar div { 
	background-color: white;
	width: 167px; 
	float: left;
	margin-right:0px;
	margin-left:0px;
	/*display:inline;
	margin :0px;*/
}

div.menusidebar
{
	/*height: 605px; */
	background-color: Transparent;
}

div.whitemenuback
{
	background-color:white;
}

/*spreekuur*/
div.spreekuurBlock,
div.extraBlock {
	padding:1px 0 0px 0;
}

div.sidebar div.button,
div.spreekuurItem {
	height: 48px;
	width: 100%;
}

div.extraItem {
	height: 55px;
	width: 100%;
}

/* end menusidebar related css */

/* bannering */
.bannerTop {
	background-color:#FFFFFF;
	height:106px;
	width: 728px;
	margin-bottom:6px;
	margin-left:167px;
}

.wrapperBanner {
	display:inline;
	float:left;
	width:120px;
	padding-left:10px;
	padding-top:35px;
	
}

.textBannerMiddle {
	width: 343px;
	font-weight: bold;
	background-color: #ABBEDE;
	color: #000366;
	padding: 1px;
	padding-left: 5px;
	margin: 0px 5px 5px -7px;
}

#middleBanner 
{
	width: 100%;
}

.middleBanner {
	
	width: 336px;
	height: 280px;
	background-color: white;
	margin: 15px 0px 0px 45px;
	border: solid 1px #BBBBBB;
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 13px;
}

/* search buttons and input boxes */
.searchpage form#searchMain #inputSearch, 
.header form#search #inputSearch 
{
	border: solid 1px black;
	width: 130px;
	float: left;
	margin: 8px 5px 5px 5px;
}
.searchpage form#searchMain #buttonSearch,
.header form#search #buttonSearch 
{
	width: 65px;
	float: left;
}

/* klein logo boven menu's */
div.SiteLogoKlein a,
div.SiteLogoKlein {
	display:block;
	height:35px;
	width:167px;
}

div.SiteLogoKlein 
{
	background-image: url(/Default/SiteLogoKlein);
	
}