html, body {
	margin: 0;
	height: 100%;
}
/**
 * Layout section
 */
body {
	background: white url('../media/images/background.png') 50% 0 no-repeat;
	font: 12px Tahoma,sans-serif;
	padding: 0 20px;
}

div.wrapper {	
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
}
div#header {
	height: 135px;
}
div#header img {
	margin-left: 55px;
	float: left
}

div#header div#news-scroller {
	position: absolute;
	top: 60px;
	left: 454px;
	width: 190px;
	height: 22px;
	padding: 6px 5px 0 5px;
	color: white;
	background: #0075bf;
}

div#footer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #a0a0a0;
}
div.content-block {
	border: 2px solid #0075bf;
	background: url('../media/images/block-background-trans.png');  
}
div.content-block-spacer {
	height: 10px;
}
a.content-header {
	display: block;
	background: #95a3ab;
	padding-top: 4px;
	height: 20px;
	padding-left: 10px;	
	color: white;
	text-decoration: none; 
}
a.content-header,  a.content-header h1 {
	font: bold 14px Tahoma,sans-serif;
	margin: 0;
}
div#column1 {
	min-width: 200px;
	float: left;
}
div#column2 {
	min-width: 200px;	
	float: left;
	padding: 0 20px;
}
div#column3 {
	min-width: 200px;
	float: left;
}
/**
 * De tekst opmaak
 */
h2 {
	font: bold 14px Tahoma,sans-serif;
}
h3 {
	font: bold 13px Tahoma,sans-serif;
}
ul {
	padding-left: 18px
}
div.collapse h3 {
	color: #0075bf;
	background: url('../media/images/arrow.gif') 0 13px no-repeat;
	cursor: pointer;
	padding-left: 17px;
	padding-top: 10px;
	height: 21px;
	margin: 0;
}
div#nieuws div.collapse h3 {
	height: auto; /* Bij nieuws is de hoogte niet bekend */
	padding-bottom: 8px;
}
div.collapse h3.expanded {
	background: url('../media/images/arrow-down.gif') 0 13px no-repeat;
}
div.collapse ul {
	padding-left: 23px;
}
div.collapse ul,div.collapse p {
	margin-top: 0; /* slidedown animatie bugfix */
	margin-bottom: 0;
}
div.ie-margin-fix {
	height: 1px;
}
a {
	color: #0075bf;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
/**
 * De instellingen van de diverse content blokken
 */
div.contents {
	width: 400px;	
	font-weight: normal;
	padding: 8px 15px;	
	display: none;
	opacity: 0; filter: alpha(opacity=0);
}
small {
	color: #696969;
}


span.todo {
	display: block;
	background: yellow;
	clear: both;
	margin: 10px 0;
	padding: 5px;
	font-size: 10px;
}
/* Popup (contents) */
div.popup {
	width: 700px;
	padding: 0 0 35px 20px;;
}

div.popup.quote {
	width: 400px;
	padding: 40px 24px 0 20px;
	background: #0075bf;
	color: white;
}
div.popup.quote div.hiddenMenu {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
}
div#header div#news-scroller a {
	color: white;
}
#fancybox-inner div.hiddenMenu {
	display: none; /* Verberg het menu als deze in een popup getoond word*/
}
div.hiddenMenu {
	padding-top: 20px;
}

/**
 * Styling fancybox (popups en referenties)
 */ 
 #fancybox-outer {
  	border: 2px solid #0075bf;
}
#fancybox-close {
 	background: url('../media/images/popupClose.gif') no-repeat;
 	width: 90px;
 	height: 23px;
 	right: 16px;
	top: 10px;
}
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/popupClose.gif', sizingMethod='scale'); }
 
 #fancybox-left {
 	background: #0075bf url('../media/images/popupPrev.gif') left 0px no-repeat;
 	height: 28px;
 	width: 50%;
 	left: 0px;
 	bottom: 0px;	
}

#fancybox-left-ico, #fancybox-right-ico {
	height: 28px;
	top: 0px;
	margin-top: 0
}
#fancybox-left-ico {
	background: #0075bf url('../media/images/popupPrevHover.gif') left no-repeat;
	width: 96px;
}
#fancybox-right {
 	background: #0075bf url('../media/images/popupNext.gif') right 0px no-repeat;
 	height: 28px;
 	width: 50%;
 	right: 0px;
 	bottom: 0px;	
}
#fancybox-right-ico {
	background: #0075bf url('../media/images/popupNextHover.gif') right no-repeat;
	width: 110px;
}
.fancybox-ie #fancybox-left-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/popupPrevHover.gif', sizingMethod='image');
}
.fancybox-ie #fancybox-right-ico {
	background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/images/popupNextHover.gif', sizingMethod='image');
}
/**
 * Styling fancybox (quotes)
 */
 .quote #fancybox-outer {
 	background: #0075bf;
 	border: 0;
 	
 }
 #fancybox-wrap.quote {
 	padding-right: 200px;
 }
 .quote #fancybox-close {
 	background: url('../media/images/quoteClose.gif') no-repeat;
 	right: 8px;
 }
 .quote #fancybox-right {
 	background-image: url('../media/images/quoteNext.gif');
 }
 
#quoteBox {
 	position: absolute;
 	background: #0075bf;
 	color: white;
 	z-index: 10;
 	width: 380px;
 	left: 0;
 	padding: 20px;
 	padding-bottom: 0px;
 	margin-top: 10px;
}
#referenties h3 {
	margin-bottom: 8px;
}
#referenties ul {
	margin: 0px 0 20px 0;
}
table.properties td.name {
	font-weight: bold;
	padding-right: 50px;
	vertical-align: top;
}
table.properties img {
	margin-top: 10px;
}

#prevQuote, #nextQuote {
	display: block;
	color: white;
	font-weight: normal;
	padding-bottom: 10px;
	width: 120px;
	cursor: pointer;
	
}
#nextQuote {
	float: right;
	text-align: right;
}
div.referentie {
	padding-top: 40px;
}
div.referentie h1 {
	font-size: 18px;
}
div.referentie div.periode {
	float: right;
	margin-top: 16px;
	font-weight: bold;
	font-size: 17px;
}
p.handwriting {
	font-size: 18px;
	font-family: angelina, arial, sans-serif;
}

