/**
 * Default HTML tags
 * -----------------
 */
/**{
	margin:0;
	padding: 0;
}*/

body#site{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#FFFFFF;
	background-image:url(../images/ifpc_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

html, body{	
	height: 100%;
}

h1{
	font-size: 19px;
	color: #000000;
	padding-bottom:0.4em;
	margin-bottom:1em;
	font-weight:normal;
	margin-top:0em;
	border-bottom: 1px solid #9A9CB3;
}

h1 a{
	color: #0000CC;
}

h1 a:hover{
	text-decoration: none;
	color: #0000CC;
}

h1 .arrow{
	padding: 0 7px;
}

h2{
	margin-top: 10px;
	font-size: 13px;
	color:#000;
	text-decoration: underline;
}

h3{
	margin: 20px 0 0 0;
	padding-bottom:6px;
	font-size: 14px;
	color: #003399;
	border-bottom: 1px solid #2A9047;
	margin-bottom:8px;
}

h4{
	/*margin: 20px 0 0 0;*/
	margin-top:0.4em;
	padding-bottom:6px;
	font-size: 13px;
	color: #FFF;
	/*border-bottom: 1px solid #666;*/
}

ul{
	margin: 5px 0 5px 50px;
	line-height:17px;
}

ul li{
	list-style: square;
	line-height:17px;
}

p{
	/*margin: 10px 0 10px 20px;
	width: 470px;
	text-align: justify;*/
	line-height: 17px;
}

a{
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #555555;
	text-decoration:none;
}

a img{
	border: none;
	text-decoration: none;
}

table{
	/*margin: 10px 0 0 0px;*/
}

table td{
	padding-right: 0px;
}

.clear {
	clear:both;
	line-height:0;
}

/**
 * Intro structure 
 * --------------
 */

body#start{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#FFFFFF;
	background-image:url(../images/ifpc_startbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
	padding:0;
}

#startcontainer{
	width:1000px;
	height:500px;
	margin:0 auto;
}

#starttop{
	width:1000px;
	height:250px;
	position:relative;
}

#startlogo{
	position:absolute;
	top:45px;
	left:20px;
	width:436px;
	height:159px;
	background-image:url(../images/ifpc_startlogo.jpg);
	background-repeat:no-repeat;
	z-index:3;
}

#starttitel{
	position:absolute;
	top:50px;
	left:560px;
	width:407px;
	height:159px;
	background-image:url(../images/ifpc_starttitel.jpg);
	background-repeat:no-repeat;
	z-index:3;
}

#startmenu{
	width:1000px;
	margin-top:325px;
	height:50px;
	display:block;
	position:relative;
}

#startnl {
	position:absolute;
	top:0px;
	left:20px;
	width:152px;
	height:40px;
	background-image:url(../images/ifpc_startnl.jpg);
	background-repeat:no-repeat;
	display:block;
	z-index:3;
}

#startnl a {
	width:152px;
	height:40px;
	display:block;
}

#startnl a:hover {
	background-image:url(../images/ifpc_startnl_hov.jpg);
}

#startfr {
	position:absolute;
	top:0px;
	left:330px;
	width:152px;
	height:40px;
	background-image:url(../images/ifpc_startfr.jpg);
	background-repeat:no-repeat;
	display:block;
	z-index:3;
}

#startfr a {
	width:152px;
	height:40px;
	display:block;
}

#startfr a:hover {
	background-image:url(../images/ifpc_startfr_hov.jpg);
}

#startfooter{
	width:1000px;
	height:3em;
	margin-top:1.3em;
	text-align:center;
	font-size:10px;
}


/**
 * Page structure 
 * --------------
 */

#container{
	width:1024px;
	min-height:100%;
	/*ie 6 explorer*/
	height:auto !important;
  	height:100%;
	margin:0 auto;
	background-image:url(../images/ifpc_menubg2.jpg);
	background-repeat:repeat-y;
}

#main{
	float:left;
	width:1024px;
	min-height:600px;
	position:relative;
}

#top{
	position:absolute;
	top:0;
	left:0;
	width:1024px;
	height:275px;
	z-index:2;
	background-image:url(../images/ifpc_topbg1.jpg);
	background-repeat:no-repeat;
}

#logo{
	position:absolute;
	left:24px;
	top:31px;
	width:164px;
	height:103px;
	z-index:5;
}

#toptitelnl{
	position:absolute;
	top:134px;
	left:591px;
	width:431px;
	height:47px;
	z-index:3;
	background-image:url(../images/ifpc_titelnl.jpg);
	background-repeat:no-repeat;
}

#toptitelfr{
	position:absolute;
	top:134px;
	left:591px;
	width:431px;
	height:47px;
	z-index:3;
	background-image:url(../images/ifpc_titelfr.jpg);
	background-repeat:no-repeat;
}

#taalzone{
	position:absolute;
	left:25px;
	top:170px;
	width:100px;
	height:2em;
	z-index:5;
}

#emptytopzone {
	width:1024px;
	height:275px;
}

#central {
	width:1024px;
	background-image:url(../images/ifpc_topbg2.jpg);
	background-repeat:no-repeat;
	min-height:300px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:300px;
}

#content {
	float:left;
	margin-left:490px;
}

#contentcontainer {
	float:left;
	width:500px;
	min-height:300px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:300px;
	margin-top:1em;
}

#footer{
	float:left;
	border-top: 1px solid #9A9CB3;
	padding-top:5px;
	text-align:center;
	width:500px;
	height:4em;
	font-size:10px;
	font-weight:bold;
	color: #000000;
	margin-top:1.5em;
}

#footer a{
	color: #3333CC;
}

#footer a:hover{
	color: #0066FF;
}



/**
 * Menu structure 
 * --------------
 */

#menucontainertop {
	position:absolute;
	left:201px;
	top:151px;
	width:264px;
	height:287px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	z-index:5;
}

#menuitemtop {
	float:left;
	width:263px;
	height:32px;
}

#menuitemtop a {
	display:block;
	width:263px;
	height:31px;
	text-decoration:none;
	color:#FFFFFF;
}

#menuitemtop a:hover {
	color:#000000;
	background-color:#FFFFFF;
}

#menutitemtoptekst {
	padding-left:1em;
	padding-top:5px;
}

#menusub {
	float:left;
	width:263px;
	height:31px;
	border-bottom:1px solid #41464C;
}


/**
 * Link structure 
 * --------------
 */

#linkbox {
	float:left;
	width:250px;
	padding-bottom:10px;
}

#linktitel {
	float:left;
	width:250px;
	height:2em;
}

#linktekst {
	float:left;
	width:340px;
}

#linklogo {
 	float:left;
 	width:120px;
	height:100px;
	margin-left:1.5em;
	margin-bottom:15px;
	max-width:160px;
	/* max-width ongeldig in IE6 daarom onderstaande lijn die alleen IE oppikt */
	width:expression(this.width > 159 ? 159: true);
	/*border: 1px solid #000000;*/
}

#linklogo img {
	border:none;
}


/**
 * Organigram structure 
 * --------------
 */

#orga0 {
	float:left;
	width:510px;
	min-height:110px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:110px;
	background-image:url(../images/organiline3.jpg);
	background-repeat:no-repeat;
}

#orga0-bis {
	float:left;
	width:510px;
	padding-left:15px;
	min-height:110px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:110px;
	background-image:url(../images/organiline3.jpg);
	background-repeat:no-repeat;
}

#orga0-stop {
	float:left;
	width:510px;
	padding-left:15px;
	min-height:110px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:110px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#orga1 {
	float:left;
	width:510px;
	padding-left:15px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#orga2 {
	float:left;
	width:510px;
	margin-left:20px;
	padding-left:15px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#orga3 {
	float:left;
	width:510px;
	padding-left:60px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#orga4 {
	float:left;
	width:510px;
	padding-left:80px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#orga5 {
	float:left;
	width:510px;
	padding-left:100px;
	background-image:url(../images/organiline2.jpg);
	background-repeat:no-repeat;
}

#titelbox {
	float:left;
	width:130px;
	height:50px;
	background-image:url(../images/organigramtitel.jpg);
	background-repeat:no-repeat;
	border:1px solid #999999;
}

#titelboxtekst {
	width:130px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
}

#verbinding {
	float:left;
	width:5px;
	height:50px;
	background-image:url(../images/organi-lijn-titel-persoon.jpg);
	background-repeat:no-repeat;
}

#persoonzone {
	float:left;
	margin-bottom:10px;
	width:320px;
}

#persoonbox {
	float:left;
	width:310px;
	height:95px;
	border:1px solid #999999;
	font-size:11px;
}

#persoonfoto {
	float:left;
	width:80px;
	height:100px;
	padding:6px 0px 6px 6px;
}

#persoonnaam {
	float:left;
	width:210px;
	height:100px;
	padding-top:5px;
}

#orgaline {
	float:left;
	background-image:url(../images/organiline.jpg);
	background-repeat:repeat-y;
}


#linktitel {
	float:left;
	width:500px;
	height:2em;
}

#linktekst {
	float:left;
	width:340px;
}

#linklogo {
 	float:left;
 	width:120px;
	height:100px;
	margin-left:1.5em;
	margin-bottom:15px;
	max-width:160px;
	/* max-width ongeldig in IE6 daarom onderstaande lijn die alleen IE oppikt */
	width:expression(this.width > 159 ? 159: true);
	/*border: 1px solid #000000;*/
}

#linklogo img {
	border:none;
}


/**
 * Knopzone structure 
 * --------------
 */


#knopzone {
	float:left;
	width:600px;
	height:25px;
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
}

#knopzone a {
	text-decoration:none;
}

#knop {
	float:left;
	width:164px;
	height:20px;
	padding-top:3px;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	margin-right:1em;
}


#pagetitle{
	margin: 75px 0 30px 0;
	width: 560px;
	color: #000000;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}



/**
 * Language bar
 * ------------
 */
#lang{
	text-align: center;
	margin-top: 45px;
}

#lang li{
	display: inline;
	padding: 0 5px;
}

#lang li a{
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#lang .active a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#lang li a:hover{
	text-decoration: none;
	color: #FFF;
}

#map{
	width:470px;
	height:300px;
	margin: 20px 0 0 20px;
}


/**
 * Navigation
 * ----------
 */
#navigation{
	text-align: right;
	width: 260px;
}

#navigation li{
	display: block;
	width: 200px;
	font-size: 13px;
	list-style: none;
}

#navigation li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 50px 4px 0;
}

#navigation a:hover{
	background-color: #BBD7F8;
	color: #000;
}

#navigation .active a{
	color: #FFF;
	background-color: #1c426f;
}

#submenu{
	margin: 0 0 30px 20px;
}

#submenu li{
	list-style: none;
	display: inline-block;
	width: 113px;
	text-align: center;
}

#submenu a{	
	display: inline-block;
	padding: 3px 1px;
	width: 113px;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #000;
	background-color: #BBD7F8;
}

#submenu a:hover{
	color: #FFF;
	background-color:#1c426f;
}

#submenu .active a{
	color: #FFF;
	background-color:#1c426f;
}

/**
 * Image galery
 * ------------
 */

#fotoslide {
	float:left;
	width:480px;
	height:465px;
	padding-bottom:1em;
}

.container {
	width: 470px;
	text-align: center;
	margin: 30px 0 0 20px;
}

#slideshow a{
	text-decoration: none;
}

#slideshow img{
	margin-left: 2px;
}

.container #thumbs ul{
	width: 470px;
	margin: 0 0 0 0;
	padding: 0;
}

.container #thumbs ul li{
	padding: 0 10px 0 0;
	margin: 0;
	margin-left: 5px;
	list-style: none;
	display:inline;
}

#thumbs .thumb{
	padding: 0;
	margin: 0;
}
 
#gallery .controls{
	display: none;
}
 
.top{
	margin: 0 0 10px 0;
}

.top a{
	padding: 5px;
}

/**
 * Breadcrumb
 * ----
 */
#breadcrumb .arrow{
	font-size: 17px;
	margin: 0 6px;
}

/**
 * Block View
 * ----
 */
.category{
	float:left;
	display:inline-table;
	width: 150px;
	height: 155px;
	margin-left:10px;
	margin-bottom:2em;
	text-align: center;
	border:1px solid #CCCCCC;
}

#category_table{
	margin:0;
}
 
#overviewTable{
	margin: 0 0 0 10px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
}

#overviewTable th{
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 7px 0px;
	color: #FFF;
}

#overviewTable td{
	padding: 10px 0;
	background: #DFDFDF;
	color: #000;
}

#overviewTable tr.oddRow td {
	background: #E9E9E9;
}

#overviewTable tr:hover td{
	background: #c5d7ed;
}

#overviewTable a{
	color: #000000;
}

#price{
	font-size: 16px;
	color: #000000;
	background: #c5d7ed;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
