/* ================================ PRINT ================================== */
/* New Marco Faessen for LEF printpages */
*
{
	font-family: verdana,Helvetica,Arial,sans-serif;
} 
body {
    font-size:69%; 
	padding: 0;
	margin:0;
	line-height: 1.4em;
}
#container {
	margin: 0 auto 0 auto;
	width:470px;
	font-size:1.0em; 
}
a#minrws {
	display: block;
	overflow: hidden;
	margin: 0px 0 0 17px; 
}

/***********************/
/* Start mainbox ID's  */
/***********************/
div#mainbox {
	float: left;
	/*margin: 5.0em 0 0 0;*//*MF*/
	padding: 5.5em 0 5px 0;
	width: 100%;
	overflow: visible;
}

/********************/
/* Start main ID's  */
/********************/
div#main {
	float: left;
	margin: 0;
	width: 470px;
	/*display: inline;
	background: #fff url("/images/left_side_bg.gif") 0% 100% no-repeat;*/
}
html>body #main {
	width:100%; 
	min-width:470px; 
	max-width:470px; 
}

/*************************/
/* Start centerbox ID's  */
/*************************/
div#centerbox {
	float: right;
	/*width: 74.1% !important;
	width: 73.7%;*/
	width: 470px;
	margin: 0 0 0 0 !important;
	margin:0;
	display: inline;
	padding:0 0 0 0;
}

/**********************/
/* Start center ID's  */
/**********************/

div#center {
	/*width: 66% !important;
	width: 65%;*/
	float: left;
	width: 470px;
	padding:0;
	margin:0;
	overflow: hidden;
}

/***************************/
/* Start center wide ID's  */
/***************************/
.breed #center {
	width: 470px;
}

/**************************/
/* Start left side ID's  */
/**************************/
div#left_side {display:none}

/**************************/
/* Start right side ID's  */
/**************************/
div#right_side {display:none}

/**************************/
/* Start header elements  */
/**************************/
#header {
	position: absolute;
	top: 0;
	height: 5.8em;
	width: 470px;
	/*background: #0896a5 url(/images/bg-header.gif) 0 0 no-repeat;*/
}
#zoeken {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 5.8em;
	width: 470px;
	min-width:470px;
                font-weight:normal;
}
/**********************************/
/* Start fontsizer elements  */
/**********************************/
div#tekstgrootte {display:none}

/******* Fontsizer buttons **********/


/*************************************/
/* Start zoekveld + button elements  */
/*************************************/
form#zoekform {display:none}

/****************************/
/* Start zoekmenu elements  */
/****************************/
ul#zoekmenu {display:none}

/***********************************/
/* Start main navigation elements  */
/***********************************/
div#top_navigation {display:none}

/***************************/
/* Start mainnav elements  */
/***************************/
ul#mainnav {display:none}

/**************************/
/* Start subnav elements  */
/**************************/
ul#subnav {display:none}


/***************************/
/* Start LEF mainnav  */
/***************************/
.LEF_right{
	display:none;
}

/***************************/
/* Start LEF introduction */
/***************************/
.introduction{ 
	clear:both;
	width:460px;
	margin:10px 0 10px 0;
}
.introduction h1{
	width:450px;
	background-color:#EAF5F9;
	color:#0997A5;
	padding:13px 0 0px 0px;
	font-size:1.3em;
	margin:0px;
}
.introduction .bottom_of_block{
	width:100%;
	display:block;
	height:7px;
	background:#0896a5 url(/images/bottom_of_block.gif) 0 0 no-repeat;
	clear:both;
}
.introduction p{
	margin:0px;
	padding:5px 10px 10px 0;
}
.introduction .bold p{
                font-weight:bold;
}
.introduction a{
	display:none;
}




/***************************/
/* Start LEF projectblocks  */
/***************************/
.row_odd,
.row_even{
	clear:both;
	margin:5px 8px 0 0;
	_margin:0px -2px 0 0;
_height:175px; 
_overflow:hidden;
}
.row_even{

	/*_margin:-15px -2px 15px 0;*/
}
.row_odd .double_block,
.row_odd .small_block{
	float:left;
}
.row_even .double_block,
.row_even .small_block{
	float:left;
}

.small_block{
	width:225px;
	overflow:hidden;
display:block;
	margin:0 10px 0 0;
}

.small_block .header_block{
	width:223px;
	overflow:hidden;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	background:black url(/images/bg_blocks.gif) 0 0 no-repeat;
}

.double_block{
	width:225px;
	margin:0 10px 0 0;
}
.double_block .header_block{
	width:223px;
	overflow:hidden;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	background:black url(/images/bg_blocks.gif) 0 0 no-repeat;
}
.header_block h2{
	color:#ffffff;
	padding:6px 0 7px 10px;
	#padding:7px 0 7px 10px;
	float:left;
}
.header_block h2 a{
	color:#ffffff;
}
.header_block h2 a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.header_block .open_view{
	display:none;
}
.header_block a:hover span{
	text-decoration:underline;
	color:#ffffff;
}
/***************** nieuwsflits *******************/
.info_block .flash{
	text-align:center;
}
.info_block .flash p{
	padding:0 10px 0 10px; 
	color:#004A4D; 
	font-weight:bold;
}
.info_block .flash .top{
	width:150px; 
	display:block; 
	border-top:2px solid #0895A6; 
	margin-top:20px;
	margin-left:40px;
	#margin-left:0;
	margin-bottom:10px;
	#margin-bottom:0;
}
.info_block .flash .bottom{
	width:150px; 
	display:block; 
	border-bottom:2px solid #0895A6;
	margin-left:40px;
	#margin-left:0;
	margin-top:10px;
	#margin-top:0;
}
/****************** end nieuwsflits **********/
/****************** vragen *****************/
.info_block .questions a{
	font-weight:bold; 
	text-decoration:underline; 
	margin:7px 0 0 10px; 
	display:block; 
	color:#000000;
}
/****************** poll ********************/
.info_block .poll_left{
	width:65%; 
	float:left;
}
.info_block .poll_left .option{
	display:block; 
	clear:both; 
	padding:0 0 0 0px; 
	margin:5px 0 0 0;
}
.info_block .poll_left .option input{
	float:left;
	margin:0 10px 0 0;
	#margin:-3px 10px 0 0;
}
.info_block .poll_left .option label{
	margin:0 0 0 0;
}
.info_block .poll_right{
	width:30%; 
	float:right;
}
.info_block .poll_right a{
	background-color:#0796A4; 
	padding:5px; 
	display:block; 
	margin:55px 8px 5px 0; 
	color:#ffffff; 
	font-weight:bold;
}
.info_block .poll_right a:hover{
	background-color:#00474C; 
}
/********* video classes ***********/
/*.video_small_block{
	width:223px;
	float:left;
	overflow:hidden;
}
a.video{
	width:223px; 
	height:128px;
	display:block; 
	background:transparent url(/images/picture.gif) 0% 0% no-repeat;
	overflow:hidden;
}

.video_button{
	width:73px;
	height:73px;
	margin:25px 0 0 75px;
	cursor:pointer;
_display:block;
	background:transparent url(/images/video_button.png) 0 0 no-repeat;
}*/

/***************** added for printpages purposes ***********/
.imageHide{display:block;}
.imageShow{display:none;}
