@charset "utf-8";
/* CSS Document */

* { 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	line-height: 15px;
}
html {
	background: url(../img/ems-bg.jpg) top left repeat-x;
	overflow: scroll;
	overflow-x: auto;
}
body {
	background: url(../img/bodybg.jpg) bottom center no-repeat;
}
table {
	border-collapse: none;
	border-spacing: 0;
}
a {
	color: #a5b4ff;
}
a:hover {
	color: #fff;
}
a {
	cursor: pointer;
}
p {
	margin: 10px 0 10px 0;
	line-height: 16px;
}
.clear {
	clear: both;
}
.error {
	color: #ff0000;
}


/* ------------------------ HEADINGS ------------------------ */
h1 {
	font-size: 29px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	line-height: 35px;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	color: #162174;
	text-align: right;
	border-bottom: 1px solid #162174;
}
h3 span { 
	color: #a5b4ff;
	margin: 0 0 0 25px;
	padding: 0 10px 0 5px;
	background: #162174;
	line-height: 20px;
}
h3.overems { background: url(../img/overems.gif) top left no-repeat; }
h3.blanco { background: url(../img/blanco.gif) top left no-repeat; }
h3.contact { background: url(../img/contact.gif) top left no-repeat; }
h3.nieuws { background: url(../img/nieuws.gif) top left no-repeat; }
h3.projecten { background: url(../img/projecten.gif) top left no-repeat; }
h3.vacatures { background: url(../img/vacatures.gif) top left no-repeat; }
h4, h4 a, h4 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #161274;
}

/* ------------------------ WRAPPER ------------------------ */
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#wrapperfoot {
	width: 980px;
	margin: 0 auto;
	background: url(../img/footer.jpg) bottom left no-repeat;
	height: 150px;
}

/* ------------------------ BUTTONS MEER INFORMATIE ------------------------ */
.buttonmeer {
	background: url(../img/bg-buttons-left.gif) top left no-repeat ;
	text-transform: uppercase;
	float: left;
	margin: 4px 0 0 0;
}
.buttonmeer a {
	background: url(../img/bg-buttons-right.gif) top right no-repeat #a5b4ff;
	margin: 0 6px 0 6px;
	padding: 0 10px 0 0;
	color: #162174;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
.buttonmeer_diap {
	background: url(../img/bg-buttonsdiap-left.gif) top left no-repeat;
	text-transform: uppercase;
	float: left;
	margin: 4px 0 0 0;
}
.meerinformatie .buttonmeer_diap {
	margin: 0px;
}
.buttonmeer_diap a {
	background: url(../img/bg-buttonsdiap-right.gif) top right no-repeat #162174;
	margin: 0 6px 0 5px;
	padding: 0 8px 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	float: left;
}

/* ------------------------ HEADER ------------------------ */
#header {
	position: relative;
	height: 212px;
}
#header.img1 { background: url(../img/ems-header2.jpg) top left no-repeat; }
#header.img2 { background: url(../img/ems-header2.jpg) top left no-repeat; }

.logo { 
	position: absolute;
	top: 60px;
	left: 43px;
}
#contentdivider {
	height: 10px;
	font-size: 3px;
	background: url(../img/contentdivider.jpg) repeat-y top left #162174;
}

/* ------------------------ MAIN NAVIGATION ------------------------ */
#navigation {
	position: absolute;
	top: 177px;
	left: 0px;
	width: 980px;
}
#navigation img {
	float: right;
	margin: 0 36px 0 0;
}
#mainnavigation-bg {
	height: 40px;
	margin: 0 20px;
}
#mainnavigation li {
	float: left;
	list-style: none;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 0 20px;
	padding: 0 0 3px 20px;
	background: url(../img/li-bullet.gif) center left no-repeat;
}
#mainnavigation li:hover, #mainnavigation li.active {
	background: url(../img/li-active.gif) center left no-repeat;
}
#mainnavigation li.first {
	margin: 0 0 0 25px;
}
#mainnavigation li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------ SUB NAVIGATION ------------------------ */
#subnavigation {
	width: 219px;
	color: #162174;
	background: url(../img/subnav-btm.jpg) bottom left no-repeat;
	padding: 0 0 6px 0;	
 } 
#subnavigation #subnav-header div {
	height: 24px;
	font-size: 14px;
	font-weight: bold;	
	padding: 10px 0 0 13px;
}
#subnavigation #subnav-header .vacatures { background: url(../img/subnav-vacatures.jpg) top left no-repeat; }
#subnavigation #subnav-header .nieuws { background: url(../img/subnav-nieuws.jpg) top left no-repeat; }
#subnavigation #subnav-header .projecten { background: url(../img/subnav-projecten.jpg) top left no-repeat; }
#subnavigation #subnav-header .overems { background: url(../img/subnav-overems.jpg) top left no-repeat; }
#subnavigation #subnav-header .blanco { background: url(../img/subnav-blanco.jpg) top left no-repeat; }

#subnavigation ul {
	background: #e9eef4;
	padding: 0 0 10px 0;
}
#subnavigation ul li {
	list-style: none;
	margin: 0 13px;
	padding: 8px 0;
	border-bottom: 1px solid #ced9eb;
	background: url(../img/subnav-arrow.gif) center right no-repeat;
}
#subnavigation ul li img { 
	margin: 0 10px 0 0;
}
#subnavigation ul li span {
	margin: 0 0 20px 0;
}
#subnavigation ul li a, #subnavigation table tr td.col2 a {
	text-decoration: none;
	color: #162174;
	display: block;
}
#subnavigation ul li a:hover, #subnavigation table tr td.col2 a:hover {
	text-decoration: underline;
	color: #162174;
}
#subnavigation #subnav {
	padding: 0 13px;
	background: #e9eef4;
}
#subnavigation table tr td.col1 {
	margin-left: 10px;
	padding: 10px 0;
	width: 85px;
	border-bottom: 1px solid #ced9eb;
	text-align: left;
}
#subnavigation table tr td.col2 {
	border-bottom: 1px solid #ced9eb;
	width: 200px;
	text-align: left;
}
#subnavigation table tr td.colzonder {
	padding: 10px 0;
}
#subnavigation table tr td.colzonder .buttonmeer_diap {
	background: url(../img/bg-buttonsdiap-left.gif) top left no-repeat;
	text-transform: uppercase;
	float: left;
}
#subnavigation table tr td.colzonder .buttonmeer_diap a {
	background: url(../img/bg-buttonsdiap-right.gif) top right no-repeat #162174;
	margin: 0 6px 0 5px;
	padding: 0px 8px 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	float: left;
}

/* ------------------------ SUB MENU ------------------------ */ 
#subnavigation ul li.nav {
	list-style: none;
	margin: 0 13px;
	padding: 12px 0 0 0;
	border-bottom: 0px;
	background: none;
}
#subnavigation ul li.nav a {
	text-decoration: none;
	color: #162174;
	display: block;
	padding: 0 0 0 25px;
	background: url(../img/subli-bullet.jpg) center left no-repeat;
}
#subnavigation ul li.nav a.active {
	background: url(../img/subli-active.jpg) center left no-repeat;
}

/* ------------------------ MAINBOX ------------------------ */
#mainbox { 
	background: url(../img/achtergrond-schaduw.jpg) top left repeat-y;
}
#mainbox #content {
	margin: 0 10px 0 10px;
	background: #152175;
	padding: 30px 30px 0 30px;
	color: #fff;
	border-left: 6px solid #fff;
	border-right: 5px solid #fff;
}
#mainbox #content .divider {
	border-bottom: 1px solid #2e3882;
	border-top: 1px solid #0a104e;
	padding: 0 40px;
	background: #162174;
	margin: 0 0 20px 0;
}
#sidebar {
	height: 100%;
	width: 250px;
	float: left;
}
#inhoud {
	padding: 0 15px 15px 40px;
	float: left;
	width: 583px;
	background: url(../img/bg-divider.gif) top left repeat-y;
}
#inhoud p {
	line-height: 20px;
	display: block;
	width: 100%;
	overflow: hidden;
}
#inhoud p a {
	color: #a5b4ff;
}
#inhoud p a:hover {
	color: #fff;
}
#inhoud ul {
	list-style: inside;
	float: left;
	display: block;
	width: 100%;
	padding: 3px 0;
	margin: 0 0 10px 0;
}
#inhoud ul li {
	line-height: 20px;
}
#inhoud p strong{
	line-height: 20px;
}
#inhoud p img.left {
	float: left;
	margin: 0 10px 0 0;
}
img.gallery {
	margin: 10px 10px 0 0;
}
#inhoud p span {
	color: #a5b4ff;
	font-weight: bold;
}
#inhoud p span.bedrijf {
	font-weight: bold;
	color: a5b4ff;
}

/* ------------------------ HOMEPAGE ------------------------ */
#hometop {
	overflow: hidden;
	clear: both;
	
}
#homebottom {
	overflow: hidden;
	clear: both;
}

/* hometop */
#hometop .sidebar {
	width: 394px;
	float: left;
	min-height: 260px;
	height: auto !important; /* to set min-height for IE6 */ 
  	height: 260px; /* to set min-height for IE6 */
}
#hometop .sidebar #slideshow {
	margin: 0 30px 0 0;
}
#hometop .sidebar #slideshow img.none {
	display: none;
}
#hometop .inhoud {
	width: 495px;
	float: left;
	height: 260px;
}
#hometop .inhoud p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

/* homebottom */
#homebottom .sidebar {
	width: 384px;
	float: left;
}
#homebottom .inhoud { 
	width: 505px;
	float: left;
}
#homebottom .sidebar .block {
	margin: 0 0 15px 0;
	height: 135px;
}
#homebottom .inhoud .block {
	margin: 0 0 15px 0;
	height: 135px;
}

/* homebottom blokken */
.block-left {
	background: url(../img/homebox-left.jpg) top right no-repeat;
	height: 135px;
	float: left;
	width: 13px;
}
.block-right {
	background: url(../img/homebox-right.jpg) top left no-repeat;
	height: 135px;
	float: left;
	width: 16px;
}
#homebottom .sidebar .block-inside {
	width: 340px;
}
#homebottom .inhoud .block-inside {
	width: 476px;
}
.block-inside {
	background: url(../img/homebox-center.jpg) top left repeat-x;
	height: 135px;
	float: left;
}	
/*#homebottom .inhoud .block-inside img {
	float: left;
	width: 65px;	
	height: 65px;
	margin: 0 10px 30px 0;
}
.block-inside h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 10px 0;
	color: #161274;
}

.block-inside p { 
	color: #161274;
	margin: 3px 0 5px 0;
	line-height: 16px;
}*/
#homebottom .inhoud .blockinhoud { 
	float: left;
	width: 230px;
}

/* -- nieuws block */
#homebottom .inhoud .blockinhoud.first { 
	float: left;
	margin: 0 15px 0 0;
}

#homebottom .sidebar .block.vacatures ul.vacatures li {
	background: url(../img/home_meer.jpg) center right no-repeat;
	padding: 7px 0 7px 0;
	list-style: none;
	border-bottom: 1px solid #ced9eb;
}
#homebottom .sidebar .block.vacatures ul.vacatures li a {
	color: #162174;
	display: block;
	text-decoration: none;
}


/* -- webshop block */
#homebottom .inhoud .webshoptext {
	width: 340px;	
	float: left;
	margin: 0 15px 0 0;
}
#homebottom .inhoud .webshopbutton { 
	float: left;
	position: relative;
	width: 112px;
}
h2.webshop {
	padding: 0 110px 0 0;
}
#homebottom .inhoud .webshopbutton img.webshop {
	position: absolute;
	top: -25px;
	left: 0px;
	width: 112px;
	height: 112px;
	margin: 0 10px 30px 0;
}

/* ------------------------ PROJECTEN (OVERZICHT) ------------------------ */
#inhoud .block.project {
	margin: 15px 0 0 0;
	height: 135px;
	float: left;
	width: 284px;
}
#inhoud .block.project.first {
	margin: 15px 15px 0 0;
}
#inhoud .block-left {
	background: url(../img/homebox-left.jpg) top right no-repeat;
	height: 135px;
	float: left;
	width: 13px;
}
#inhoud .block-right {
	background: url(../img/homebox-right.jpg) top left no-repeat;
	height: 135px;
	float: left;
	width: 16px;
}
#inhoud .block-inside {
	width: 255px;
	background: url(../img/homebox-center.jpg) top left repeat-x;
	height: 135px;
}

/*.block-inside h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0 10px 0;
	color: #161274;
}
.block-inside img {
	float: left;
	width: 65px;	
	height: 65px;
	margin: 0 10px 30px 0;
}
.block-inside p { 
	color: #161274;
	margin: 3px 0 5px 0;
	line-height: 16px;
}
#inhoud .block .block-inside .blockinhoud p {
	float: none;
	line-height: 16px;
}
#inhoud .block-inside .blockinhoud { 
	float: left;
}*/
/* ------------------------ BLOKKEN ------------------------ */
.tbl_project {
	width: 100%;
}
.tbl_nieuws_home {
	width: 47%;
	float: left;
	margin: 0 0 0 5px;
}
.sidebar .tbl_project tr td, #inhoud .tbl_nieuws_home tr td, #inhoud .tbl_aanbieding tr td {
	margin: 0px;
	padding: 0px;
}
.tbl_project tr td.img_project, .tbl_nieuws_home tr td.img_project {
	width: 70px;
	height: 70px;
	vertical-align: top;
}
.tbl_project tr.meerinformatie, .tbl_nieuws_home tr.meerinformatie {
	xheight: 20px;
}
.tbl_project tr td.projectinhoudelijk, .tbl_nieuws_home tr td.projectinhoudelijk  {
	vertical-align: top;
	color: #161274;
}
.tbl_project tr td.projectinhoudelijk h4, .tbl_nieuws_home tr td.projectinhoudelijk h4 {
	margin: 0 0 5px 0;
}
.tbl_projecten tr.meerinformatie td .buttonmeer_diap, .tbl_nieuws_home tr.meerinformatie td .buttonmeer_diap {
	margin: 0px;
}
.tbl_aanbieding { 
	width: 100%;
	vertical-align: top;
	color: #161274;
	line-height: 18px;	
	margin-bottom: 20px;
}
.tbl_aanbieding tr td { 
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #161274;
	
}
.tbl_aanbieding tr td.images {
	width: 320px;	
}
.tbl_aanbieding tr td.bedrag {
	background: url(../img/bedrag.gif) top left no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 129px;
	width: 129px;
}
.tbl_aanbieding tr td h1, .tbl_aanbieding tr td h1 a {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #161274; 
	text-decoration: none;
}
.tbl_aanbieding tr td.bestellen .buttonmeer {
	margin: 5px 0 0 25px;
}

/* ------------------------ CONTACT ------------------------ */
#sidebar.contact {
	height: 100%;
	width: 500px;
	float: left;
	padding: 0 25px 0 0;	
	background: url(../img/bg-divider.gif) top right repeat-y;
}
#inhoud.contact {
	padding: 0 0 15px 25px;
	float: left;
	width: 335px;
	background: none;
}
#sidebar.contact #map {
	width: 500px;
	height: 315px;
	xbackground: #fff;
	margin: 25px 0 10px 0;
}
#inhoud.contact p {
	padding: 17px 0 0 30px;
	line-height: 27px;
}
#inhoud.contact img.service {
	margin: 50px 0 0 0;
}

/* ------------------------ VACATURES ------------------------ */
#inhoud form {
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}
#inhoud table tr td {
	padding: 5px 5px 5px 0;
}

#inhoud table tr td.col-label {
	width: 80px;
	vertical-align: top;
}
#inhoud table tr td.col-input input {
	background: #dbe1fb;
	width: 300px;
	padding: 2px;
}
#inhoud table tr td.col-input .submit_reactie {
	width: 100px;
}
#inhoud table tr td.col-input textarea {
	width: 300px;
	height: 100px;
	padding: 2px;
	background: #dbe1fb;	
}

.service {
	color: #fff;
	text-align: right;
	display: block;
	margin: 0 40px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 10px;
}
.servicenummer {
	color: #fff;
	text-align: right;
	display: block;
	margin: 0 40px 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
.contact_service {
	background: url(../img/service-contactems_blanco.jpg) top left no-repeat;
	width: 290px;
	height: 76px;
	margin: 75px 0 0 30px;
	position: relative;
}
.contact_service .contact {
	position: absolute;
	top: 20px;
	right: 70px;
	color: #162174;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.contact_service .contact_servicenr {
	position: absolute;
	top: 39px;
	right: 72px;
	color: #162174;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 21px;
}
#projectenimages {
	display: block;
	height: 368px;
}

#controls {
	display: block;
	text-align: left;
	height: 10px;
	margin-top: 10px;
}

#inhoud table tr td.col-input .submit_bestelling {
	width: 150px;
}
.errorinput {
	border: 1px solid #C33;
}
.errormsg {
	background: url(../img/error_msg.gif) no-repeat top left;
	height: 25px;
	width: 200px;
	margin-top: -2px;
	padding: 7px 5px 5px 5px;
	color:#000;
	font-weight:bold;
	
}
.development {
	text-align: center;
	padding-top: 45px;
	color: #666;
}
.development a { 
	color: #333;
	text-decoration: underline;
}
.development a:hover { 
	color: #333;
	text-decoration: none;
}
