/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/vacancy.css";
@import "custom/search.css";
@import "custom/cv.css";

.email {
	padding-right: 16px; 
	background: url(../images/icon_email.gif) right 3px no-repeat;
}
.print {
	padding-right: 16px; 
	background: url(../images/icon_print.gif) right top no-repeat;
}

/* ---------- */

#outerContent {
	background: #FFFFFF url(../images/bg_cols.gif) right 18px no-repeat;
	width: 933px;
	margin: 1px 0 0 22px;
	padding: 0;
	position: relative;
}
#footerLeft {
	position: relative;
	float: left;
	width: 580px;
	height: 18px;
	padding: 4px 0 0 21px; /*rechts 1px minder door margin op footerNav*/
	overflow: hidden;
	background-color: #09347a;
}
#footerRight {
	position: relative;
	float: right;
	width: 336px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 4px 0 0 18px;
	margin: 0;
	height: 18px;
}

/* utilNav */

#utilNav {
	padding: 0 22px 0 0;
	margin: 0;
	float: right;
	color: #FFFFFF;
	/*font-weight: bold;*/
	height: 22px;
}
#utilNav #utilMenu {
	float: left;
	margin: 0;
	padding: 0;
}
#utilNav a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 2px;
	line-height: 22px;
}
#utilNav #searchForm {
	margin: 0;
	padding: 0;
	float: left;	
}
#utilNav #searchForm button {
	background: #09347a url(../images/img_arrow_small.gif) 49% 50% no-repeat;
	border: 0px;
	margin: 2px 0 0 6px;
	padding: 0;
	height: 17px;
	width: 21px;
}
#utilNav #searchForm input {
	width: 100px;
	margin: 2px 0 0 0;
	padding: 1px 2px;
	border: 0px;
	height: 15px;
	line-height: 15px;
}

.person
{
	position: fixed;
	top: 200px;
	display: none;
	padding: 0;
	margin: 0;
}

.person table
{
	width: 334px;	
	height: 225px;
}
.agenda #content table td:first-child{
	width: 110px;
}
.agenda #content table td p{
	margin:0;
	padding:0;
}
