/* Centering website in middle of browser */
.browser_middle {
	position: absolute;
	left: 50%;
	top: 0px;
}
img {
	border: 0px;
}
.website {
	position: absolute;
	left: -640px; /* Half of websites width */
	top: 0px;
	width: 1280px;
	background-image: url(../images/website_bg.jpg);	
	background-color: #FFFFFF;
	padding-bottom: 175px;
}
/* Global configuration */
html {
	background-color: #E2E2E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
	overflow-x: hidden;
}
/* Defining look of links */
a:link, a:active, a:visited {
	/*color: #550000;*/
	color: #b63089;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	/*color: #550000;*/
	color: #b63089;
	text-decoration: underline;
	font-weight: bold;
}
.breadcrumbs {
	display: block;
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left: 7px;
	position: relative;
}
/* Positioning of content */
.content {
	top: 150px;
	left: 510px;
	width: 520px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.content_home {
	top: 670px;
	left: 530px;
	width: 520px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.content_home a:link, .content_home a:visited, .content_home a:active {
	text-decoration: none;
	font-weight: normal;
}
.content_home a:hover {
	font-style: italic;
}
.wordsize1 {
	font-size: 16px;
	color: #93A4AE;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
}
.wordsize2 {
	font-size: 18px;
	color: #550000;	
	padding-left: 5px;
	padding-right: 5px;	
	line-height: 30px;	
}
.wordsize3 {
	font-size: 20px;
	color: #6E8FC2;
	padding-left: 5px;
	padding-right: 5px;	
	line-height: 30px;	
}
.wordsize4 {
	font-size: 22px;
	color: #02B1E6;
	padding-left: 5px;
	padding-right: 5px;	
	line-height: 30px;	
}
.wordsize5 {
	font-size: 24px;
	color: #B41A8C;
	padding-left: 5px;
	padding-right: 5px;	
	line-height: 30px;	
}

/*#93A4AE grijs
#B41A8C paars
#6E8FC2 lichtblauw
#02B1E6 blauw
#9FCD47 groen
#F98619 oranje
*/
/* Specifieke tags per website */
.menu {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -0.05em;	
}

.kop, .content h1, .content_haarlemmermeer_home h1 {
	top: 0px;
	position: relative;
	padding: 5px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;	
	color: #b63089;
	margin: 0px; 
}
.subkop, .content h2, .content_haarlemmermeer_home h2 {
	position: relative;
	top: 0px;
	height: 50px;
	padding: 5px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.05em;
	margin: 0px; 
}
.kolom {
	width: 510px;
	padding: 5px;
	left: 0px;
	position: relative;	
	clear: both;
}
.kolom1 {
	width: 240px;
	padding: 5px;
	left: 0px;
	position: relative;	
	float: left;
}
.kolom2 {
	width: 240px;
	padding: 5px;
	margin-left: 20px;
	position: relative;
	float: left;
	clear: none;
}
.tekst_portfolio {
	width: 500px;
	padding: 5px;
	left: 0px;
	top: 270px;
	position: relative;	
	float: left;
}
.img_manvrouw {
	width: 370px;
	height: 968px;
	position: absolute;
	top: 40px;
	left: 108px;
	background-image: url(../images/img_manvrouw.jpg);	
} 
.img_manvrouw_intro {
	width: 380px;
	height: 968px;
	position: absolute;
	top: 40px; 
	left: 108px;
	background-image: url(../images/img_manvrouw_intro.jpg);	
} 

.intro_home_tekst {
	width: 260px;
	height: 171px;
	position: absolute;
	top: 416px;
	left: 213px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.intro_home_tekst h1 {
	font-size: 13px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 13px; 
	position: relative;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h4 {
	color:#550000;
	font-size:13px;
	font-weight:bold;
}
p {
	display:inline;
}
.intro_home_tekst a:link, .intro_home_tekst a:visited, .intro_home_tekst a:active {
	color: #B81A8B;
	text-decoration: none;
}
.intro_home_tekst a:hover {
	color: #000000;
	text-decoration: none;	
}
.linkspaars a:link, .linkspaars a:visited, .linkspaars a:active {
	color: #B81A8B;
	text-decoration: none;
}
.linkspaars a:hover {
	color: #000000;
	text-decoration: none;	
}

.link_other a:link, .link_other a:visited {
	color: #000000;
	text-decoration: none;
}
.link_other a:hover, .link_self a:hover {
	color: #B81A8B;
	text-decoration: none;	
}
.link_self a:link, .link_self a:visited {
	color: #B81A8B;
	text-decoration: none;
}
.opdr_holder {
	top: 0px;
	height: 80px;
	float: left;
	position: relative;
}
.opdr_img {
	height: 60px;
	width: 95px;
	overflow: hidden;
}
.opdr_tekst {
	height: 60px;
	width: 140px;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	position: relative;
	background-color: #F0F0F0;
	font-size: 10px;
	line-height: 14px;
}
.opdr_tekst h2 {
	padding-top: 5px;
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px; 
	margin-bottom: 0px;
}
.img_pagina {
	width: 158px;
	height: 633px;
	position: absolute;
	left: 322px;
	top: 85px;
}
.img_logo {
	top: 40px;
	left: 850px;
	width: 195px;
	height: 46px;
	position: absolute;
	background-image: url(../images/aestas_logo.jpg);	
}
.img_bghome{
	top: 150px;
	left: 521px;
	width: 759px;
	height: 845px;
	position: absolute;
	background-image: url(../images/website_home.jpg);	
    z-index: 0;
}
.img_bgpages{
	top: 150px;
	left: 521px;
	width: 759px;
	height: 845px;
	position: absolute;
	background-image: url(../images/website_pages2.jpg);	
}
.img_bgpages_haarlemmermeer{
	top: 150px;
	left: 491px;
	width: 789px;
	height: 845px;
	position: absolute;
	background-image: url(../images/website_pages_haarlemmermeer.jpg);	
}
.flash_intro {
	top: 68px;
	left: 443px;
	width: 645px;
	height: 265px;
	position: absolute;
}
.flash_opdrachtgevers {
	top: 185px;
	left: 813px;
	width: 225px;
	height: 60px;
	position: absolute;
	z-index:1500;
}
.flash_opdrachtgevers_verticaal {
	top: 435px;
	left: 165px;
	width: 140px;
	height: 120px;
	position: absolute;
	z-index:1500;
}
.hoofdmenu {
	top: 183px;
	left: 489px;
	width: 600px;
	height: 600px;
	position: absolute;
}
.referenties {
	top: 173px;
	left: 489px;
	width: 600px;
	height: 600px;
	position: absolute;
}
.img_bghome_noflash{
    margin-left: 32px;
    margin-top: -32px;
}
.footer {
	float: left;
	position: relative;	
}
.pagina_menu {
	clear: both;
}
.credits {
	top: 875px;
	left: 193px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.terug {
	top: 130px;
	left: 740px;
	width: 300px;
	text-align:right;
	position: absolute;
	z-index:20;
}

.submitbutton{
	cursor:pointer;
	border:outset 0px #ccc;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
	background:url(../images/button.jpg) repeat-x left top;
}
.meer_informatie {
display: none;
}
.opdrachtgever {
	margin-bottom: 15px;
	background-color: #EEE;
	padding: 0px;
	border: 0px solid #DDD;	
	height: 60px;
}
.opdr_img {
	width: 95px;
	position: relative; 
	float: left;
	height: auto;	
}
.opdr_gemeente {
	width: 200px;
	position: relative;
	float: left;	
	padding-left: 35px;	
	height: auto;
}
.opdr_referentie {
	width: 140px;
	position: relative;
	height: 60px;
	padding-left: 25px;	
	height: auto;
}
.accent {
	color: #000;
	font-weight: bold;
}
.small {
	font-size: 11px;
	line-height: 16px;
}
.applyDiv {
	position: relative;
	left: 0px;
	top: 0px;
}
.listTh {
	align: left;
}
/* HAARLEMMERMEER */
.website_haarlemmermeer {
	position: absolute;
	left: -640px; /* Half of websites width */
	top: 0px;
	width: 1280px;
	background-image: url(../images/website_bg.jpg);	
	background-color: #FFFFFF;
}
.img_manvrouw_haarlemmermeer {
	width: 370px;
	height: 968px;
	position: absolute;
	top: 40px;
	left: 108px;
	background-image: url(../images/img_haarlemmermeer.jpg);	
} 
.img_logo_haarlemmermeer {
	top: 40px;
	left: 850px;
	width: 215px;
	height: 88px;
	position: absolute;
	background-image: url(../images/haarlemmermeer_logo.jpg);	
}
.content_haarlemmermeer_home {
	top: 150px;
	left: 510px;
	width: 520px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.kolom_haarlemmermeer_home {
	width: 460px;
	height: 290px;
	padding: 10px;
	overflow: hidden;
	left: 15px;
	top: 40px;
	position: relative;	
	clear: both;
}
.nieuws_item {
	position: relative;
	margin-bottom: 40px;
	clear: both;
}
.nieuws_afbeelding {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 8px;
}
.nieuws_item h3 {
	height: 35px;
}
.flashbutton {
	width: 150px;
	height: 150px;
	margin: 0px 15px 15px 0px;
	position: relative;
	float: left;
	overflow: hidden;
}
.flashbutton_margin {
	margin: 15px 0px 0px 0px;
	position: relative;
	width: 510px;
	height: 315px;
	display: block;
	overflow: hidden;
}

.socialMedia {
	position: relativa;
	display: block;
	margin: 20px 0px 50px 0px;
	z-index: 901;
}
.link_linkedin {
	width: 24px;
	height: 24px;
	background-image: url(../images/linkedin-24.png);
	border: 0px;
	position: relative;
	background-color: #FFF;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	float: left;
}
.link_facebook {
	width: 24px;
	height: 24px;
	background-image: url(../images/facebook-24.png);
	border: 0px;
	position: relative;
	background-color: #FFF;
	margin: 0px 5px 0px 0px;
	cursor: pointer;	
	float: left;	
}
.link_twitter {
	width: 24px;
	height: 24px;
	background-image: url(../images/twitter-24.png);
	border: 0px;
	position: relative;
	background-color: #FFF;
	margin: 0px 5px 0px 0px;
	cursor: pointer;	
	float: left;		
}
.link_hyves {
	width: 24px;
	height: 24px;
	background-image: url(../images/hyves-24.png);
	border: 0px;
	position: relative;
	background-color: #FFF;
	margin: 0px 5px 0px 0px;
	cursor: pointer;	
	float: left;		
}
.link_hyves:hover, .link_facebook:hover, .link_twitter:hover, .link_linkedin:hover {
	left: 1px;
	top: 1px;
	position: relative;
}
/* CARERIX */

.VacancyItem, .SearchItem {
	display: block;
	position: relative;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	clear:both;
	height: auto;
	background-color: #EEE;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
.SearchItem table {
	margin: 5px 5px 5px 5px;	
	padding: 0px 0px 5px 0px;
	position: relative;
}
.SearchItem input.submit, .Vacancy input.submit {
	line-height: 20px;
	color: #FFF;
	text-align: center;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	background-color: #B81A8B;	
	padding: 3px;
	margin: 0px 10px 0px 0px;
	position: relative;
	float: left;
	/*background-image: url(../images/submit_100.png);
	background-repeat: no-repeat;*/
}
.SearchItem input.submit:hover, .Vacancy input.submit:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

.vHeader {
	font-size: 15px;
	display: block;
	color: #B81A8B;
	text-align: left;
	background-color: #FFF;
	line-height: 22px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: solid 2px #EEE;
	/*border-bottom: solid 3px #B81A8B;*/
	align: left;
	height: auto;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.VacancyItem:hover .vHeader {
	background-color: #FFF;
}
.VacancyItem a:link, .VacancyItem a:active, .VacancyItem a:visited  {
	color: #000;
	text-decoration: none;
	text-align: left;
	align: left;
	display: block;
	height: auto;
}
.VacancyItem:hover a {
	color: #B81A8B;
}
.vLeftTop {
	background-image: url(../images/vacature_lt.png);
	background-repeat: no-repeat;	
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px; 
	top: 0px;
}
.vRightTop {
	background-image: url(../images/vacature_rt.png);
	background-repeat: no-repeat;	
	width: 15px;
	height: 15px;
	position: absolute;
	right: -5px; 
	top: -0px;
}
.vLeftBottom {
	background-image: url(../images/vacature_lb.png);
	background-repeat: no-repeat;	
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px; 
	bottom: -5px;
}
.vRightBottom {
	background-image: url(../images/vacature_rb.png);
	background-repeat: no-repeat;	
	width: 15px;
	height: 15px;
	position: absolute;
	right: -5px; 
	bottom: -5px;
}
.vDate {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;
	background-image: url(../images/vacature_datum.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.vStatus, .vOpen, .vGesprekken {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;
	background-image: url(../images/vacature_open.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}
.vGesprekken {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;
	background-image: url(../images/vacature_gesprekken.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}
.vIngevuld, .vVervuld {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;
	background-image: url(../images/vacature_gesloten.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}

.vContract {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;
	background-image: url(../images/vacature_dienstverband.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}
.vCity {
	position: relative;
	float: left;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 15px;	
	background-image: url(../images/vacature_plaats.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}
.vDescription {
	position: relative;
	display: block;
	clear: both;
	padding: 0px 10px 0px 0px;	
}
.showMore {
	background-color: #FFF;
	color: #B81A8B;
	cursor: pointer;
	font-weight: bold;
	border: 0px;
	float: left;
}
.showMore:hover {
	color: #000;
}
.currentOffset {
	background-color: #FFF;
	color: #CCC;
	cursor: pointer;
	font-weight: bold;	
	border: 0px;
	float: left; 
}
.currentOffset:hover {
	color: #CCC;
	cursor: auto;
}
.offsetButtons {
	display: block;
	position: relative;
	padding: 25px 0px 35px 0px;
	clear: both;
	width: 100%;
}
.clear {
	clear: both;
}
td {
	vertical-align: top;
	padding: 2px 10px 2px 10px;
}
td.applyHeader {
	background-color: #B81A8B;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	position: relative;
}
