/* - - - - - - - - - - - - - - - - - - - - -
 ______ _       _     _     __  __          _ _       
|  ____(_)     | |   | |   |  \/  |        | (_)      
| |__   _  __ _| |__ | |_  | \  / | ___  __| |_  __ _ 
|  __| | |/ _` | '_ \| __| | |\/| |/ _ \/ _` | |/ _` |
| |____| | (_| | | | | |_  | |  | |  __/ (_| | | (_| |
|______|_|\__, |_| |_|\__| |_|  |_|\___|\__,_|_|\__,_|
           __/ |                                      
          |___/

Title : 		GLOBAL.CSS style sheet: copy default.css styles and update!
Author : 		$Author$
URL : 			http://www.OURPROJECT.NL
Modified : 		$LastChangedDate$ - SVN: $Revision$
- - - - - - - - - - - - - - - - - - - - - */


/* -----------------------------------------
	1: RESET [start from scratch]
----------------------------------------- */

/* 
	Latest version of the Eric Meyer Reset:
	http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
	
	Updates -> see EIGHTMEDIA UPDATE's:
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	_font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none; background: #FFFFCC;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -----------------------------------------
	1.1: GENERIC FIXES [fixes clearing issues with floats]
	http://www.positioniseverything.net/easyclearing.html
----------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* -----------------------------------------
	2: GENERICS [Generic type, .classes, etc]
----------------------------------------- */
body{
	background: #a2ce36 url('/static/img/bg_global.gif') repeat-y top center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333;

}

/* -----------------------------------------
	TYPOGRAPHY
----------------------------------------- */
div{font-size: 1em;} /* = 10px */

p, dl, td, th, li, pre, code, kbd, samp, pre, tt{
	font-size: 1.3em; /* 13px */
}
input{
	font-size: 1.1em; /* 13px */
}

p{
	line-height: 1.6em;
	margin-bottom: 1em;
}

strong{font-weight: bold;}
em{font-style: italic; background: #fff5ac;}
cite{font-style: italic;}
abbr, acronym { cursor: help; text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom: 1px dotted #000;}
pre { white-space: pre; }
pre * { font-size: 1.3em; line-height: 1.5em; white-space: pre; }
blockquote { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; color: #666; }
blockquote > *:before { content: "\201C"; }
blockquote > *:after { content: "\201D"; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

address,
blockquote{margin: 1.5em 0;font-size: 1.3em;line-height: 1.5em;}
blockquote p{margin: 1.0em;}

hr { display: block; background: transparent; color:; width: 100%; height: 0; border: 1px dotted #dfdfdf; border-width: 0 0 1px 0; margin: 0 0 20px 0;}

/* Cascading font size should remain same! */
/* TODO: Check this out? Necessary?! */
td td,li ul li,li ol li,td p,blockquote p,dd p, li p,ul li ul li,ul li ul li p,ol li ol li,ol li ol li p{
	font-size: 1.0em!important;
}

/* -----------------------------------------
	GENERIC CLASSES
----------------------------------------- */
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.alignCenter{text-align: center;}
.floatRight{float: right;}
.floatLeft{float: left;}
.error{
	background: transparent;
	color: #cc0000;
}
.success{
	background: transparent;
	color: green;
}

.message{ 
	background-color: #261F1A; 
	border: 1px solid #000000; 
	padding:5px; 
	font-size: 1.3em;
}
.hide{display: none;}

/* -----------------------------------------
	HEADERS
----------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: Arial, verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
h1{font-size: 3.2em;color: #262626; font-weight: bold;letter-spacing: -0.4px; margin-bottom: 10px;line-height:1.2em;}
h1.detailPageHeader{font-size: 3em; background: transparent url('/static/img/bg_table_top.gif') repeat-x bottom left; padding-bottom: 8px;}
h2{font-size: 1.8em;color: #262626; font-weight: bold;}
	h2 a:link,
	h2 a:visited,
	h2 a:hover,
	h2 a:active{
		border-bottom: 1px solid #d4d4d4;
		text-decoration: none;
		padding-bottom: 1px;
		color: #262626;
	}
	h2 a:hover,
	h2 a:active{
		border-bottom: 1px solid #fff;
	}
h3{font-size: 1.6em;color: #262626; font-weight: bold;}
#tarifPopup h3{
	background: transparent url('/static/img/bg_table_top.gif') repeat-x bottom left;
	padding-bottom: 8px;
	margin-bottom: 1px;
}
h4{font-size: 1.3em;color: #333;font-weight: bold;}
	h4 a:link,
	h4 a:visited,
	h4 a:hover,
	h4 a:active{
		color: #333;
	}
	h4 a:hover,
	h4 a:active{
		text-decoration: underline;
	}
h5{font-size: 1.3em; color: #000;font-weight: bold; font-style: italic;}
h6{font-size: 1.3em; color: #000;font-weight: bold;}


/* -----------------------------------------
	LINKS
----------------------------------------- */
a:link,
a:visited,
a:hover,
a:active{
	color: #3399cc;
	text-decoration: none;
}
a:hover,
a:active{
	text-decoration: underline;
}

p.readmore{margin-top: 5px;}
p.readmore a:link,
p.readmore a:visited,
p.readmore a:hover,
p.readmore a:active{
	background: transparent url('../img/ico_readmore.gif') no-repeat top left;
	padding-left: 20px;
	color: #333;
	text-decoration: underline;
}
p.readmore a:hover,
p.readmore a:active{
	text-decoration: none;
}

/* -----------------------------------------
	LISTS
----------------------------------------- */
ul, ol{ 
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 2em 0;
	margin-left: 1.5em;
}
ol{list-style-type: decimal;}
	ul li, ol li{margin: 0.5em 0;}

dl{margin: 0.5em 0;line-height: 2em;}
	dl dt{font-weight: bold;}
	dl dd{margin-left: 1.0em;}


#pageContent ul{
	list-style-type: none;
	margin: 0;
}
	#pageContent ul li{
		background: transparent url('/static/img/bg_list_item.gif') no-repeat 0 6px;
		padding-left: 12px;
		line-height: 1.7em;
		margin: 0;
	}
		#pageContent ul li ul{
			margin-left: 10px;
		}

.sitemap #pageContent ol{margin-top: 0; list-style-position: inside;}
	.sitemap #pageContent ul li ol li{
		background: none;
		font-size: 1.3em!important;
		font-weight: bold;
		padding: 0;
		margin-bottom: 10px;
	}
		.sitemap #pageContent ul li ol li a:link,
		.sitemap #pageContent ul li ol li a:visited,
		.sitemap #pageContent ul li ol li a:hover,
		.sitemap #pageContent ul li ol li a:active{
			color: #333;
		}
		.sitemap #pageContent ul li ol li ul{
			margin: 0;
		}
			.sitemap #pageContent ul li ol li ul li{
				font-size: 0.8em!important;
				background: transparent url('/static/img/bg_list_item.gif') no-repeat 0 6px;
				padding-left: 12px;
				font-weight: normal;
				margin-bottom: 0;
			}
				.sitemap #pageContent ul li ol li ul li a:link,
				.sitemap #pageContent ul li ol li ul li a:visited,
				.sitemap #pageContent ul li ol li ul li a:hover,
				.sitemap #pageContent ul li ol li ul li a:active{
					color: #39c;
				}

	/* -----------------------------------------
		NAVIGATION
	----------------------------------------- */
	#navigation{
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		float: right;
		margin-top: 27px;
	}
		#navigation li{
			margin: 0 16px 0 0;
			float: left;
			color: #043652;
			font-size: 1.6em;
			font-weight: bold;
			letter-spacing: -0.4px;
		}
			#navigation li.active{}
			#navigation li.last{margin: 0;}
			           
			#navigation li a:link,
			#navigation li a:visited,
			#navigation li a:hover,
			#navigation li a:active{
				color: #043652;
				text-decoration: none;
				padding: 6px 10px 8px 10px;
				display: block;
			}
			#navigation li a:hover,
			#navigation li a:active{
				text-decoration: underline;
			}
				#navigation li.active a:link,
				#navigation li.active a:visited,
				#navigation li.active a:hover,
				#navigation li.active a:active{
					background: transparent url('/static/img/bg_nav_active_left.gif') no-repeat top left;
					display: block;
					padding: 0;
					color: #fff;
					text-decoration: none;
				}
				#navigation li.active a span{
					background: transparent url('/static/img/bg_nav_active_right.gif') no-repeat top right;
					padding: 6px 10px 8px 10px;
					display: block;
				}

#breadcrumb{
	list-style-type: none;
	margin: 0;
	height: 25px;
	padding-top: 5px;
}
	#breadcrumb li{
		float: left;
		padding-left: 12px;
		background: transparent url('/static/img/bg_breadcrumb_item.gif') no-repeat left 3px;
		margin-right: 8px;
		color: #333;
		font-weight: bold;
		font-size: 1.1em;
		text-transform: uppercase;
	}
	#breadcrumb li.first{background: none;padding-left: 0;}
		#breadcrumb li a:link,
		#breadcrumb li a:visited,
		#breadcrumb li a:hover,
		#breadcrumb li a:active{
			text-decoration: none;
			font-weight: bold;
			color: #666;
		}
		#breadcrumb li.first a:link,
		#breadcrumb li.first a:visited,
		#breadcrumb li.first a:hover,
		#breadcrumb li.first a:active{
			text-decoration: none;
			font-weight: bold;
			color: #999;
		}

#subNav{
	list-style-type: none;
	margin: 0;
}
	#subNav li{
		border-bottom: 1px solid #dde1e4;
		font-weight: bold;
		font-size: 1.4em;
		padding: 0;
		letter-spacing: -0.4px;
	}
		#subNav li a:link,
		#subNav li a:visited,
		#subNav li a:hover,
		#subNav li a:active{
			text-decoration: none;
			color: #043652;
			padding: 10px 5px 15px 10px;
			display: block;
		}
		#subNav li a:hover,
		#subNav li a:active{
			text-decoration: underline;
		}
		#subNav li.active a:link,
		#subNav li.active a:visited,
		#subNav li.active a:hover,
		#subNav li.active a:active{
			color: #333;
			background: #e5e5e5 url('/static/img/bg_subnav_active_top.gif') no-repeat top left;
			padding: 0;
			margin-bottom: 9px;
			text-decoration: none;
		}
			#subNav li.active a:link span,
			#subNav li.active a:visited span,
			#subNav li.active a:hover span,
			#subNav li.active a:active span{
				background: transparent url('/static/img/bg_subnav_active_bottom.gif') no-repeat bottom left;
				padding: 10px 5px 6px 10px;
				display: block;
			}
			

#socialLinks{
	float: right;
	list-style: none;
	margin: 0;
}
	#socialLinks li{
		float: left;
		font-size: 1.1em;
		margin-right: 15px;
	}
	#socialLinks li.last{margin-right: 0;}
		#socialLinks li a:link,
		#socialLinks li a:visited,
		#socialLinks li a:hover,
		#socialLinks li a:active{
			color: #bbb;
			text-transform: uppercase;
			padding: 0;
			text-indent: -999px;
			overflow: hidden;
			display: block;
			line-height: 14px;
			width: 30px;
			height: 22px;
		}
		
		#socialLinks li#rssLink a{
			background: transparent url('/static/img/ico_rss_social.gif') no-repeat bottom left;
		}
		#socialLinks li#newsletterLink a{
			background: transparent url('/static/img/ico_newsletter_social.gif') no-repeat bottom left;
		}
		#socialLinks li#twitterLink a{
			background: transparent url('/static/img/ico_twitter_social.gif') no-repeat bottom left;
			padding-left: 20px;
		}
		#socialLinks li#facebookLink a{
			background: transparent url('/static/img/ico_facebook_social.jpg') no-repeat bottom left;
		}

#footer ul{
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 5px;
}

	#footer ul li{
		color: #b1b1b1;
		font-weight: bold;
		font-size: 1.2em;
		float: left;
		margin-right: 15px;
		text-transform: uppercase;
	}
		#footer ul li a:link,
		#footer ul li a:visited,
		#footer ul li a:active,
		#footer ul li a:hover{
			color: #b1b1b1;
			text-decoration: none;
		}
		#footer ul li a:active,
		#footer ul li a:hover{
			text-decoration: underline;
		}
/* definition lists */
dl{
	margin: 0.5em 0;
	line-height: 2em;
}
	dl dt{font-weight: bold;}
	dl dd{margin-left: 1.0em;}



#pageContent #pagination{
	border-bottom: 1px dotted #b1b4b6;
	padding: 10px 0 10px 120px;
	list-style-type: none;
	margin: 0;
}
	#pageContent #pagination li{
		float: left;
		margin-right: 15px;
		color: #797979;
		font-size: 1.2em;
		background: none;
		padding:0;
		font-size: 1.3em;
	}
		#pageContent #pagination li a:link,
		#pageContent #pagination li a:visited,
		#pageContent #pagination li a:hover,
		#pageContent #pagination li a:active{
			color: #39c;
			text-decoration: none;
		}
		#pageContent #pagination li.active a:link,
		#pageContent #pagination li.active a:visited,
		#pageContent #pagination li.active a:hover,
		#pageContent #pagination li.active a:active{
			color: #797979;
			font-weight: bold;
		}
		#pageContent #pagination li a:hover,
		#pageContent #pagination li a:active{
			text-decoration: underline;
		}
		
/* -----------------------------------------
	IMAGES
----------------------------------------- */
img.left{float: left;margin: 0 1em 0 0;}
img.right{float: right;margin: 0 0 0 1em;}

#pageContent .lead img,
#pageContent .body img{
	float: left;
	margin: 5px 10px 3px 0;
}


/* -----------------------------------------
	BASE STRUCTURE (Div frame)
----------------------------------------- */

.outerWrapper{
	padding: 0;
}
	.innerWrapper{
		width: 960px;
		background: #fff;
		margin: 0 auto;
		padding: 0 10px;
		position: relative;
	}
	#header{
		height: 85px;
	}
	#breadcrumbContainer{
		border-top: 1px solid #b8b8b8;
		border-bottom: 1px dotted #dfdfdf;
		margin-bottom: 20px;
		height: 30px;
	}
	.home #socialLinks{ height: 30px; margin-bottom: 0;}
	.home #breadcrumbContainer{ height: 30px; border-bottom: none; margin-bottom: 0; }
	#leftSidebar{
		float: left;
		width: 135px;
		min-height: 340px;
	}
	#pageContent{
		width:810px;
		float: right;
		margin: 0 0 40px 0;
		border-left: 1px solid #ebeeef;
	}
		#mainBlock{
			width: 635px;
			float: left;
			overflow: hidden;
			padding: 0 15px;
		}
		.workingAtPSH #mainBlock{
			width: 795px;
			padding: 0 0 0 15px;
		}
		#rightSidebar{
			width: 145px;
			float: right;
		}	
	#footer{
		background: transparent url('/static/img/bg_footer.gif') no-repeat top center;
		border-top: 1px solid #dde1e4;
		padding: 10px 0 10px 0;
		margin-top: 20px;
		position: relative;
	}
		#footer p.newsLetter{
			text-transform: uppercase;
			font-size: 1.2em;
			font-weight: bold;
			color: #b1b1b1;
			float: right;
		}
			#footer p.newsLetter a:link,
			#footer p.newsLetter a:visited,
			#footer p.newsLetter a:hover,
			#footer p.newsLetter a:active{
				color: #b1b1b1;
				text-decoration: none;
			}
			#footer p.newsLetter a:hover,
			#footer p.newsLetter a:active{
				text-decoration: underline;
			}
			#footer p.newsLetter a#iabLink img{
				margin: 0 0 -10px 10px;
			}
/* -----------------------------------------
	HOME
----------------------------------------- */
#teasers{
	margin: 30px 0;
}
	#teasers div.column{
		width: 294px;
		min-height: 250px;
		float: left;
		border-right: 1px solid #dde1e4;
		padding-right: 15px;
		margin-right: 20px;
	}
	#teasers div#teaserQuote{
		margin-right: 0;
		border-right: 0;
		padding-right: 0;
		text-align: right;
	}
		#teasers div h2{
			font-size: 2.2em;
		}
		#teasers div p{margin-bottom: 5px;}
		#teasers div .lead{
			color: #7b99ac;
			font-size: 1.8em;
		}
		#teasers .column .teaserImg{
			width: 110px;
			float: left;
			margin: 2px 8px 5px 0;
		}
		
#slideshow{
	height: 338px;
}

#newsFeed,
#initiators{
	width: 48%;
	float: left;
}
#newsFeed{
	float: right;
	width: 50%;
}
	#newsFeed h3,
	#initiators h3{
		background: transparent url('/static/img/bg_h3_home.gif') repeat-x bottom left;
		padding-bottom: 10px;
	}
	#newsFeed h3{
		margin-bottom: 0;
	}
	
	
	#newsFeed h3 a:link,
	#newsFeed h3 a:visited,
	#newsFeed h3 a:hover,
	#newsFeed h3 a:active,
	#initiators h3 a:link,
	#initiators h3 a:visited,
	#initiators h3 a:hover,
	#initiators h3 a:active{
		color: #262626;
		text-decoration: none;
	}
	#initiators h3 a:hover,
	#initiators h3 a:active{
		text-decoration: underline;
	}
	#newsFeed ul{
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
	}
		#newsFeed ul li{
			border-bottom: 1px dotted #dfdfdf;
			line-height: 1.9em;
			margin: 0;
			padding: 0;
			background: none;
		}
			#newsFeed ul li a:link,
			#newsFeed ul li a:visited,
			#newsFeed ul li a:hover,
			#newsFeed ul li a:active{
				color: #3399cc;
				text-decoration: none;
				display: block;
			}
			#newsFeed ul li a:hover,
			#newsFeed ul li a:active{
				background: #f2f6f9;
			}
			#newsFeed ul li a span{
				text-transform: uppercase;
				color: #b7b7b7;
				width: 75px;
				display: block;
				float: left;
				font-size: 0.9em;
			}
.workingAtPSH #visual,
.workingAtPSH #slideshow{
	margin-bottom: 20px;
}
#workTeaser{
	float: left;
	width: 465px;
	border-right: 1px solid #dde1e4;
	padding-right: 10px;
}
.workingAtPSH #vacatures{
	width: 305px;
	float: right;
	padding: 0 0 14px 10px;
}
	.workingAtPSH #vacatures .readmore{
		margin-bottom: 0;
	}
.workingAtPSH #vacatures #topVacatures{
	margin: 0;
}
	.workingAtPSH #vacatures #topVacatures li{
		background: transparent url('/static/img/bg_top_vacancy_teaser.gif') no-repeat top left;
		padding: 0;
		width: 147px;
		height: 147px;
		float: left;
		margin-right: 11px;
		color: #000;
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.2em;
		text-align: center;
	}
	.workingAtPSH #vacatures #topVacatures li.last{
		margin-right: 0;
	}
		.workingAtPSH #vacatures #topVacatures li a:link,
		.workingAtPSH #vacatures #topVacatures li a:visited,
		.workingAtPSH #vacatures #topVacatures li a:active,
		.workingAtPSH #vacatures #topVacatures li a:hover{
			color: #000;
			display: block;
			width: 127px;
			height: 65px;
			padding: 99px 10px 0 10px;
			text-decoration: none;
			overflow: hidden;
		}

.workingAtPSH #vacatures #allVacatures{
	margin: 20px 0 0 0;
	border-top: 1px dotted #dfdfdf;
}
	.workingAtPSH #vacatures #allVacatures li{
		border-bottom: 1px dotted #dfdfdf;
		background: none;
		padding:0;
	}
		.workingAtPSH #vacatures #allVacatures li a:link,
		.workingAtPSH #vacatures #allVacatures li a:visited,
		.workingAtPSH #vacatures #allVacatures li a:hover,
		.workingAtPSH #vacatures #allVacatures li a:active{
			padding: 2px 0;
			display: block;
		}
		.workingAtPSH #vacatures #allVacatures li a:hover,
		.workingAtPSH #vacatures #allVacatures li a:active{
			text-decoration: none;
			background: #f2f6f9;
		}
			.workingAtPSH #vacatures #allVacatures li a strong{
				color: #000;
			}
			.workingAtPSH #vacatures #allVacatures li a span{
				float: right;
			}
.workingAtPSH #teaserQuote{
	width:465px;
	float: left;
}
.workingAtPSH #newsFeed{
	float: left;
}
.workingAtPSH #initiators{
		width:300px;
		float: right;
}

.gallery,
#pageContent .gallery{
	background: #f2f6f9;
	overflow: hidden;
	width: 460px;
	margin: 0;
	position: relative;
	clear: left;
	height: 130px;
	list-style-type: none;
}
	.gallery li,
	#pageContent .gallery li{
		width: 154px;
		height: 113px;
		background: transparent url('/static/img/bg_logo_gallery.gif') no-repeat 8px 0;
		margin: 5px 0 0 0;
		text-align: center;
		padding: 1px 0 0 0;
		overflow: hidden;
	}
.workingAtPSH #pageContent .gallery{
	width: 308px;
}
	.workingAtPSH #pageContent .gallery li{
		width: 150px;
		height: 113px;
		background: transparent url('/static/img/bg_logo_gallery.gif') no-repeat 6px 0;
	}
.prettyNavContainer,
#pageContent .prettyNavContainer{
	margin: 0;
	background: #f2f6f9;
	list-style-type: none;
}
	.prettyNavigation,
	#pageContent .prettyNavigation{
		margin: 0 10px 10px 0;
		background: #d2dce5;
		list-style-type: none;
		float: right;
		height: 19px;
	}
	.prettyNavigation li,
	#pageContent .prettyNavigation li{
		margin: 0;
		text-align: right;
		float: left;
		height: 16px;
		padding:3px 2px 0 2px;
		background: transparent;
		line-height: 1em;
	}

	.prettyNavigation li.first,
	#pageContent .prettyNavigation li.first{
		background: transparent url('/static/img/bg_gallery_li_first.gif')no-repeat top left;
		padding-left: 7px;
	}
	.prettyNavigation li.last,
	#pageContent .prettyNavigation li.last{
		background: transparent url('/static/img/bg_gallery_li_last.gif')no-repeat top right;
		padding-right: 7px;
	}
/* -----------------------------------------
	INFOPAGE
----------------------------------------- */
#pageContent p,
#pageContent ul,
#pageContent ol {
	line-height: 1.8em;
	margin-bottom: 20px;
}
#pageContent .lead{
	color: #7b99ac;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
/* HACK FOR SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0){
#pageContent .lead{font-size: 17px;}
}
	#pageContent .lead p,
	.lead p{
		line-height: 1.6em;
		font-size: 1em;
	}
#pageContent .image{
	background: transparent url('/static/img/bg_dropshadow.gif') repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
	#pageContent .image img{
		width: 100%;
	}

#pageContent .pageOptions{
	color: #666;
	font-size: 1.1em;
	margin:0;
	clear: both;
}
	#pageContent .pageOptions a:link,
	#pageContent .pageOptions a:visited,
	#pageContent .pageOptions a:active,
	#pageContent .pageOptions a:hover{
		color: #666;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0 5px 22px;
		line-height: 2.8em;
	}
	#pageContent .pageOptions a.printLink{
		background: transparent url('/static/img/ico_print.gif') no-repeat center left;
		display: none;
	}
	#pageContent .pageOptions a.emailLink{
		background: transparent url('/static/img/ico_mail.gif') no-repeat center left;
	}
	
	
/* -----------------------------------------
	CONTRACTORS
----------------------------------------- */
#allContractorsContainer{}
	#allContractorsContainer h3{
		background: transparent url('/static/img/bg_h3_home.gif') repeat-x bottom left;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
		#pageContent #allContractors{
			background: url('/static/img/dotted_line.gif') top left;
		}
			#pageContent #allContractors li{
				padding: 0;
				display: inline;
				background: none;
				padding-right: 5px;
				color: #333;
				line-height: 2.2em;
			}
				#pageContent #allContractors li a:link,
				#pageContent #allContractors li a:visited,
				#pageContent #allContractors li a:hover,
				#pageContent #allContractors li a:active{
					color: #333;
				}
.contractorItem{margin-bottom: 15px;}
	.contractorItem .contractorImage{
		float: left;
		width: 138px;
		height: 113px;
		background: transparent url('/static/img/bg_contractor_img.gif') no-repeat top left;
		overflow: hidden;
		text-align: center;
		padding-top: 1px;
		margin-top: 3px;
	}
	.contractorItem .contractorItemText{
		float: right;
		width: 475px;
	}
	
		.contractorItem .contractorImage .contentImg{
			display: block;
			
		}
	.contractorItem .contractorHeader{margin-bottom: 6px;}
		.contractorItem .contractorHeader a:link,
		.contractorItem .contractorHeader a:visited,
		.contractorItem .contractorHeader a:hover,
		.contractorItem .contractorHeader a:active{
			border-bottom: 1px solid #fff;
			padding: 0;
		}

	.contractorItem blockquote{
		background: transparent url('/static/img/bg_contractor_quote.gif') no-repeat top right;
		border: 0;
		height: 97px;
		width: 453px;
		padding: 10px;
		color: #2f546c;
		font-weight: normal;
		margin: 0;
		font-size: 1.7em;
	}
	.contractorItem .author{
		float: right;
		margin: -50px 20px 0 0;
		font-weight: bold;
	}
	.contractorItem .author .more{
		text-align: right;
		font-weight: normal;
		display: block;
		margin-bottom: 5px;
	}
/* -----------------------------------------
	CONTACT
----------------------------------------- */

.contact #pageContent #mainBlock{
	width: 385px;
}
	.contact #pageContent .formHeader{
		font-size: 1.8em;
		color: #262626;
		font-weight: bold;
		border-bottom: 1px dotted #bfbfbf;
		padding-bottom: 5px;
	}
.contact #pageContent #rightSidebar{
	width: 385px;
}
	.contact #contactInfo{
		background: transparent url('/static/img/bg_contact_info.gif') no-repeat top left;
		width: 346px;
		padding: 18px 18px 12px 18px;
		margin-bottom: 0px;
		margin-top:0;
		height: 250px;
	}
	.contact #contactInfo a:link,
	.contact #contactInfo a:visited,
	.contact #contactInfo a:hover,
	.contact #contactInfo a:active{
		color: #fff;
	}
		.contact #contactInfo h2{
			color: #a2ce36;
			font-size: 1.8em;
			border-bottom: 1px dotted #fff;
			padding-bottom: 8px;
		}
		.contact #contactInfo p{
			line-height: 2.4em;
			color: #fff;
			font-weight: normal;
			border-bottom: 1px dotted #fff;
			padding-bottom: 15px;
			margin-bottom: 30px;
			font-size: 1.2em;
		}
			.contact #contactInfo p strong{
				color: #a2ce36;
				width: 105px;
				display: block;
				float: left;
				font-size: 1.1em;
			}
	.contact #googlemapContainer{
		width: 363px;
		height: 388px;
		background: transparent url('/static/img/bg_googlemaps.gif') no-repeat top left;
		padding: 11px 11px 0 11px;
		margin-bottom: 20px;
	}
		.contact #googlemap{
			width: 363px;
			height: 361px;
		}
.contact #pageContent .helptext{
	font-size: 1.1em;
	margin: 0;
}
/* -----------------------------------------
	ELEMENTS
----------------------------------------- */
.bannerContainer{
	border: 1px solid #ebedef;
	padding: 5px;
	display: block;
	width: 120px;
	float: right;
	margin-bottom: 10px;
}


.contactButton{
	font-size: 1.4em;
}
	.contactButton a:link,
	.contactButton a:visited,
	.contactButton a:hover,
	.contactButton a:active{
		color: #fff;
		text-decoration: none;
		background: transparent url('/static/img/bg_contact_button.gif') no-repeat top right;
		padding: 12px 11px 15px 18px;
		font-weight: bold;
		height:68px;
		display: block;
		text-align: center;
	}
		.contactButton a:link span,
		.contactButton a:visited span,
		.contactButton a:hover span,
		.contactButton a:active span{
			color: #a2ce36;
		}
		.contactButton a:hover span,
		.contactButton a:active span{
			text-decoration: underline;
		}
#AJAXcontactForm,
#newsletterFormContainer{
	position: absolute;
	top: 137px;
	right: 0;
	background: transparent url('/static/img/bg_contact_banner.png') no-repeat top right;
	width: 430px;
	height: 325px;
	padding: 20px 20px 0px 20px;
	display: none;
}

#newsletterFormContainer{
	top: -300px;
	color: #fff;
	background: transparent url('/static/img/bg_news_banner.png') no-repeat top right;
	width: 299px;
}
#AJAXcontactForm div.clearfix{position: relative;}
	#AJAXcontactForm h3,
	#newsletterFormContainer h3{
		color: #a2ce36;
		font-size: 1.8em;
		border-bottom: 1px dotted #fff;
		padding-bottom: 8px;
	}
	#AJAXcontactForm #p_company,
	#AJAXcontactForm #p_name,
	#AJAXcontactForm #p_email,
	#AJAXcontactForm #p_phone,
	#newsletterFormContainer p{
		width: 207px;
		margin: 0 0 10px 0;
		line-height: 1.6em;
	}
		#AJAXcontactForm label,
		#newsletterFormContainer label{
			color: #a2ce36;
			margin-bottom: 2px;
		}
		#AJAXcontactForm .error label,
		#newsletterFormContainer .error label{
			color: #cc0000;
		}
		#AJAXcontactForm #p_company input,
		#AJAXcontactForm #p_name input,
		#AJAXcontactForm #p_email input,
		#AJAXcontactForm #p_phone input,
		#newsletterFormContainer p input{
			width: 200px;
		}
		
	#AJAXcontactForm #p_comment{
		width: 205px;
		clear: none;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		line-height: 1.6em;
	}
		#AJAXcontactForm #p_comment textarea{
			width: 200px;
			height: 179px;
		}

	#AJAXcontactForm .submitP{
		border-top: 1px dotted #fff;
		padding-top: 5px;
		margin-top: 8px;
	}
		#AJAXcontactForm .submitP input{
			float: right;
		}
		#AJAXcontactForm .helptext{
			color: #fff;
			font-size: 1.1em;
			margin-top: -25px;
		}
		#AJAXcontactForm a#closeContactForm:link,
		#AJAXcontactForm a#closeContactForm:visited,
		#AJAXcontactForm a#closeContactForm:hover,
		#AJAXcontactForm a#closeContactForm:active{
			position: absolute;
			top: 10px;
			right: 10px;
			display: block;
			height: 16px;
			width: 16px;
			overflow: hidden;
		}
		#AJAXcontactForm a#closeContactForm:hover img,
		#AJAXcontactForm a#closeContactForm:active img{
			margin-top:-16px;
		}
		#AJAXcontactForm #contactpopupsubmit{
			margin-top: 8px;
			float: right;
		}
		#AJAXcontactForm p #ajaxLoader{float: right;margin: 1em 1em 0 0;}
		
		#AJAXcontactForm p#addInfo a{
			color: #fff;
		}
		

		#AJAXcontactForm .messageBox{
			border: 0;
			float: left;
		}
		#AJAXcontactForm .success{
			color: #a2ce36;	
			float:none;
		}			
			#AJAXcontactForm .messageBox h3{
					border: 0;
			}
			#AJAXcontactForm .error h3{
				color: #cc0000;
			}
#pageNavBlock{
	background: transparent url('/static/img/bg_news_archive.gif') repeat-x top left;
	height: 23px;
	border-bottom: 1px solid #b1b4b6;
	padding: 14px 0 10px 10px;
	margin-bottom: 15px;
}
	#pageNavBlock h3,
	#pageNavBlock #mediacategoriesform label{
		color: #fff;
		font-size: 1.4em;
		width: 66px;
		float: left;
		line-height: 1.6em;
	}

	#pageNavBlock #mediacategoriesform label{font-size: 1.2em; width: 150px;}
	#pageNavBlock #mediacategoriesform p{margin: 0;}
	
	/* HACK FOR SAFARI */
	@media screen and (-webkit-min-device-pixel-ratio:0){
	#pageNavBlock #mediacategoriesform p#p_category_filter{width: 280px;}
	}
	
	#pageNavBlock #mediacategoriesform p#filterSubmit{margin-left:195px;float:left;margin-top: -2.3em;font-size: 1.2em;}
	
	#pageNavBlock #mediaitemstypeform select{
		width: 200px;
		float: left;
		margin-right: 5px;
	}

	#pageNavBlock #mediaitemstypeform label{
		float: left;
		margin-right: 15px;
		color: #fff;
		font-size: 1.2em;
	}
	#pageNavBlock .filterBlock{
		float: left;
		margin-right: 15px;
	}
	#pageNavBlock p.back{
		color: #fff;
		font-weight: bold;
	}
		#pageNavBlock p.back a:link,
		#pageNavBlock p.back a:visited,
		#pageNavBlock p.back a:active,
		#pageNavBlock p.back a:hover{
			color: #fff;
			text-decoration: none;
			background: transparent url('/static/img/ico_back.gif') no-repeat 0px 1px;
			padding-left: 23px;
		}
		#pageNavBlock p.back a:active,
		#pageNavBlock p.back a:hover{
			text-decoration: underline;
		}
		

/* item list and general styling for media/news pages.. */

#pageContent #itemList{
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #b1b4b6;
	padding-bottom: 25px;
}
	#pageContent #itemList li{
		margin: 0;
		padding: 20px 13px;
		font-size: 1.0em;
		background: 0;
	}
	#pageContent #itemList li.rowAlt{
		background: #f2f6f9;
	}
		#pageContent #itemList li .newsdate{
			width: 100px;
			display:block;
			float: left;
		}

		#pageContent #itemList li .mediaImage{
			display: block;
			width: 112px;
			overflow: hidden;
			float: left;
		}
		
			#pageContent #itemList li .mediaImage img{width: 106px;}
		#pageContent #itemList li .itemText{
			width: 500px;
			float: right;
			display: block;
			font-size: 1.3em;
		}
		.media #pageContent #itemList li .itemText{width: 480px;position: relative;}
			#pageContent #itemList li .itemText h2{
				font-size: 1.3em;
			}

			#pageContent #itemList li .itemText a:link.readmore,
			#pageContent #itemList li .itemText a:visited.readmore,
			#pageContent #itemList li .itemText a:hover.readmore,
			#pageContent #itemList li .itemText a:active.readmore{
				color: #39c;
				text-decoration: underline;
			}
			#pageContent #itemList li .itemText a:hover.readmore,
			#pageContent #itemList li .itemText a:active.readmore{
				text-decoration: none;
			}
			#pageContent #itemList li .itemText a:link.toTarifs,
			#pageContent #itemList li .itemText a:visited.toTarifs,
			#pageContent #itemList li .itemText a:hover.toTarifs,
			#pageContent #itemList li .itemText a:active.toTarifs{
				color: #333;
				text-decoration: underline;
				position: absolute;
				bottom: 0;
				right: 5px;
			}
			#pageContent #itemList li .itemText a:hover.toTarifs,
			#pageContent #itemList li .itemText a:active.toTarifs{
				text-decoration: none;
			}
		#pageContent #itemList li .itemText .body p{
			margin-bottom: 2px;
		}
#pageContent .newsdate .day,
#pageContent .newsdate .month,
#pageContent .newsdate .year{
	display: block;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.0em;
}
#pageContent .newsdate .day{
	color: #cdcdcd;
}
#pageContent .newsdate .month{
	color: #666;
	font-weight: bold;
}
#pageContent .newsdate .year{
	color: #c8d4dd;
	font-size: 2.4em;
}
#newsDetail .newsdate{
	padding-top: 5px;
}
#pageContent #newsDetail .newsdate .day,
#pageContent #newsDetail .newsdate .month,
#pageContent #newsDetail .newsdate .year{
	font-size: 1.3em;
	line-height: 1em;
}
#pageContent #newsDetail .newsdate .year{
	font-size: 1.6em;
}

/* news detail */

.newsimage{float: right;}



/* media pagina's */
.mediaItemContainer{
	margin: 0 0 20px 0;
}
	.mediaImgDetail{
		width: 188px;
		padding: 2px 3px 6px 3px;
		float: left;
		margin-right: 20px;
	}
		.mediaImgDetail img{width:185px;}

p.hoiLogo{
	float: right;
	margin: 0 10px 0 0;
}

div.usps{
	background: transparent url('/static/img/bg_usp_bottom.gif') no-repeat bottom left;
	width: 631px;
	margin-bottom: 15px;
}
	div.usps div{
		background: transparent url('/static/img/bg_usp_top.gif') no-repeat top left;
		padding: 15px;
	}
h4#tarifs a:link,
h4#tarifs a:visited,
h4#tarifs a:hover,
h4#tarifs a:active{
	background: transparent url('/static/img/ico_tarifs_link.gif') no-repeat 0px 2px;
	padding-left: 20px;
	display: block;
	line-height: 1.6em;
}

#tarifPopup{
	background: transparent url('/static/img/bg_tarif_popup_bottom.gif') no-repeat bottom left;
	width: 633px;
}
	#tarifPopup #tarifPopupTop{
		background: transparent url('/static/img/bg_tarif_popup.gif') no-repeat top left;
		padding: 20px;
		position: relative;
	}
	
	#tarifPopup p.disclaimer{
		font-size: 1.1em;
		margin: 25px 0 4px 4px;
	}
	
	 #tarifPopup .tarifPopupForm div.messageBox{
		background: none;
	}
		#tarifPopup div p.helptext{
			color: #999;
			text-transform: uppercase;
			font-size: 1.1em;
			margin-top: 10px;
		}
		#tarifPopup div a.closeButton{
			position: absolute;
			top: 15px;
			right: 15px;
		}

/* vacancy pages */
.vacancy{width: 633px;margin-bottom: 35px;}
.vacancy.top{
	background: transparent url('/static/img/bg_topvacancy_bottom.gif') no-repeat bottom left;
	position: relative;
}
	.vacancy.top div.inner{
		background: transparent url('/static/img/bg_topvacancy_top.gif') no-repeat top left;
		padding: 20px;
	}
		img.topVacancyBanner{
			position: absolute;
			top: -1px;
			right: 0px;
		}
.vacancy.open{
	background: transparent url('/static/img/bg_open_vacancy_bottom.gif') no-repeat bottom left;
}
	.vacancy.open div.inner{
		background: transparent url('/static/img/bg_open_vacancy_top.gif') no-repeat top left;
		padding: 20px 20px 1px 20px;
	}
	.vacancy h2{
		background: transparent url('/static/img/bg_table_top.gif') repeat-x bottom left;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
		.vacancy h2 a:link,
		.vacancy h2 a:visited,
		.vacancy h2 a:hover,
		.vacancy h2 a:active{
			border: 0;
		}
		
		.vacancy .body,
		.vacancy .lead{
			width: 330px;
			float: left;
		}
		.vacancy.top .body,
		.vacancy.top .lead{
			width: 300px;
		}
#pageContent .pageOptionsTop{
	color: #333;
	font-size: 1.3em;
	margin-top: 3px;
	font-weight: bold;
	float: right;
	text-align: right;
}
#pageContent .pageOptionsTop a.pageOptionsButton{
	background-color: transparent;
	background-image: url('/static/img/but_pageoptions_right.gif');
    display: inline-block;
	background-repeat:no-repeat;
	background-position: top right;
	color: #333;
	height: auto;
    line-height: 31px;
	margin-bottom: 10px;
}
    #pageContent .pageOptionsTop a:hover span{
        text-decoration: underline;
    }
	.pageOptionsTop a.pageOptionsButton span{
        display: inline-block;
        background: transparent url('/static/img/but_pageoptions_left_apply.gif') no-repeat top left;
        padding: 0 10px 0 33px;
	}
	.pageOptionsTop a.pageOptionsButton.tafLink span{
		background: transparent url('/static/img/but_pageoptions_left_taf.gif') no-repeat top left;
	}

/* -----------------------------------------
	TABLES
----------------------------------------- */
table{
	margin: 0 0 10px 0;
	width: auto;
	text-align: left;
	background: transparent url('/static/img/bg_table_top.gif') repeat-x top left;
}
	table caption{
		font-size: 1.1em;
		font-weight: bold;
		color:#3a6e8f;
		text-align: left;
		padding: 0.5em 1em 0.5em 0;
		text-transform: uppercase;
		border-bottom: 1px dotted #dfdfdf;
	}
	table tr{}
	table thead{}
		table thead tr{}
			table thead tr th,
			table tfoot tr th{
				border-bottom: 1px dotted #dfdfdf;
				padding: 0.5em 1em 0.5em 0;
				font-weight: bold;
				color: #000;
				font-size: 1.1em;
			}
			table thead tr td,
			table tfoot tr td,
			table tfoot tr th{
				padding: 0.2em 0.5em;
				border-bottom: 1px dotted #dfdfdf;
			}
			
	table tbody{}
		table tbody tr{}
			table tbody tr th{
				border-bottom: 1px dotted #dfdfdf;
				padding: 0.5em 1em 0.5em 0;
				font-weight: bold;
				font-size: 1.1em;
				color: #b7b7b7;
				text-transform: uppercase;
			}
			table tbody tr td{
				padding: 0.5em 1em 0.5em 0;
				border-bottom: 1px dotted #dfdfdf;
				
			}
			
			table tr.first td,
			table tr.first th{
				padding-top: 0.7em;
			}
	table.mediaSpecs{
		width: 410px;
	}
	table.vacancyDetails{
		float: right;
		width: 275px;
		background: none;
	}
		table.vacancyDetails th,
		table.vacancyDetails td{
			width: 49%;
		}
	table.vacancyDetailTable{
		background: none;
	}
	table.csvtable{
		margin: 0;
		background: none;
	}
		table.csvtable tbody th{
			width: 130px;
		}
		table.csvtable thead th,
		table.csvtable tbody td{
			width: 45px;
			text-align: right;
			padding-right: 15px;
		}
#pageContent .body table{background: none;}
#pageContent .body table td,
#pageContent .body table th{border: none;}
#pageContent .body table caption{border: none;}


/* -----------------------------------------
	FORMS
----------------------------------------- */
form{}
	legend,
	label,
	.help_text{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: normal;
		display: block;
	}
	
	fieldset.form{padding: 10px;}
		
		form p{margin-bottom: 1.0em;}
		
			form .help_text{font-style: italic;color: #999;font-size: 1em;}
			
			label{
				font-weight: bold;
				padding-bottom: 1px;
				color: #666666;
			}
			
			.formElement input,
			textarea{
				color: #666;
				border: 1px solid #e4e6e7;
				border-top: 1px solid #adadaf;
				margin: 0;
				font-size: 1.0em;
				width: 205px;
				padding: 2px;
				line-height: 1.3em;
				background: #fff;
				font-family: Arial, Helvetica, Verdana, sans-serif;
			}
			
			textarea{
				overflow: auto;
				width: 375px;
			}
			
			.formElement input:focus,
			textarea:focus,
			.formElement input.focus,
			textarea.focus{
				border: 1px solid #adadaf;
			}


			input[type='button'], input[type='checkbox'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }

			input[type='hidden'] { display:none; }

			/* No width etc. on certain types of input... */
			input[type='button'], input[type='reset'],
			input.button{padding: 5px;width: auto;border: 1px outset #0b5589; }
				/* ... Checkboxes and radio buttons */
				.formElement input[type=checkbox],
				.formElement input[type=radio],
				.formElement input.check,
				.formElement input.radio{
					background: transparent;
					width: auto;
					float: left; /* !! */
					border: none;
					margin: 0;
				}
				.formElement input.radio{
					margin: 6px 5px 0 0;
				}

				/* Checkboxes labels and so on.. */
				#p_receive_news{position: relative;}
				#p_receive_news input.check{
					position: absolute;
					top: 0.3em;
					left: 0;
				}
					#p_receive_news label{margin-left: 1.8em;}


/*			select{ color: #666; border: 1px solid #666;}*/
				select option{}
			
			.button{ border: none; }


.messageBox{
	border-top: 1px dotted #bfbfbf;
	border-width: 1px 0;
	padding: 10px 0;
}
.contact #pageContent .messageBox{
	border-top: 0;
}
	#pageContent .messageBox p{margin-bottom: 10px;}
ul.errorlist,
#pageContent ul.errorlist{
	margin: 0;
}
	ul.errorlist li,
	#pageContent ul.errorlist li{
		color: #cc0000;
		font-weight: bold;
		background: transparent url('/static/img/bg_errorlist_li.gif') no-repeat center left;
		padding: 0 0 0 20px;
		width: 300px;
		line-height: 2em;
	}
		ul.errorlist li ul.errorlist,
		#pageContent ul.alist li ul.errorlist{
			display: inline;
		}
			ul.errorlist li ul.errorlist li,
			#pageContent ul.errorlist li ul.errorlist li{
				background: none;
				padding: 0 0 0 5px;
				display: inline;
				font-weight: normal;
				color: #333;
				text-align: right;
			}
fieldset{
	width: 420px;
}

.formElement{
	clear: both;
	font-size: 1.3em;
	color: #0b5589;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 10px 0;
}

.formElement.submit{
	clear: left;
	padding: 10px 0 10px 263px;
}

	.formElement.submit input{
		border: none;
		padding: 0;
		margin: 0;
		width: auto;
	}

.required{
	margin-left: 2px;
	color: #adadaf;
}

/* error */
.error label{
}

.error .required{
	color: #cc0000;
}

.formElement.error input,
.formElement.error textarea{
	border: 1px solid #cc0000;
}

.formElement.error input.focus,
.formElement.error input:focus,
.formElement.error textarea.focus,
.formElement.error textarea:focus{border: 1px solid #ffa3a3;}


#tarifPopup .tarifPopupForm{
	background-color: transparent;
	background-image: url('/static/img/bg_tarif_form.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 591px;
	padding: 0;
}
	#tarifPopup .tarifPopupForm .tarifPopupFormBottom{
		padding: 15px 20px 20px 20px;
		background-image: url('/static/img/bg_tarif_form_top.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}
	#tarifPopup .tarifPopupForm h4{color: #043652;margin-bottom: 8px;}
	#tarifPopup .tarifPopupForm .formElement{
		width: 170px;
		margin: 0 12px 5px 0;
		float: left;
		clear: none;
	}
		#tarifPopup .tarifPopupForm .formElement input{
			width: 165px;
		}
		#tarifPopup .tarifPopupForm label{
			color: #333;
		}


		#tarifPopup .tarifPopupForm p.submitP{
			float: right;
			margin: 0 12px 5px 0;
		}
		
#newsletterFormContainer{
	background-color: transparent;
	background-image: url('/static/img/bg_tarif_form_top.png');
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0;
	position: absolute;
	bottom: 45px;
	right: 65px;
	width: 591px;
	display: none;
	padding-top: 15px;
}
#newsletterFormInner{
		padding: 0px 20px 20px 20px;
		background-image: url('/static/img/bg_tarif_form.png');
		background-repeat: no-repeat;
		background-position: bottom left;
}
	#newsletterFormContainer h4{color: #043652;margin-bottom: 8px;}
	#newsletterFormContainer .formElement{
		width: 170px;
		margin: 0 12px 5px 0;
		float: left;
		clear: none;
	}
	#newsletterFormContainer .formElement input{
		width: 165px;
	}
	#newsletterFormContainer label{
		color: #333;
	}

	#newsletterFormContainer p.submitP{
		float: right;
		margin: 0 15px 5px 0;
	}

	#newsletterFormContainer p.closeButton{
		float: left;
		margin-top: -25px;
	}

#emailFormContainer{
	background-color: #E9EEF2;
	/*background-image: url('/static/img/bg_emailform_top.gif');
	background-repeat:no-repeat;
	background-position: top left;*/
	padding: 0;
	right: 65px;
	width: 385px;
	display: none;
}

#emailFormInner{
	padding: 15px 20px 40px 20px;
/*	background-image: url('/static/img/bg_emailform_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
*/
}

	#emailFormContainer h4{color: #043652;margin-bottom: 8px;}
	#emailFormContainer .formElement{
		width: 170px;
		margin: 0 12px 10px 0;
	}
	#emailFormContainer .formElement input{
		width: 165px;
	}
	#emailFormContainer label{
		color: #333;
	}

	#emailFormContainer p.submitP{
		margin: 0 60px 25px 0;
	}

	#emailFormContainer p{
		margin: 0 0 10px 0;
		font-size: 1.2em;
	}

		#emailFormContainer p textarea,
		#newsletterFormContainer p textarea{
			width: 280px;
			height: 120px;
		}

#mediatestform fieldset{
	border-bottom:1px dotted #dfdfdf;
	padding: 0 0 15px 0;
}
	#mediatestform fieldset legend{
		font-size: 1.8em;
		padding: 30px 0 0 0;
		margin-bottom: 8px;
		display: block;
		color: #7b99ac;
	}
	#mediatestform fieldset p{
		margin: 4px 0 8px 0;
		padding-left: 12px;
	}
		#mediatestform fieldset p label{
			font-weight: normal;
			color: #333;
		}
#mediatestform .submitP{
	margin-top: 25px;
	padding-left: 5px;
	float: right;
}




form #p_honeypot{
	display: none;
}
