﻿/********************************************************************
	Canvas, backgrounds etc.
*********************************************************************/

html, body 
{
    padding: 0;
    margin: 0;
    font-family: Verdana;
    height: 100%;
}

body
{
    font-size: 70%;
    line-height: 130%;
    color: #005a75;
}

body.bg
{
	background: url(/images/ppp/bg.gif) #cfdfdb;
}

.topbg 
{
	min-height: 100%;
	background: url(/images/ppp/top_bg.gif) repeat-x; 
} 

.topbg .spacing
{
	height:22px;
	line-height:22px
}

.canvas 
{
	/*margin-top:22px;*/
	margin-left:auto;
	margin-right:auto;
	width:946px; /* 996-50pad */
	background:#ffffff;
	padding: 20px 25px 0px 25px;
}

/********************************************************************
	Top right shortcuts
*********************************************************************/

.top .shortcuts 
{
	padding: 4px 5px 3px 5px;
	height: 14px;
	overflow: hidden;
}

.top .shortcuts a 
{
	display: block;
	color: #118774;
	text-transform: uppercase;
    float: left;	
    margin-left: 10px;
    margin-right: 10px;            
    font-weight: bold;
    text-decoration: none;
    font-size: 90%;
    line-height: 120%;    
}         

.top .shortcuts a:hover
{
	color: #f47520;
}

.top .shortcuts a.img
{
	margin-left: 7px;
	margin-right: 7px;
}        

.top .shortcuts a.img img
{
	border: none;
}

/********************************************************************
	Subpage layout (3 columns)
*********************************************************************/

.subpage .leftColumn 
{
	float:left;
	width:242px;
}	

.subpage .rightColumn 
{
	float:right;
	width:218px;
}	

.subpage .midColumn 
{
	padding:0px 221px 0px 245px;
}	

.subpage .midColumn .midColumnContainer 
{
	min-height:400px;
	background: url(/images/ppp/midColumnTextBg.gif) repeat-x bottom;
}

.textcontainer 
{
	background:#ffffff;
	/*min-height:295px;*/
	min-height:185px;
	padding:25px 30px 30px 30px;
}

.topimage 
{
	display: block;
	margin-bottom:3px;
}

#printPage {
    float:right;
    cursor: pointer;
    margin-left: 20px;
}

/********************************************************************
	Top menu and Search
*********************************************************************/

.menu 
{
	height: 40px;
	background: url(/images/ppp/bg_menu.gif) repeat-x;
	overflow: hidden;
}

.menu a
{
	display: block;
	float: left;
	height: 33px;
	text-decoration: none;
}

.menu a span
{
	cursor: pointer;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;        	
}
        
.menu a:hover 
{        	
	background: url(/images/ppp/bg_menu_mo.gif) repeat-x;
}

.menu a.active
{
	border-bottom: 8px solid #f47520;
}
        
.menu .sp 
{
	float: left;
	width: 1px;
	font-size: 1px;
	height: 32px;
	line-height: 32px;
	background: #abcdc9;
}

.menu .search 
{
	float:right;
	padding-right:15px;	
	white-space: nowrap;
}

.menu .search input
{
	font-size:95%;
	/*margin-left:28px;*/
	margin-top:6px;
	width:152px;
	float:left;
	margin-right:5px;
}

.menu .search a span
{
	padding-left:10px;
	padding-right:10px
}

/********************************************************************
	Left menu
*********************************************************************/

.leftmenu 
{
	background:#ffffff;
	font-size:110%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.leftmenu li a 
{
	color: #248374;
}

.leftmenu li.active a
{
	color: #dd691b;
}

/* top level */

.leftmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.leftmenu ul li
{
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.leftmenu ul li a
{
	line-height: 16px;
	padding-left: 15px;	
	background: url(/images/ppp/bullet_big.gif) no-repeat 4px 3px;
	text-decoration: none;
	font-weight: bold;	
}

.leftmenu ul li a:hover
{
	color: #dd691b;	
}

.leftmenu ul li.active a
{
	background: url(/images/ppp/bullet_act_big.gif) no-repeat 3px 4px;
}

/* sub level */

.leftmenu ul ul
{
	font-size: 90%;
	margin-top: 7px;
}

.leftmenu ul ul li
{
	padding: 0;
	margin: 0;
	padding-left: 13px;
}

.leftmenu ul ul li a, .leftmenu ul li.active ul li a
{
	display: block;
	font-weight: normal;
	padding-left: 12px;	
	background: url(/images/ppp/bullet_med.gif) no-repeat 2px 3px;
}

.leftmenu ul li.active ul li.active a
{
	background: url(/images/ppp/bullet_act_med.gif) no-repeat 0px 5px;
}

.leftmenu li.active li a
{
	color: #248374;
}

.leftmenu li.active li a:hover
{
	color: #dd691b;
}

.leftmenu li.active li.active a
{
	color: #dd691b;
}

/* 2nd sub level */

.leftmenu ul ul ul li a, .leftmenu ul li.active ul li.active ul li a
{
	display: block;
	font-weight: normal;
	padding-left: 12px;	
	background: url(/images/ppp/bullet_med.gif) no-repeat 2px 3px;
}

.leftmenu ul li.active ul li.active ul li.active a
{
	background: url(/images/ppp/bullet_act_med.gif) no-repeat 0px 5px;
}

.leftmenu li.active li.active li a 
{
	color: #248374;
}

.leftmenu li.active li.active li a:hover
{
	color: #dd691b;
}

.leftmenu li.active li.active li.active a
{
	color: #dd691b;
}

/********************************************************************
	Right boxes
*********************************************************************/

.box 
{
	background:url(/images/ppp/box_bg.gif);
	margin-bottom: 3px;
}

.box .content
{
	min-height:115px;
	padding: 20px 15px 25px 15px
}

.box .first
{
	background:url(/images/ppp/box_bg_top.gif) repeat-x  0px -1px;
}

.box .content h1 
{
	font-size: 140%;
	color: #dd691b;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/********************************************************************
	Footer
*********************************************************************/

.footer 
{
	height:30px;
	line-height:30px;
	clear:both;
	overflow: hidden;
}

.footer div 
{
	float: left;
}

.footer div.dot 
{
	height:30px;
	width:93px;
	background:url(/images/ppp/footer_dot.gif) no-repeat center;
}

/********************************************************************
	Link list
*********************************************************************/

.linkLists .first
{
	margin-top: 2em;
}

.linkList 
{
	margin-bottom: 20px;
}

.linkList h2
{
	margin-bottom: 5px;
}

.linkList p
{
	margin: 0px;
}

.linkList .link
{
	width: 100%;
}

.linkList .link .header 
{
	table-layout: fixed;
	min-height: 24px;	
	width: 100%;
	
	margin-top: 5px;
	background: #e9f2ea;
	/*height: 24px;*/
	/*line-height: 24px;*/
	color: #248374;
}

.linkList .link .header tr
{
	vertical-align: middle;
}

.linkList .link .header .col1
{
	padding-left: 8px;
}

.linkList .link .header .col2
{
	padding-right: 8px;
	width: 110px;
	overflow: hidden;
}

.linkList .link .header a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #248374;
	padding-left: 19px;
	background: url(/images/ppp/arrow_right.gif) no-repeat left center;
}        

.linkList .link .header a:hover
{
    color: #dd691b;
	background: url(/images/ppp/arrow_right_mo.gif) no-repeat left center;               
}

.linkList .active .header a, .linkList .active .header a:hover
{
	color: #248374;        	
	font-weight: bold;
	background: url(/images/ppp/arrow_down.gif) no-repeat left center;                       	
}

.linkList .link .header div
{        	
	float: right;
}        

.linkList .link .description
{
	display: none;
	min-height: 70px;
    padding-top:12px;            
    padding-bottom: 10px;
}

.linkList .active .description
{
	display: block;
}

.linkList .link .description img
{
    float:left;
    width:120px;
    height:70px
}

.linkList .link .description p
{
	margin-left:130px
}                

.linkList .link .description a
{
	margin-top: 12px;
	display: block;
	color: #dd691b;
	text-decoration: none;
	padding-left: 10px;
	background: url(/images/ppp/bullet_med_mo.gif) no-repeat left center;
}

/********************************************************************
	Front page
*********************************************************************/

.frontpage {
	height:415px;
	position:relative;
	background:url(/images/ppp/front_bottom.gif) no-repeat 0% 100%;
}

.frontpage .box {
	position:absolute;
	top:40px;
}

.frontpage .box .hc {
	position:absolute;
	height:20px;
}                

.frontpage .box .hc h2 {
	margin:0px 0px 0px 14px;
	padding:0px;
	font-size:150%;
	line-height:20px;
	color: #dd691b;
	text-transform: uppercase;
	white-space: nowrap;
}

.frontpage .box .canvas {
	position:absolute;
	top:20px;
	background:#ffffff;
	width: 206px;
	height: 184px;
	padding:26px 21px 0px 14px;
}

.frontpage .box .left ul, .frontpage .box .left menu {        
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.frontpage .box .left ul li, .frontpage .box .left menu li {        
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.frontpage .box .left ul li a, .frontpage .box .left menu li a {        
	color: #248374;
	line-height: 16px;
	padding-left: 15px;	
	background: url(/images/ppp/bullet_big.gif) no-repeat 4px 3px;
	text-decoration: none;
	font-weight: bold;	
	font-size: 110%;
}

.frontpage .news ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.frontpage .news ul li
{
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.frontpage .news ul li a
{
	display: block;
	padding-left: 12px;	
	background: url(/images/ppp/bullet_med_mo.gif) no-repeat 2px 4px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;	
	color: #dd691b;	
}

/********************************************************************
	Sitemap
*********************************************************************/

.sitemap .left
{
	float:left;
	width:204px
}

.sitemap .right
{
	margin-left:214px;
	width:204px
}

.sitemap ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sitemap ul ul
{
	padding: 5px 0px 20px 10px;
	margin: 0;
}

.sitemap ul ul ul
{
	padding: 0px 0px 0px 10px;
}

.sitemap ul li a
{
	display: block;
	padding-left: 10px;
	min-height: 20px;
	line-height: 20px;
	background: #e9f2ea;
	color: #248374;
	text-decoration: none;
	margin-bottom: 4px;
}

.sitemap ul ul li a
{
	min-height: 15px;
	line-height: 15px;
	color: #dd691b;
	background: none;
	background: url(/images/ppp/bullet_med_mo.gif) no-repeat left center;
}

.sitemap ul ul li ul li a
{
	background: url(/images/ppp/bullet_act_small.gif) no-repeat left center;
}

.sitemap ul ul li a:visited
{
	color: #983d00;
}

/********************************************************************
	Form (contact form)
*********************************************************************/

.form label
{
	display: block;
}

.form ul 
{
	margin-top: 5px;
}

.form input, .form textarea
{
	background: #e9f2ea;
	border: none;
	color: #005a75;
	/*width: 240px;*/
	width: 405px;
	margin-bottom: 10px;
}

.form span
{
	position: relative;
	top: -8px;
}

.form .fieldwidth 
{
	width: 405px;
}

/*.form textarea 
{
	width: 415px;
}*/

/********************************************************************
	News List
*********************************************************************/

.newslist
{
	margin-top: 1em;
	table-layout: fixed;
}

.newslist tr
{
	vertical-align: top;
}

.newslist .col1 
{
	width: 60px;
	font-weight: bold;
}

/********************************************************************
	Excel presentation module
*********************************************************************/

.excelPresentationGrid 
{
	font-size: 100%;
	border: 0px;
	background: url(/images/ppp/ep/table_bg.gif) #d5eae5;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

.excelPresentationGrid TH, .excelPresentationGrid TD
{
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 5px;
}

.excelPresentationGrid TD
{
	font-size: 100%;
	text-align: center; 
	background-color: #e9f2ea;
    /*white-space: pre;*/
}

.excelPresentationGrid TD.left
{
    text-align: left;
}

.excelPresentationGrid TD.right
{
    text-align: right;
}

.excelPresentationGrid TH 
{    	
}

.excelPresentationGrid TH A
{    	
	color: #005a7a;
}
 
.excelPresentationGrid TH.sortable
{
	padding-right: 15px;
	padding-left: 10px;
	background: url(/images/ppp/ep/sort_neutral.gif) center right no-repeat;
}

.excelPresentationGrid TH.down
{
	background-image: url(/images/ppp/ep/sort_up.gif); 
}

.excelPresentationGrid TH.up
{
	background-image: url(/images/ppp/ep/sort_down.gif);
}

.excelPresentationGrid TH.rowDesc
{
	text-align: left;
	font-weight: normal;
}

.excelPresentationGrid TD.rowDesc
{
	text-align: left;
}

.excelPresentationTopHeader 
{
	width: 411px;
	height: 62px;
	background: url(/images/ppp/ep/header.gif) no-repeat;
	/*padding-top: 37px;*/
	padding-left: 7px;
	position: relative;
}

.excelPresentationTopHeader h2
{
	position: absolute;
	bottom: 5px;
	font-size: 135%; 
	line-height: 135%;
	margin-bottom: 0px;
}

.excelPresentationTopHeader h4
{	
}

h3.excelPresentation 
{
	margin: 15px 0px 2px 4px;
	font-size: 90%;
	text-transform: uppercase;
}

/********************************************************************
	Print adjustments
*********************************************************************/

@media print 
{
	body.bg, .topbg
	{
		background: none;		
	}
	
	.topbg .spacing
	{
		display: none;
	}
	
	.canvas 
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 0px;
	}

	.logo 
	{
		right: 0px;
	}

	.top .shortcuts 
	{
		display: none;
	}
	
	.menu 
	{
		display:none;
	}

	.subpage .leftColumn 
	{
		display: none;
	}	

	.subpage .rightColumn 
	{
		display: none;
	}	

	.subpage .midColumn 
	{
		padding: 0px;
	}	

	.textcontainer 
	{
		background:#ffffff;
		min-height:0px;
		padding:25px 0px 30px 0px;
	}

	.topimage 
	{
		display: none;
	}

	.footer 
	{
		border-top: 1px solid black;
	}
	
	.footer div.dot 
	{
		height:30px;
		background:url(/images/ppp/footer_dot.gif) no-repeat center;
		width: 20px;
	}
	
	.linkList .link .description
	{
		display: block;
	}	
	
	a 
	{
		text-decoration: underline;
	}		
}

/********************************************************************
	Theme
*********************************************************************/

.themePage .guide {
    float:right;
    width:148px;
    border:1px solid #dd691b;
    padding:10px;
    margin:0px 0px 2px 10px
}

.themePage .guide ul {
    margin:0;
    padding:0px 0px 0px 15px;
}

#themeMap {
    border:1px solid #dd691b;
    padding:10px;
    position:relative;
}

.themePage .mapBox {
    margin-bottom: 20px;
}

.themePage .mapBox h2 {
    min-height: 20px;	
    width: 100%;    	
    padding-top: 5px;
    padding-left: 5px;
    width: 190px;
    background: #e9f2ea;
    color: #248374;  
    margin-bottom: 10px;
    font-weight: normal;  
}

.themePage .mapBox ul {        
    list-style-type: none;
    margin: 0 0 0 3px;
    padding: 0;
}

.themePage .mapBox li {        
    padding: 0;
    margin: 0px 0px 3px 0px;
}

.themePage .mapBox li a {        
    display: block;
    line-height: 15px;
    padding-left: 13px;	
    color: #dd691b;	
    background: url(/images/ppp/bullet_med_mo.gif) no-repeat 4px 3px;
    text-decoration: none;
}         

.themeFrontBoxes {    
    margin-top: 20px;
}

.themeFrontBoxes .themeBox {
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;        
}

.themeFrontBoxes .themeBox h2 {
    min-height: 20px;	
    width: 100%;    	
    padding-top: 5px;
    padding-left: 5px;
    width: 200px;
    background: #e9f2ea;
    color: #248374;  
    margin-bottom: 10px;  
}

.themeFrontBoxes .themeBox ul {        
    list-style-type: none;
    margin: 0 0 0 3px;
    padding: 0;
}

.themeFrontBoxes .themeBox li {        
    padding: 0;
    margin: 0px 0px 3px 0px;
}

.themeFrontBoxes .themeBox li a {        
    display: block;
    color: #248374;
    line-height: 15px;
    padding-left: 13px;	
    background: url(/images/ppp/bullet_med.gif) no-repeat 4px 3px;
    text-decoration: none;
} 

.themeFrontBoxes .highlight {
    background: #F9F5EE;
}        

.themeFrontBoxes .highlight li a {
    color: #dd691b;	
    background: url(/images/ppp/bullet_med_mo.gif) no-repeat 4px 3px;
}        

.paperless-test .validation-error {    
    border:1px solid #dd691b;
    padding:10px;
    margin:20px 0px 20px 0px;
    color: red;
    display: none;
}

.lead {
    background: #e4ebe9;
    padding: 10px;      
    margin-bottom: 20px;
}

/********************************************************************
	Tooltip
*********************************************************************/

.forklaring {
    border-bottom: 1px dashed;
    color: #005a75;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #005a75;
	background: #ffffff;
	padding: 10px;
    color: #005a75;
	font-size: 100%;
	width: 220px;
}

#tooltip h3, #tooltip div {
	font-size: 100%;
    margin: 0;
}

/********************************************************************
	General text styles
*********************************************************************/

a 
{
	color: #dd691b;
	text-decoration: none;
}

a.pil, a.arrow
{
	display: block;
	padding-left: 10px;
	background: url(/images/ppp/bullet_med_mo.gif) no-repeat left center;		
}

.text a:visited 
{
	color: #983d00;
}

p {
	margin: 0;
}

a img {
	border: 0;
}

h1 
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 150%;
	line-height: 110%;
}

h2 
{
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
}

