@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #f7fafb;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #f5f8fa;
}

/* Since the colors change while programming, I created these classes that solemnly define color.
/* If you reference these classes throughout the code we can easily change the site to
/* comply to new colorschemes.
/* Color 1 = Light blue, mainly used for secondary navigation elements.
/* Color 2 = Blue, used for primary navigation.
/* Color 3 = Dark blue-grayish, used for primary navigation and text.
/* Color 4 = Bright red, used for titles.
*/
	.color1
	{
		color: #89aabe;
	}
	
	.color2
	{
		color: #5287a1;
	}
	
	.color3
	{
		color: #1a6483;
	}
	
	.color4
	{
		color: #ee2d24;
	}
/* End */

h2
{
	/*
		font-size: 13px;
		font-family: Arial;
		font-weight: bold;
		margin: 0 0 20px 0;
	*/
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h3
{
	clear: left;
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #EE2D24;
	font-family: Arial;
	font-weight: bold;
	
	/*
	font-size: 13px;
	color: #ee2e24;
	margin: 20px 0 0 0;
	line-height: 28px;
	text-transform: uppercase;
	*/
	
}

h4
{
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #416478;
	font-family: Arial;
	font-weight: bold;
	/*
	font-size: 12px;
	color: #002d5c;
	margin: 20px 0 0 0;
	line-height: 28px;
	*/
}

/* CMS */
#itemForm textarea
{
	background-color: #f0f;
}
/* End CMS */


.news_item_image_left
{
	text-align: left;
	margin: 0 10px 10px 0;
}

.news_item_image_right
{
	text-align: right;
	margin: 0 0 10px 10px;
}


#wrapper_body
{
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	/*
	background-image: url('../img/frame/body_wrapper_background_image_top.jpg');
	*/
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper_topmenu
{
	width: 990px;
	float: right;
	margin: 0;
	padding: 7px 0 0 0;
	height: 44px;
}

#wrapper_topsearch
{
	float: right;
	margin: 3px 2px 0 0;
}

#wrapper_topsearch div.search_input
{
	float: left;
	background: url("../img/frame/searchfield_background.png");
	width: 166px;
	height: 22px;
	margin: 2px 0 0 0;
}

#wrapper_topsearch div.search_button
{
	float: left;
	margin: 0 0 0 0;
}

#wrapper_topsearch div.search_input input
{
	 
	border: none; 
	background: none;
	font-size: 12px;
	width: 105px;
	margin: 3px 0 0 5px;
}

#wrapper_topsearch div.search_button input
{
	margin: 2px 0 0 0;
}

#shade_left_top
{
	float: left;
	width: 10px;
	height: 290px;
	background-image: url('../img/frame/shade_top_left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#shade_right_top
{
	float: left;
	width: 10px;
	height: 290px;
	background-image: url('../img/frame/shade_top_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#wrapper_content_background
{
	float: left;
	width: 993px;
	margin: 26px 0 0 0;
	background-image: url('../img/frame/content_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#footer_top
{
	width: 993px;
	height: 20px;
	background-image: url('../img/frame/footer_top_background.jpg');
	margin: 0 auto;
}

form
{
	margin: 0;
	padding: 0;
}

.logo
{
	width: 189px;
	height: 148px;
	float: left;
	margin: 70px 0 0 35px;
	border: 0;
}

.button_login
{
	border: 0;
	width: 85px;
	height: 22px;
	float: right;
	margin-right: 10px;
}

.no_border
{
	border: 0;
}

#panorama
{
	width: 680px;
	height: 195px;
	float: left;
	margin: 0;
	position: relative;
	top: -1px;
	overflow: hidden;
	z-index: 0;
}

/************************************************/
/* Mainmenu								*/
/************************************************/
#mainmenu
{
	padding: 0;
	float: left;
	margin: 34px 0 0 0;
	width: 690px;
	position: relative;
	left: 15px;
	z-index: 1;
	font-family: arial;
	font-size: 0.7em;
}
	
#mainmenu li
{
	float: left;
	list-style: none;
}

#mainmenu li a
{
	display: block;
	text-decoration: none;
	color: #517E99;
	white-space: nowrap;
	height: 27px;
	width: 86px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url('../img/frame/tab_background_inactive.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #d7e1ea;
	margin: 0 8px 0 0;
	padding: 7px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

   	#mainmenu li a:hover	
,	#mainmenu li a.true
{
	position: relative;
	z-index: 2;
	height: 28px;
	color: #ee2d24;
	background-image: url('../img/frame/tab_background_active.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	border: none;
}	

#mainmenu li a.hover
{
	border-bottom: none;
	height: 28px;
	z-index: 4;
}

#mainmenu li ul
{	
	width: 400px;
	margin: -1px 0 0 -15px;
	padding: 15px 0 0 0;
	border: 1px solid #c7d6e1;
	background-color: #fff;
	background-image: url('../img/frame/ul_background.jpg');
	/*background-color: #f4f5f7;*/
	background-color: #e9ebee;
	background-position: top center;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 3;
	font-family:Verdana;
}

#mainmenu li ul li
{
	float: none;
	width: auto;
	padding: 0 6px 3px 7px;
	margin: 2px 15px 15px 15px;
	cursor: pointer;
	/*font-size: 1em;*/
	font-size: 0.9em;
	font-family: Verdana;
	font-color: #FF00FF;
}

#mainmenu li ul li.last
{
	float: none;
	width: auto;
	border: 0;
	border-top: 1px solid #d7e1ea;
	background-color: #e9f0f2;
	padding: 25px 60px 25px 26px;
	margin: 0;
	color: #52738b;
	line-height: 18px;
	font-size: 0.9em;
	cursor: default;
	font-family: Arial;
}

#mainmenu li ul li:hover
{
	margin: -1px 14px 14px 14px;
	cursor: pointer;
	border: 1px solid #d7e1ea;
	background: #FFFFFF;
}

#mainmenu li ul li.first:hover
{
	margin: 1px 14px 14px 14px;
	cursor: pointer;
	border: 1px solid #d7e1ea;
}

#mainmenu li ul li.last:hover
{
	float: none;
	width: auto;
	border: 0;
	border-top: 1px solid #d7e1ea;
	background-color: #e9f0f2;
	padding: 25px 60px 25px 26px;
	margin: 0;
	color: #52738b;
	line-height: 18px;
	font-size: 0.9em;
	cursor: default;
}

#mainmenu li ul li a
{
	color: #ee2d24;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	background-image: none;
	border-bottom: 0;
	height: 18px;
	text-align: left;
}

#mainmenu li ul li a:hover
{
	background-image: none;
	height: 18px;
}


#mainmenu li ul li p
{
	color: #43647c;
	line-height: 16px;
	font-size: 1.1em;
}

/************************************************/
/* End									*/
/************************************************/

/************************************************/
/* Topmenu								*/
/************************************************/

#topmenu {
	padding-top: 4px;
}

#topmenu li
{
	float: right;
	list-style: none;
	margin: 3px 10px 0 0;
	color: #89aabe;
	font-weight: 700;
	font-size: 0.8em;
}

#topmenu li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8em;
}
/************************************************/
/* End											*/
/************************************************/

#solutions_wizard
{
	border: 1px solid #d8e1ea;
	width: 165px;
	height: 195px;
	padding: 10px 10px 0 15px;
	margin: 35px 0 0 0;
	color: #002d5c;
	line-height: 1em;
	float: left;
}

#solutions_wizard span
{
	font-weight: 700;
	font-size: 0.8em;
	display: block;
	margin: 0 0 8px 0;
}

#solutions_wizard p
{
	font-size: 0.7em;
	margin: 0 0 8px 0;
}

#solutions_wizard select
{
	color: #002d5c;
	font-size: 0.7em;
	border: 1px solid #d3dfe7;
	padding: 3px;
	margin: 0 0 1px 0;
	width: 155px;
}

/************************************************/
/* Highlights									*/
/************************************************/

#highlights
{
	border: 1px solid #d8e1ea;
	width: 659px;
	height: 185px;
	float: left;
	margin: 35px 0 0 35px;
	padding: 10px 0 10px 20px;
	position: relative; /* Needed to easily position the pointer */
}

#default_content
{
	overflow: hidden;
	height: 185px;
}

div.highlight_wrapper
{
	width: 300px;
	float: left;
	margin: 0 24px 0 0;
}

div.highlight_wrapper div.content
{
	font-size: 0.8em;
	color: #002d5c;
}

div.highlight_wrapper div.content a
{
	color: #ee2e24;
}

#solution_pointer
{
	position: absolute;
	top: 205px;
}

.solution_pointer1
{
	left: -25px;
}

.solution_pointer2
{
	left: 95px;
}

.solution_pointer3
{
	left: 260px;
}

.solution_pointer4
{
	left: 435px;
}

.solution_pointer5
{
	left: 595px;
}

/************************************************/
/* End											*/
/************************************************/

.solution
{
	float: left;
}

.news_container h3
{
	color: #47687f;
	font-size: 0.8em;
	float: left;
	width: 243px;
	border-bottom: 1px solid #d7e1ea;
}

.news_container .more
{
	color: #47687f;
	font-size: 0.6em;
	display: block;
	float: left;
	text-decoration: none;
	border-bottom: 1px solid #d7e1ea;
	margin: 29px 0 0 0;
}

.news_container a
{
	color: #ee2e24;
}

#wrapper_news .news_container
{
	float: left;
	margin: 0 35px 0 0;
	width: 277px;
}

.news_container span.date
{
	color: #002d5c;
	font-size: 0.6em;
	float: left;
}

.news_container a.title
{
	color: #ee2e24;
	font-size: 0.7em;
	display: block;
	width: 200px;
	margin: 4px 0 0 20px;
	line-height: 1.4em;
	float: left;
}

.news_container p
{
	color: #002d5c;
	font-size: 0.7em;
	line-height: 1.4em;
}

.news_container form
{
	border: 1px solid #a6c2d4;
	padding: 6px 0 10px 12px;
	margin: 10px 0 0 0;
	background-color: #f8fafc;
}

.news_container input.email
{
	height: 16px;
	border: 1px solid #a6c2d4;
	color: #002d5c;
	font-size: 0.7em;
	background-image: url('../img/frame/input_background.jpg');
	background-repeat: repeat-x;
	padding: 3px 0 0 5px;
	margin: 5px 0 0 0;
	width: 170px;
	float: left;
}

.news_title h3
{
	
}

.news_title
{
	font-size: 1em;
}

.news_date
{
	font-size: 0.8em;
	color: #416478;
}

.news_leader
{
	font-size: 0.8em;
	color: #416478;
}

.news_link
{
	font-size: 0.8em;
}

.news_link_archive
{
	font-size: 0.8em;
	text-decoration: none;
}

.news_link_archive:hover
{
	text-decoration: underline;
}

.news_link a:hover
{
	text-decoration: none;
}

.news_archieve_date
{
	font-size: 0.8em;
	color: #416478;
}

.submenu_link
{
	display: block;
	margin: 0;
	padding: 0;
}

.news_image
{
	padding-left: 10px;
}

#references
{
	border: 1px solid #d8e1ea;
	width: 265px;
	height: 235px;
	margin: 20px 35px 0 35px;
	float: left;
}

	#references h2
,	#partner h2
{
	color: #ee2e24;
	margin: 10px 0 0 15px;
}

	#references p
,	#partner p
{
	color: #002d5c;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 10px 0 15px;
}

#references a
{
	color: #ee2e24;
}

#partner
{
	float: left;
	border: 1px solid #d8e1ea;
	width: 599px;
	height: 235px;
	margin: 20px 0 0 0;
}

#partner p
{
	width: 251px;
}

#partner a
{
	color: #ee2e24;
	font-size: 0.8em;
	display: block;
	margin: 30px 0 0 10px;
	float: left;
	width: 140px;
}

#footer_content
{
	padding-top: 100px;
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
	height: 168px;
	background-image: url('../img/frame/bottom_inner_bgsmall.jpg');
        background-repeat: repeat-x;
        background-position: bottom left;

}

#footer_content p
{
	float: left;
	color: #527994;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 15px 16px 0 10px;
}

.links_container
{
	float: left;
	margin: 15px 17px 0 0;
	font-size: 11px;
	line-height: 1.4em;
	width: 160px;
}

.links_container li
{
	list-style: none;
	margin: 0 0 4px 0;
}

#footer_content p span
{
	display: block;
	margin: 33px 0 0 0;
	padding: 3px 0 0 0;
	float: left;
}

/************************************************/
/* Content-styles								*/
/************************************************/

#wrapper_boxes_left
{
	float: left;
	width: 222px;
	padding: 35px 0 0 35px;
}

#content_container
{
	float: left;
	width: 503px;
	margin: 34px 0 0 0;
	padding: 0;
	clear: left;
}

#content_container h1
{
	/*height: 19px;*/
	font-family: arial;
	clear: left;
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: 700;
}

#content_container2
{
	float: left;
	width: 464px;
	padding: 37px 15px 0 15px;
}
#content_container2 h2
{
	padding-top: 9px;
}

#wrapper_boxes_right
{
	float: left;
	width: 186px;
	padding: 47px 0 0 0;
}

.news_right_box
{
	margin-top: 20px;
}

#wrapper_submenu
{
	float: left;
	margin: 83px 0 0 24px;
}

#wrapper_submenu div.title
{
	width: 190px;
	font-family: arial;
	font-weight: 700;
	font-size: 0.8em;
	float: left;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}

#wrapper_submenu div.title a
{
	font-size: 1em; 
	padding: 0 0 3px 0
}


	#wrapper_submenu a
,	span.current_page
,	#wrapper_submenu a.submenu
{
	width: 190px;
	display: block;
	clear: left;
	font-size: 0.6em;
	text-decoration: none;
	margin: 0 25px 0 0;
	line-height: 1.7em;
	border-bottom: 1px solid #d7e1ea;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

#wrapper_submenu a.submenu
{
	padding: 5px 0 5px 20px;
	width: 170px;
}

#wrapper_submenu a.submenu_true
{
	color: #ee2d24;
	font-weight: 700;
}

/*
#content_container h3
{
	color: #ee2e24;
	font-size: 1.1em;
	margin: 20px 0 5px 5px;
	line-height: 28px;
}
*/

#content_container .contentText
{
	margin: 0 35px 0 0;
	font-size: 0.8em;
	color: #416478;
}

#content_container p
{
	color: #416478;
	margin: 0 0 20px 0;
}

#content_container a
{
	color: #ee2e24;
}

#content_container li
{
	margin: 0 0 0 20px;
	list-style: dot;
}

,	#partners_action
,	#stay_informed
{
	border: 1px solid #d3dfe7;
	width: 187px;
	margin: 35px 0 0 0;
	padding: 7px 0 7px 0;
}

#call_to_action
{
	border: 1px solid #d3dfe7;
	width: 187px;
	padding: 7px 0 7px 0;
	margin-top: 20px;
	margin: 0 0 35px 0;
	background-color: #f1f5f8;
}

#call_to_action a
{
	display: block;
	color: #002d5c;
	border-bottom: 1px dashed #002d5c;
	text-decoration: none;
	margin: 0 25px 0 25px;
	font-size: 0.7em;
}

#partners_action p
{
	font-size: 0.7em;
	width: 80px;
	float: left;
	margin: 20px 0 0 10px;
	line-height: 1.4em;
}

#partners_action span
{
	color: #ee2e24;
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	margin: 0 0 0 20px;
}

#stay_informed
{
	background-color: #f1f5f8;
}

/*
#stay_informed h3
{
	color: #47687f;
	font-size: 0.9em;
	margin: 0 0 0 10px;
}
*/

#stay_informed form
{
	border: 1px solid #e6edf3;
	margin: 15px 5px 5px 10px;
	background-color: #fff;
	width: 163px;
}

#stay_informed form input.email
{
	height: 16px;
	border: 1px solid #a6c2d4;
	color: #99b8cc;
	font-size: 0.7em;
	background-color: #f1f5f8;
	padding: 3px 0 0 5px;
	margin: 5px 0 0 0;
	width: 135px;
}

#stay_informed p
{
	color: #002d5c;
	font-size: 0.7em;
	margin: 0 0 0 10px;
	line-height: 1.2em;
}

#stay_informed a
{
	color: #002d5c;
	text-decoration: none;
}

img
{
	border: 0;
}

img.left
{
	float: left;
	margin: 4px 10px 10px 0;
}

img.right
{
	float: right;
	margin: 4px 0 10px 10px;
}

#referenties
{
	margin: 0 0 0 15px;
}

/*sitemap*/

.sitemap
{
	color: #002d5c;
	position: absolute;
	font-size: 0.6em;
	text-decoration: none;
}

.sitemapLevel0
{
	color: #ee2d24;
	font-size: 1em;
	
}
.sitemapIndent_30
{
	font-size: 0.7em;
	margin-left: 30px;
}

.sitemapIndent_60
{
	font-size: 0.6em;
	margin-left: 60px;
}

.sitemapIndent_90
{
	font-seze: 0.5em;
	margin-left: 90px;
}


/************************************************/
/* Responsemodules MailPlus						*/
/************************************************/

table.mpFormTable {
	width: 480px;
	border: 1px solid #e8e8e8;
	background: #fafbfd;
	clear: both;
	/*padding: 15px 0 0 0;*/
}

td.mpSpacerCell h1
{
}

table.mpFormTable tbody {
	
}

table.mpFormTable HR { height: 1px; color: #000000; }

td.mpFormLabel {
	width: 160px;
	padding: 2px 20px 5px 20px;
	margin: 0px 10px 0px 0px;
	vertical-align: top;
	font-weight: normal;
}

td.mpSpacerCell { 
padding: 0px 0px 0px 20px;
}

/*
td.mpSpacerCell u
{
	display: block;
	margin: 15px 0 0 0;
}
*/

td.mpImageCell {
}

td.mpFormField {
	padding: 2px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	vertical-align: top;
}

.mpFormField input {
width:250px;
color: #416478;
font-size: 13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.mpFormField textarea {
background-color: #FFFFFF;
width: 300px;
height: 70px;
}

table.mpRadioButtonTable {
padding: 2px 0px 2px 0px;
}

.mpRadioButtonInput input {
width:20px;
}
table.mpCheckBoxTable {
padding: 2px 0px 2px 0px;
}

.mpCheckBoxInput input {
width:20px;
}
.mpFormDescription { 
padding: 0px 7px 0px 7px; 
font-size: 10px;
text-align: center;
}

.mpFormAnswer { 
text-align: center;
padding: 0px 0px 0px 0px;
}

td.submitCellSpacer {
}

td.submitCell {
padding: 15px 5px 25px 5px;
text-align: left;
}

/*
td.submitCell input {
border: 1px solid #344C69;
}
*/


td.submitCell input {
text-align: right;
padding: 0 20px 5px 0;
/*border: 1px solid #416478;*/
border: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
width:158px;
height:21px;
color: #1a6483;
font-weight: bold;
/*background-color:#5b6b78;*/
background: url(../img/formButtonBG.png);
}


/* Afschrift */

table.formResult {
}

.formResultLabel {
padding-right: 5px;
}

.formResultValue {
padding-left: 5px;
}

table.pollTable {
	width: 500px;
}

td.pollQuestion {
	width: 100%;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
}

td.pollItem {
	padding-bottom: 6px;
	vertical-align: top;
}

td.pollAnswerHighLight {
	padding-bottom: 6px;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

td.pollAnswer {
	padding-bottom: 6px;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

td.pollVisual {
	padding-bottom: 6px;
	width: 250px;
	vertical-align: top;
	padding-top: 6px;
}

td.pollCellLeft {
	height: 4px;
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background-color: #000000;
}
td.pollCellRight {
	height: 4px;
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background-color: #FFFFFF;
}

td.pollCell0Pct {
	height: 4px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background-color: #ffffff;
}

td.pollCell100Pct {
	height: 4px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background-color: #000000;
}

td.pollPercentage {
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: right;
	vertical-align: top;
}

/************************************************/
/* End									*/
/************************************************/

#breadcrumbs
{
	float: left;
	color: #b3cad9;
	font-size: 0.6em;
	margin: 5px 0 0 0;
}

#breadcrumbs li span
{
	padding: 0 0 0 6px;
}

#breadcrumbs li
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}

#breadcrumbs li a
{
	font-weight: 300;
}

/* From blinker */
#blok_contact
{
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: url("../img/blokje_bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:186px;
	border: 1px solid #d7e1ea;
}

#blok_contact img
{
	padding: 2px; border:2px solid #d7e1ea; background-color:#FFFFFF; margin: 10px 10px 10px 0px;
}

#blok_contact a:link, #blok_contact a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:135%; color:#ee2d24; text-decoration:underline; background: url("../img/link_pijl.png") no-repeat; background-position:right; padding-right: 17px;
}
 
#blok_contact a:hover #blok_contact a:active 
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:135%; color:#ee2d24; text-decoration:none;
}

/* Re-restyle CSS */

#additional_body
{
	background-image: url('../img/frame/body_background.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#wrapper_content
{
	background-image: url('../img/frame/top_image_bgsmall.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

#container_content
{
	width: 990px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}

#wrapper_footer
{
	background-image: url('../img/frame/bottom_image_bgsmall.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 351px;
	bottom: 0;
	padding: 0px 0 0 0;
	clear: both;
}

#wrapper_footer_home
{
	background-image: url('../img/frame/bottom_image_bgsmall.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 351px;
	position: relative;
	padding: 0 0 0 0;
}

#shadowspacer {
	width: 235px;
	background-color: #FFFFFF;
	height: 55px;
	padding-top: 15px;
}

#column_left
{
	float: left;
	width: 235px;
	background-color: #FFFFFF;
	background-image: url('../img/frame/shadow.gif');
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 2px solid #8cb1c1;
}

	.frameLogo
	{
		margin: 0 0 18px 20px;
	}

#column_right
{
	width: 718px;
	float: left;
	padding: 0 0 0 37px;
	background-color: #FFFFFF;
	border-top: 2px solid #8cb1c1;
}

#subcolumn_right
{
	float: right;
	margin: 12px 1px 0 0;
	position: relative; /* needed for the additional top background image and the boxes */
	width: 202px;
	background-image: url('../img/frame/subcolumn_right_background.jpg');
	background-repeat: repeat-y;
	padding: 0;
}

div#subcolumn_right img
{
}

#wrapper_copyright
{
	width: 300px;
	margin: 40px auto 0 auto;
	font-size: 0.7em;
	text-align: center;
}

div#homeContainer
{
	
}

div#part1_top
{
	width: 698px;
	height: 326px;
	background: url('../img/home/part1_top.png') no-repeat;
	background-position: left bottom;
	margin: 0 0 0 -9px;
}

div#part2_top
{
	width: 698px;
	height: 380px;
	background: url('../img/home/part1_top.png') no-repeat;
	background-position: left bottom;
	margin: 0 0 0 -9px;
}

div#part3_top
{
	width: 698px;
	height: 230px;
	background: url('../img/home/part1_top.png') no-repeat;
	background-position: left bottom;
	margin: 0 0 0 -9px;
}

	div#top_contentContainer
	{
		margin: 0 44px 0 44px;
	}
	
		div#top_contentContainer img
		{
			float: left;
		}
	
		div#top_contentContainer h2
		{
			float: left;
			font-family: arial;
			font-size: 17px;
			margin: 3px 0 0 10px;
			width: 485px;
		}
		
		div#top_contentContainer p
		{
			clear: left;
			padding: 15px 12px 0 0;
			font-size: 0.8em;
			color: #416478;
		}
		
		div#top_contentContainer p a
		{
			color: #ee2d24;
		}
		
		div#actionContainer
		{
			margin:  30px 0 0 0;
		}
		
			div#actionContainer h3
			{
				margin: 0;
				float: left;
			}
		
			div#actionContainer span
			{
				padding: 0 0 0 5px;
				font-size: 12px;
				font-family: arial;
			}
			
			div#action_1
			{
				float: left;
				clear: left;
				width: 305px;
				margin: 0 13px 0 0;
			}
			
			div#action_2
			{
				float: left;
			}
			
				div.action_content
				{
					margin: 12px 0 0 0;
				}
			
				div.action_title
				{
					width: 292px;
					padding: 0 0 3px 0;
					border-bottom: 1px solid #dde6ed;
				}
				
				div.action_title span
				{
					font-family: verdana;
				}
				
				div.action_title div.image
				{
					float: left;
				}
				
				div.action_content div.content
				{
					float: left;
				}
				
				div.action_content div.content ul
				{
					font-size: 12px;
					list-style: none;
				}
				
				div.action_content div.content ul li
				{
					font-size: 11px;
					background: url(../img/home/listPointer.png) no-repeat;
					background-position: 10px 8px;
					padding: 0 0 0 22px;
				}
				
				div.actionButton
				{
					margin: 20px 0 0 10px;
				}
				
				div.action_title3
				{
					margin-top: 12px;
				}
				
				div#part3_top div#action_1
				{
					margin: -3px 10px 0 0;
					width: 308px;
					
				}
				
				div#part3_top div#action_2 h3
				{
					
				}
				
				
div#part1_bottom
{
	width: 698px;
	height: 54px;
	min-height: 54px;
	background: url('../img/home/part1_bottom.png') no-repeat;
	background-position: bottom;
	margin: 0 0 0 -9px;
}

div#part2_bottom
{
	clear: left;
	width: 698px;
	height: 82px;
	min-height: 54px;
	background: url('../img/home/part2_bottom.png') no-repeat;
	background-position: bottom;	
	margin: 0 0 0 -9px;
}

div#part3_bottom
{
	clear: left;
	width: 698px;
	height: 82px;
	min-height: 54px;
	background: url('../img/home/part2_bottom.png') no-repeat;
	background-position: bottom;	
	margin: 0 0 0 -9px;
}

	div.button_left
	{
		float: left;
		text-align: center;
		width: 46px;
		margin: 12px 0 0 10px;
	}
	
	div.button_left_part2
	{
		float: left;
		text-align: center;
		width: 46px;
		margin: 25px 0 0 10px;
	}
	
	div.button_right_part2
	{
		float: left;
		width: 46px;
		text-align: center;
		margin: 25px 0 0 0;
	}
	
	div.button_left img, div.button_left_part2 img, div.button_right_part2 img
	{
		cursor: pointer;
	}
	
	div#logos
	{
		float: left;
		width: 588px;
		text-align: center;
	}
	
	div.scroll_content
	{
		float: left;
		width: 588px;
		text-align: center;
		margin: 13px 0 0 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.button_right
	{
		float: left;
		width: 46px;
		text-align: center;
		margin: 12px 0 0 0;
	}
	
	div.button_right img
	{
		cursor: pointer;
	}
	
div#action_1 div#products
{
	float: left;
}

div#action_1 div#products div#feedback
{
	width: 112px;
	height: 60px;
	background: url(../img/home/part2_feedback_true.png) no-repeat;
}

div#action_1 div#products div#campaigns
{
	width: 112px;
	height: 60px;
	background: url(../img/home/part2_campaigns_false.png) no-repeat;
}


div#action_1 div#products div#enterprise
{
	width: 112px;
	height: 60px;
	background: url(../img/home/part2_enterprise_false.png) no-repeat;
}

div#action_1 div.product_info_feedback
{
	float: left;
	width: 193px;
	height: 180px;
	background: url(../img/home/part2_productinfo_bg.png) no-repeat;
}

div#action_1 div.product_info_campaigns
{
	float: left;
	width: 193px;
	height: 180px;
	background: url(../img/home/part2_productinfo_bg_2.png) no-repeat;
}

div#action_1 div.product_info_enterprise
{
	float: left;
	width: 193px;
	height: 180px;
	background: url(../img/home/part2_productinfo_bg_3.png) no-repeat;
}

div#action_1 div#productInfo div.content
{
	padding: 6px 5px 10px 10px;
	font-size: 11px;
	line-height: 16px;
}


div#action_1 div#productInfo div.content span
{
	 font-style: italic;
	 font-size: 11px;
	 display: block; 
	 margin: 4px 0 0 0; 
	 padding: 0;
}


div#action_1 div#productInfo div.content div
{
	 margin: 10px 0 0 0;
}

div#action_1 div#productInfo div.content ul
{
	margin: 8px 0 0 -5px;
	/*margin: 0 0 0 -3px;*/
	font-size: 12px;
	list-style: none;
	line-height: 20px;
}

div#action_1 div#productInfo div.content ul li
{
	font-size: 11px;
	background: url(../img/home/listPointer.png) no-repeat;
	background-position: 4px 8px;
	padding: 0 0 0 16px;
}

div#action_1 div#productInfo div.content div.actionButton
{
	margin-top: 5px;
}

/* Home site bar */

div#home_left_container
{
	width: 185px;
	margin: 30px 0 0 25px;
}

div#welkom_home
{
	border-top: 1px solid #dbe5eb;
	border-bottom: 1px solid #dbe5eb;
	margin: 0;
	padding: 32px 0 32px 0;
}

div#welkom_home span
{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}


div#welkom_home p
{
	line-height: 16px;
	font-size: 11px;
	margin-top: 5px;
}

div#knowledgecenter_home
{
	 margin: 30px 0 0 0;
}

div#knowledgecenter_home span
{
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}

div#knowledgecenter_home img
{
	float: left;
	padding: 10px 5px 0 0;
}

div#knowledgecenter_home p
{
	line-height: 16px;
	font-size: 11px;
	margin-top: 5px;
}

div#knowledgecenter_home p a
{
	font-size: 11px;
	font-weight: bold;
}


div#stay_informed_home
{
	margin: 30px 0 0 0;
	border-top: 1px solid #dbe5eb;
	border-bottom: 1px solid #dbe5eb;
	padding: 32px 0 32px 0;
	 
}

div#stay_informed_home span
{
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}


div#stay_informed_home p
{
	font-size: 11px;
	line-height: 16px;
}

div#stay_informed_home img
{
	margin: 10px 0 0 0;
}

div#news_home
{
	margin: 30px 0 0 0;
	 
}


div#news_home h2
{
	margin: 0 0 5px 0;
	display: block;
	line-height: 16px;
}

div#news_home span
{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

div#news_home div a
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

div#news_home div p
{
	font-size: 11px;
	line-height: 16px;
}

/*
div#news_home div a
{
	font-size: 11px;
	font-weight: bold;
}
*/

div#newsArchief
{
	margin: 25px 0 0 0;
}

div#newsArchief div
{
	border-bottom: 1px solid #e8eff2;
	padding: 7px 0 7px 0;
	font-size: 11px;
}

div#newsArchief div a
{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

div#newsArchief a.allnews
{
	display: block;
	padding: 20px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

div#welkom_home ul
{
	margin: 8px 0 0 -5px;
	font-size: 12px;
	list-style: none;
}

div#welkom_home ul li
{
	font-size: 11px;
	background: url(../img/home/listPointer.png) no-repeat;
	background-position: 4px 8px;
	padding: 0 0 0 16px;
}


/*************************/
/* Nieuwe contactblokjes */
/*************************/

a.arrow-red{ font-size: 11px; font-family: verdana;color: #FF0000; font-weight: bold; text-decoration: none; display: block; width: 100%; clear: both; background: url('../img/contact/arrow-link-red.gif') 0px 8px no-repeat; padding: 0 0 0 10px; }
a.arrow-red:hover{ color: #FF0000; font-weight: bold; text-decoration: underline; background: url('../img/contact/arrow-link-red.gif') 0px 8px no-repeat; padding: 0 0 0 10px; }
a.close-red{ font-size: 11px; font-family: verdana;color: #FF0000; font-weight: bold; text-decoration: none; display: block; width: 100%; clear: both; background: url('../img/contact/close-link-red.gif') 0px 8px no-repeat; padding: 0 0 0 10px; }
a.close-red:hover{ color: #FF0000; font-weight: bold; text-decoration: underline; background: url('../img/contact/close-link-red.gif') 0px 8px no-repeat; padding: 0 0 0 10px; }

	/* ask a question - popin */
.ask-container{ position: relative; top: 0px; left: 0px; }
.ask-container .ask-employee{ width: 140px; z-index: 100 !important; }
.ask-container h3{ margin-bottom: 8px; margin-top:0px;}
.ask-container h3, .ask-container strong, .ask-container p{ color: #4587A3; }
.ask-container h3{ font-family: Arial, Helvetica, "Lucida Grande", sans-serif; font-weight: bold; font-size: 15px; }
.ask-container strong.employee-name{ position: relative; top: 3px; font-family: Verdana; font-weight: bold; font-size: 11px;}
.ask-container strong.employee-name{display: block; line-height: 12px;}
.ask-container p.employee-function{ font-family: verdana; font-size: 11px; position: relative; top: 6px; margin: 0; line-height: 12px; margin: 10px 0 0 0;}
.ask-container .employee-background{ position: relative; left: -4px; float: left; width: 64px; height: 70px; background: url('../img/contact/employee-background.gif') 0px 0px no-repeat; position: relative; }
.ask-container .employee-background img{ position: absolute; top: 8px; left: 8px; }
.ask-container a.arrow-red, .ask-container a.close-red{ margin-top: 16px; outline: none; }
.ask-container .alert{ color: #FF0000 !important; }

.ask-container .ask-popin{ display: none; }
/*.ask-container .ask-popin-background{ display: none; position: absolute; right: -35px; top: -60px; background: transparent url('../img/contact/ask-popin-background.png') top right no-repeat; width: 140px; height: 260px; }*/
.ask-container .ask-popin .ask-employee{ position: absolute; right: 0px; top: 0px; }
.ask-container .ask-popin-container{ display: none; position: relative; top: 30px; left: 30px; width: 525px; height: 200px; background: url('../img/contact/ask-popin-form-background.gif') 0px 25px no-repeat; }
.ask-container .ask-popin h2{ color: #FF0000; }
.ask-container .ask-form{ margin-top: 12px; font-family: "Lucida Grande", verdana, sans-serif; font-size: 100%; }
.ask-container .ask-form p{ margin: 0; }
.ask-container .ask-form input{ width: 235px; padding: 3px 5px; color: #1a6483; border: transparent; background: transparent; outline: none; }
.ask-container .ask-form textarea{ width: 238px; height: 110px; padding: 6px 5px; color: #1a6483; border: transparent; background: transparent; outline: none; position: absolute; top: 25px; left: 270px; font-family: "Lucida Grande", verdana, sans-serif; font-size: 100%; }
.ask-container .ask-form .submit{ color: #1a6483; position: absolute; top: 170px; left: 372px;  width: 148px; height: 22px; cursor: pointer; background: url('../img/contact/ask-popin-submit.gif') 0px 0px no-repeat; }
.ask-container .ask-form .name{ position: absolute; top: 27px; }
.ask-container .ask-form .company{ position: absolute; top: 63px; }
.ask-container .ask-form .email{ position: absolute; top: 98px; }
.ask-container .ask-form .telephone{ position: absolute; top: 133px; }
.ask-container .ask-form .question{ position: absolute; top: 28px; }
.ask-container .ask-form .compulsory{ position: absolute; top: 170px; color: #89aabe; background: url('../img/contact/icon-compulsory.gif') 0px 3px no-repeat; padding: 0 0 0 10px; margin-left: 3px; }
.ask-employee{z-index: 2;}
.ask-popin{z-index: 1;}

.ask-container .ask-popin-background{ display: none; position: absolute; right: -35px; top: -60px; background: transparent url('../img/contact/ask-popin-background.png') top right no-repeat; width: 140px; height: 260px; }
