/*
| -------------------------------------------------------------------
| Copyright (c) 2009 The KEY Agency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| red: #b3071b;
| blue: #002055;
| dark gray: #888788;
| light blue: #62778a;
| txt-color: #4c4c4c;
| line-color: #d7d5d4;
| -------------------------------------------------------------------
*/

body
{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	background-image: url('../gui/background.body.gif');
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	color: #4c4c4c;
	background-position: left top;
}

hr,
.hide
{
	display: none;
}

.clear
{
	clear: both;
}

.doublemarginbug
{
	display: inline;
}

img
{
	border: none;
}

/*
| -------------------------------------------------------------------
| Default typo txt, links tables ect.
| -------------------------------------------------------------------
*/

a
{
	outline: none;
	color: #bd2a33;
}

a:hover
{
	color: #004481;
}

h1
{
	font-size: 20px;
	color: #b3071b;
}

h2,
h3
{
	font-size: 18px;
	color: #b3071b;
}

h4,
.h4
{
	font-size: 13px;
	margin: 0 0 0.5em 0;
	color: #002055;
	text-transform: uppercase;
}

h2,
h4,
.h4
{
	font-size: 13px;
	margin: 0 0 0.5em 0;
	color: #002055;
}

p, ul, table
{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 19px;
}

p strong
{
	font-size: 13px;
	color: #002055;
	text-transform: uppercase;
	/* 	line-height: 200%; */
}

p.intro
{
	font-weight: bold;
	font-size: 13px;
}

.folder.pressrelease p.readmore
{
	clear: both;
	text-align: right;
}

.folder p.intro
{
	font-weight: normal;
}

p.error
{
	color: red;
}

.panel p.error
{
	color: #940000;
}


ul
{
	margin-left: 1.5em;
}

ul.incontent li
{
}

table,td,tr
{
	border: 0;
}

.html_content table
{
	width: 100%;
}

.html_content table tr td
{
	padding: 0.5em 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #E9E9E9 solid;
	border-left: 0;
}

.html_content table.rendement tr td
{
	padding: 0.25em;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #E9E9E9 solid;
	border-left: 0;
	font-size: 10px;
	white-space: nowrap;
}

.html_content table.rendement tr td strong
{
	font-size: 13px;
}

/* 
	
*/
div.download
{
	clear: both;
	margin: 1em 0;
}

div.download p
{
	margin: 0;
}
div.download p a
{
	text-decoration: none;
}

div.download p a:hover
{
	text-decoration: underline;
}

div.download p a img
{
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 4px;
	vertical-align: middle;
}

div.download p.description
{
	
	margin-left: 20px;
	font-size: 10px;
}

/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#page
{
	width: 900px;
	margin: 0px auto;
	position: relative;
}

.column
{
	float: left;
}

.row
{
	clear: both;
}

.main-column
{
	width: 585px;
	float: left;
	padding: 0px 20px 0px 0px;
}

.side-column
{
	float: right;
	width: 295px;
	padding: 80px 0px 10px 0px;
}

/*
| -------------------------------------------------------------------
| header
| -------------------------------------------------------------------
*/

#header
{
	height: 170px;
	overflow: hidden;
}

#header #logo
{
	padding: 20px 0 0 0;
}

#header #logo img
{
	float: right;
}

#header #logo h1
{
	margin: 0px;
}

#header #logo h1 span
{
	display: none;
}

#header .topitems
{
	height: 22px;
	margin: 20px 0 15px 0;
	overflow: hidden;
}

#header .topitems .item
{
	height: 22px;
	margin: 0 10px 15px 0;
	float: left;
	overflow: hidden;
	background-image: url('../gui/background.topmenu.gif');
}

#header .topitems .item .h5
{
	float: left;
	
	color: #efeeef;
	font-weight: normal;
	text-transform: uppercase;
		
	padding: 5px;
	
	line-height: 11px;
	
	font-size: 11px;
}

#header .topitems .item .h5 a
{
	color: #efeeef;
	text-decoration: none;
}

#header .topitems .login
{
	background-image: url('../gui/icon.arrow.white.topmenu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding: 3px 0 0 12px;
	margin: 0 5px 0 0;
}

#header .topitems .login .h4
{
}

#header .topitems .login .h4 a
{
	background-color: #e1e0e1;
	font-size: 77%;

	color: #8291a0;
	
	font-weight: normal;
	
	text-decoration: none;
	
	display: block;
	padding: 3px 7px 3px 7px;
	letter-spacing: -1px;
}

/* 
	
*/
#search
{
	/* 	width: 190px; */
	overflow: hidden;
	margin: 0;
}

#search form
{
	padding: 3px;
	/* 	width: 125px; */
	float: left;
}

#search form input
{
	float: left;
}

#search form input.form-text
{
	width: 105px;
	height: 14px;
	border: 1px solid #8c98a3;
	padding: 0;
}

#search form input.submit
{
	background-image: url('../gui/icon.arrow.search.gif');
	
	padding: 0;
	margin: 0;
	border: 0;
	width: 16px;
	height: 16px;
}

/*
| -------------------------------------------------------------------
| Footer
| -------------------------------------------------------------------
*/

#footer
{
	padding: 0;
	padding-bottom: 20px;
	margin: 10px 0 0 0;
	background-color: #d8dce0;
}

#footer .content
{
	overflow: auto;
	position: relative;
}


#sitemap
{
	padding: 20px 0 0 0;
	float: right;
	width: 550px;
}

#sitemap .h4,
#sitemap h4
{
	display: none;
}

#sitemap ul
{
	float: right;
}


#footer .breadcrumbs
{
	padding: 20px 0 0 0;
	float: left;
	width: 350px;
}

#footer .breadcrumbs ul
{
	padding: 0;
	background-image: none;
}

#footer .breadcrumbs ul li a
{
	background-image: url('../gui/icon.arrow.lightblue.gif');
	color: #9da9b5;
}

#footer .content
{
	width: 900px;
	margin: 0 auto;
}

/* 
	
*/
#address
{
	clear: both;
	width: 900px;
	margin: 0px auto 20px auto;
	background-color: #f5f5f5;
	text-align: center;
}

#address .h4,
#address h4
{
	display: none;
}

#address address,
#address #addressdata,
#address address a,
#address #addressdata a
{
	color: #aab5bf;
	
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	
	font-size: 12px;
	font-style: normal;
	
	
}

#address #addressdata
{
	display:inline;
}

#address #addressdata .itemprop_name,
#address #addressdata .itemprop_url
{
	display:none;
}


#address #linkedin
{
	position:relative;
	display:inline-block;
}

#address #linkedin img
{
	padding-top:0px;
	display:inline-block;
	margin:0 0 -3px 10px;
}


/* 
	legal stuff @ bottom
*/
#legal
{
	width: 900px;
	height: 25px;
	clear: both;
	
	margin: 5px auto 0 auto;
}

#legal ul.specialmenu
{
	/* 	overflow: auto; */
}

#legal ul.specialmenu li a
{
	display: block;
	color: #aab5bf;
}

/*
| -------------------------------------------------------------------
| pagecontent
| -------------------------------------------------------------------
*/

#pagecontent
{
	margin: 80px 0 30px 0;
}

/* 	#pagecontent h3:first-child, */
#pagecontent h2.first-child,
#pagecontent h3.first-child
{
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	line-height: 50px;
	position: absolute;
	width: 900px;
	height: 50px;
	overflow: hidden;
	left: 0;
	top: 170px;
	margin: 0 0 0 0;
}

/* 
	
*/
.main-column .image.mask
{
	width: auto;
		
	margin-bottom: 15px;
	
	/* 	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; */
}

.main-column .image p.description
{
	line-height: 125%;
	font-size: 10px;
	margin: 5px 0 0 0;
}

.main-column .thumbnail_right
{
	padding: 5px;
	background-color: #939FA3;
	background-image: url('../gui/panel.background.gif');
	background-repeat: repeat-x;
	
	margin: 3px 0 15px 15px;
	float: right;
}

.main-column .thumbnail_left
{
	padding: 5px;
	background-color: #939FA3;
	background-image: url('../gui/panel.background.gif');
	background-repeat: repeat-x;
	
	margin: 3px 15px 15px 0;
	float: left;
}

/*
	list view (alleen "publicaties")
*/
/* .main-column .folder.list.pressrelease .thumbnail_left */
.pagekey-publicaties .folder.list.pressrelease .thumbnail_left
{
	display:none;
}


/* 
	
*/
.folder
{
	/* 	clear: both; */
}

.folder.list .folder.image
{
	display: none;
}

em.highlight
{
	background-color: #002055;
	color: #fff;
}

/*
| -------------------------------------------------------------------
| panels
| -------------------------------------------------------------------
*/

#pagecontent div.folder.panel
{
	display: none;
}

.panel
{
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #939FA3;
	background-image: url('../gui/panel.background.gif');
	background-repeat: repeat-x;
	width: 265px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.panel .content
{
	padding-bottom: 10px;
	background-color: #62778A;
}

.panel h2,
.panel h3
{
	margin: 0;
	padding: 10px 10px 13px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	background-color: #A71B2C;
	background-image: url('../gui/panel.heading.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.panel h3 a,
.panel h4 a
{
	text-decoration: none;
}

.panel h4
{
	font-size: 100%;
}

.panel p,
.panel table,
.panel div.image,
.panel div.download
{
	overflow: hidden;
	margin: 10px 30px 10px 10px;
	font-size: 10px;
	color: #e0e4e8;
}

.panel ul
{
	font-size: 10px;
	margin: 10px;
	color: #e0e4e8;
	padding-left: 1.5em;
}

.panel ul li
{

}

.panel p a.blendin
{
	font-size: 10px;
	color: #e0e4e8;
	text-decoration: none;
}

.panel a
{
	color: #fff;
}

/* 
	sidebar panel
*/
.panel ul.navigation li.not-selected ul
{
	display: none;
}

/* 
	div.content in panels worden met js gewrapped
*/
.panel.js-enabled .js-wrap
{
	background-position: left top;
	height: 150px;
}

.panel .js-wrap
{
	background-image: url(../gui/panel.vermogensbeheer.jpg);
	background-repeat: no-repeat;
	background-position: left 37px;
	position: relative;
	overflow: hidden;
}

.panel .js-wrap p
{
	overflow: auto;
}

.panel .js-wrap p.readmore a
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 52px;
	background-image: url(../gui/panel.arrow.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
}

/* 
	rounded fix IE
*/
.panel, 
.image
{
	position: relative;
}

span.rc-ltop,
span.rc-rtop,
span.rc-lbottom,
span.rc-rbottom
{
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 1;
}

span.rc-ltop
{
	background-image: url('../gui/corner.top.left.gif');
	top: 0px;
	left: 0px;
}

span.rc-rtop
{
	background-image: url('../gui/corner.top.right.gif');
	top: 0px;
	right: 0px;
}

span.rc-rbottom
{
	background-image: url('../gui/corner.bottom.right.gif');
	bottom: 0px;
	right: 0px;
}

span.rc-lbottom
{
	background-image: url('../gui/corner.bottom.left.gif');
	bottom: 0px;
	left: 0px;
}

/* 
	financieel nieuws
*/
BOTTOM-H3.panel.financieel-nieuws h3
{
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 245px;
	z-index: 3;
}

.panel.financieel-nieuws .content
{
	/* 	margin-bottom: 17px; */
	background-color: #fff;
	background-position: left top;
	background-image: url('../gui/panel.financieelnieuws.background.gif');
}

.panel.financieel-nieuws .content ul.articles
{
	margin: 0 10px;
	padding: 0;
}

.panel.financieel-nieuws .content ul li
{
	display: inline;
}

.panel.financieel-nieuws .content ul li a
{
	text-decoration: none;
	padding: 10px 0;
	border-bottom: 1px solid #cbcbcb;
	display: block;
	color: #757575;
	line-height: 140%;
	/* 	font-size: 85%; */
}


/* 
	Pin connect
*/
#pv_pinconnect
{
	text-align: center;
}

/*
| -------------------------------------------------------------------
| HOMEPAGE 
| -------------------------------------------------------------------
*/

.homepage
{
	background-image: url('../gui/background.body.home.gif');
}

/* 
	panels
*/

.homepage .panel
{
	width: 265px;
	float: left;
	margin: 0 5px 0 0;
}

.homepage .panel .homepage
{
	display: none;
}

.homepage #header .breadcrumbs
{
	display: none;
}

/*
| -------------------------------------------------------------------
| Slideshow
| -------------------------------------------------------------------
*/

/* 
	BANNERS
*/

.homepage .slideshow
{
	position: relative;
	/* 	top: -50px; */
	margin-top: -50px;
	margin-bottom: 30px;
	
	/* 	height: 300px; */
	width: 900px;
	
	overflow: hidden;
	background-image: url('../gui/background.slideshow.item.gif');
}

.homepage .slideshow .items
{
	/* 	width: 1500em; */
	position: relative;
}

.slideshow-nav
{
	position: absolute;
	top: 250px;
	width: 45px;
	height: 60px;
}

.slideshow-nav.disabled
{
	display: none;
}

.slideshow-nav.nextSlide
{
	cursor: pointer;
	right: -50px;
	background-image: url('../gui/slideshow.arrow.next.gif');
}

.slideshow-nav.prevSlide
{
	cursor: pointer;
	left: -50px;
	background-image: url('../gui/slideshow.arrow.prev.gif');
}

.homepage .slideshow .items .folder
{
	width: 900px;
	height: 300px;
	overflow: hidden;
	float: left;
	position: relative;
	
	margin-bottom: 20px;
}

.homepage .slideshow .items .folder .image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	text-align: center;
	z-index: 1;
}

.homepage .slideshow .items .folder .content
{
	position: relative;
	
	background-color: tranparent;
	
	top: 50px;
	
	height: 225px;
	
	padding: 25px 35px 0px 35px;
	z-index: 2;
}

.homepage .slideshow .items .folder h2,
.homepage .slideshow .items .folder h4
{
	font-size: 32px;
	line-height: 110%;
	width: 50%;
	text-transform: none;
	color: #fff;
	text-shadow: 1px 1px 2px #1d262f;
	filter: Shadow(Color=#1d262f, Direction=135, Strength=2);
}

.homepage .slideshow .items .folder p
{
	color: #fff;
	width: 40%;
	font-size: 11px;
}

.homepage .slideshow .items .folder p.note
{
	color: #c0c9cb;
	font-size: 10px;
	width: 30%;
	float: right;
	position: absolute;
	right: 30px;
	top: 35px;
}

.homepage .slideshow .items .folder p.note
{
	color: #fff;
}

.homepage .slideshow .items .folder.alt p.note
{
	color: #c0c9cb;
}

.homepage .slideshow .items .folder p.readmore a
{
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 0 18px;
	background-image: url('../gui/icon.arrow.red.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.homepage .slideshow .items .folder p.readmore
{
	position: absolute;
	right: 0px;
	top: 200px;
	z-index: 3;
	width: 30%;
}

/*
| -------------------------------------------------------------------
| NAV 
| -------------------------------------------------------------------
*/

#header .breadcrumbs ul
{
	font-size: 13px;
	line-height: 19px;
}

/* 
	
*/
.breadcrumbs .h4,
.breadcrumbs h4
{
	display: none;
}

.breadcrumbs ul
{
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 40px;
	height: 20px;
	background-image: url('../gui/logo.wilgenhaege.breadcrumbs.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.breadcrumbs ul li
{
	display: inline;
	float: left;
}

.breadcrumbs ul li a
{
	display: block;
	color: #62778a;
	padding: 4px 15px 5px 0;
	margin-right: 8px;
	text-decoration: none;
	background-image: url('../gui/icon.arrow.blue.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
	
*/
ul.specialmenu
{
	margin: 0px;
	padding: 0 0 0 0px;
}

ul.specialmenu li
{
	display: inline;
}

ul.specialmenu li a
{
	float: left;
	display: block;
	color: #62778a;
	padding: 5px 0 5px 0;
	margin: 0 15px 0 0;
	text-decoration: none;

	line-height: 12px;
	font-size: 10px;
}

#legal ul.specialmenu li.kennisbank a
{
	margin: 5px 5px 5px 0;
	padding: 0 5px 0 0;
	color: #62778A;
	border-width: 0px 1px 0px 0px;
	border-color: #62778A;
	border-style: solid;
}

#legal ul.specialmenu li.kennisbank.last a
{
	border: 0px none;
	margin-right: 10px;
}

/* 
	
*/
#fondsen
{
	position: absolute;
	bottom: 0px;
	left: 0;
}

#fondsen .h4,
#fondsen h4
{
	display: none;
}

#fondsen ul li a
{
	padding: 0;
	height: 40px;
	margin-right: 40px;
	
	text-indent: -2000px;
}

#fondsen ul li a.kwc-wilgenhaege
{
	width: 60px;
	background-image: url('../gui/logo.footer.wilgenhaege.gif');
}

#fondsen ul li a.kwc-stedekroon
{
	width: 60px;
	background-image: url('../gui/logo.footer.wilgenhaege-stedekroon.gif');
}

#fondsen ul li a.kwc-propertunity-nl
{
	width: 100px;
	background-image: url('../gui/logo.footer.propertunity.gif');
}


/* 
	sitemap
*/

#sitemap ul
{
	font-size: 12px;
	margin: 0px;
	padding: 0 0 0 0px;
}

#sitemap ul ul li.tree-nc ul
{
	display: none;
}


#sitemap ul li
{
	display: block;
	float: left;
	width: 180px;
	border-left: 1px dotted #62778a;
}

#sitemap ul li.kwc-contact
{
	float: right;
	margin-right:7px;
}

#sitemap ul li a
{
	display: block;
	color: #B3071B;
	font-weight: bold;
	padding: 2px 15px;
	text-decoration: none;
}

#sitemap ul ul
{
	font-size: 11px;
}

#sitemap ul ul li
{
	border-left: 0;
}

#sitemap ul ul li a
{
	display: block;
	color: #62778a;
	text-decoration: none;
	font-weight: normal;
}

#sitemap ul ul ul li a
{
	padding-left: 25px;
}

/* 
	navigation
*/

#navigation
{
	height: 75px;
	overflow: hidden;
}

#navigation ul
{
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a
{
	text-decoration: none;
	padding: 10px 11px 7px 10px;
	margin: 0 10px 0 0;
	height: 20px;
	display: block;
	background-color: #B3071B;
	background-image: url('../gui/background.menu.normal.gif');
	color: #fff;
	background-position: left -37px;
	text-transform: uppercase;
}

#navigation ul li a strong
{
	font-weight: normal;
}

#navigation ul li a.selected,
#navigation ul li a.in-path
{
	background-image: url('../gui/background.menu.active.gif');
}

#navigation ul li a:hover
{
	background-color: #002055;
	background-position: left top;
}

/* 
	niveau 2
*/

#navigation ul ul,
#navigation ul ul li.tree-nc ul
{
	display: none;
}

#navigation ul li:hover ul
{
	display: block;
}

#navigation ul ul
{
	background-color: #e0e4e8;
	position: absolute;
	width: 200px;
	padding: 15px;
	border: 1px solid #a1adb9;
	z-index: 100;
	-webkit-box-shadow: 2px 2px 10px #5a5a5b;
	-moz-box-shadow: 2px 2px 10px #5a5a5b;
	box-shadow: 10px 10px 5px #888;
}


#navigation ul ul li a
{
	background-color: #fff;
	width: 190px;
	background-image: none;
	margin: 0;
	padding: 8px 5px;
	color: #002055;
	border-top: 1px solid #b3071b;
	font-size: 85%;
	height: auto;
}

#navigation ul ul li a.selected,
#navigation ul ul li a.in-path,
#navigation ul ul li a:hover
{
	background-image: none;
	background-color: #fff;
}

#navigation ul ul li a:hover
{
	background-color: #fff;
	color: #002055;
}

/* 
	niveau 3
*/

#navigation ul ul ul
{
	background-color: transparent;
	width: auto;
	padding: 0px;
	border: 0;
	display: block;
	height: auto;
	position: relative;
	border-top: 1px solid #b3071b;
}

#navigation ul ul ul li a
{
	width: 180px;
	padding: 5px 5px 5px 15px;
	text-transform: none;
	color: #4c4c4c;
	border-top: 0px solid #eee;
	border-bottom: 1px solid #eee;
}

/******************************************************************************
* 
******************************************************************************/

.books,
.inlinecontent.employee
{
	background-image: none;
	padding-top: 10px;
	overflow: auto;
	border-bottom: 1px solid #eee;
}

.books h3,
.employee h3
{
	font-size: 16px;
	/* 	color: #002055; */
	margin-top: 0.25em;
}

.books img,
.employee img
{
	width: 70px;
}

.books ul.book-more-info
{
	float: right;
}

.books ul.book-more-info li
{
	float: right;
	padding: 5px;
	margin-left: 10px;
	list-style-type: none;
}

/* 
	
*/
div.client-login
{
	padding-top: 27px;
	padding-bottom: 30px;
	clear: both;
}

div.client-login h1
{
	color: #002055;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.client-login p
{
	font-size: 15px;
}

div.theodoor-gilissen
{
	background-image: url(../gui/client-login-theodoor-gilissen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.insinger-de-beaufort
{
	background-image: url(../gui/client-login-insinger-de-beaufort.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
