/* 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;
}
/* 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: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	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);	
}
.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: 1px 2px;
	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;
}