﻿html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #5C5C5C;
	line-height: 18px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	height: 100%;
	
	/*background-image: url('../gfx/bg.jpg');
	background-repeat: no-repeat;
	background-position: center 20px;  zelfde als padding-top in div.container*/
}


a {
	color: #5C5C5C;
}

p {
	margin: 5px 0 25px 0px;
}

h3 {
	color: red;
	font-size: 14px;
	font-weight: bold;
	
	color: red;
	font-size: 13px;
	font-weight: normal;
}

div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;                                                                     
  margin-top: -350px;                                                              
  float: left;
}


div.container
{
	margin: auto;
	padding: 20px 0 0 0;/* zelfde als background-position in body*/
	width: 1020px;
	height: 670px;
	text-align: left;
	background-color: transparent;
	position: relative;
	border: 0px solid black;
	top: 10px;	
	background-image: url('../gfx/bg.jpg');
	background-repeat: no-repeat;
	background-position: center 20px; /* zelfde als padding-top in div.container*/
}

div.container
{
  clear: both;
  position: relative;
  top: -400px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
}

/*div.container
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -610px;
	margin-top: -335px;
	padding: 20px 0 0 0;
	background-image: url('../gfx/bg.jpg');
	background-repeat: no-repeat;
	background-position: center 20px;
}*/

div.header {
	
	background-color: transparent;
	text-align: right;
}

div.topnav {
	height: 26px;
	background-color: transparent;

	
	height: 20px;
	padding: 10px 10px;
}

div.header ul {
	display: inline;
	margin: 0 10px 0 0px;
	padding: 0;
	background-color: transparent;
}

div.header ul li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 26px;
}

div.header ul li a {
	color: #5C5C5C;
	text-decoration: none; 
	font-size: 9px;
}

div.header ul li a:hover,
div.header ul li a:active {
	text-decoration: underline;
}

div.header div.flash {
	margin: 0;
	padding: 0;
	background-color: transparent;
	height: 150px;
	padding: 0 0 0 0px;
	margin: 0 10px;
}

div.middle{
	background-color: transparent;
	text-align: center;
	
	height: 446px;
	margin: 0 0 0 46px;
	text-align: left;
}

div.default {
	height: 446px;
}

div.klanten {
	height: 596px;
}

div.projects {
	height: 696px;
	margin: 0 0 0 10px;
}




div.footer {
	position: absolute;
	bottom: 0;
	height: 25px;
	
	height: 24px;
	background-color: transparent;
	/*background-image: url('../gfx/nav.jpg');
	background-repeat: no-repeat;*/
	padding: 0 0 0 11px;
	
	padding: 0 0 0 21px;
	position: relative;
	
	
}


/*-----------------------------------------------------------------------------

Define the width of the nav div

-----------------------------------------------------------------------------*/

#nav
	{ 
	width:485px; 
	height: 25px;
	}

	
#nav ul 
	{
	list-style:none;
	width: 485px;
	height: 25px;
	margin: 0;
	padding: 0;
	}

#nav li 
	{

    list-style: none;
	display: inline;
	text-align: center;
	}

#nav li a 
	{
	text-decoration: none;
	display:block;
	float:left;	
	background-image: url('../gfx/nav.jpg'); 
	background-repeat: no-repeat;
	text-indent:-9999px;
	}
	
/*-----------------------------------------------------------------------------

Define the width of the nav div ENGELS

-----------------------------------------------------------------------------*/

#nav-eng
	{ 
	width:485px; 
	height: 25px;
	}

	
#nav-eng ul 
	{
	list-style:none;
	width: 485px;
	height: 25px;
	margin: 0;
	padding: 0;
	}

#nav-eng li 
	{

    list-style: none;
	display: inline;
	text-align: center;
	}

#nav-eng li a 
	{
	text-decoration: none;
	display:block;
	float:left;	
	background-image: url('../gfx/nav-eng.jpg'); 
	background-repeat: no-repeat;
	text-indent:-9999px;
	}


/*-----------------------------------------------------------------------------

Define the width of each li item. This is used as a letter box to show the 
correct part of the background image

-----------------------------------------------------------------------------*/	
	
	
li#mcr a {
	width:90px;
	height:25px;
	 }
li#werk a {
	width:92px;
	height:25px;
	 }
li#klanten a {
	width:90px;
	height:25px;
	 }
li#vacatures a {
	width:90px;
	height:25px;
	 }
li#contact a {
	width:107px;
	width:99px;
	height:25px;
	 }
	
/*-----------------------------------------------------------------------------

Position the background image within the left boxes we have created. Use hover states
to show the correct background position for hover states.

A negative margin is used to show the whole tab. As this doesn't work in IE a 
separate stylesheet is used for IE6 and below.

-----------------------------------------------------------------------------*/	


li#mcr a:link, li#mcr a:visited {	
	background-position: -0px -0px;
	}
	
li#mcr a:hover, li#mcr a:focus {	
	background-position: -0px -0px;
	}
	
li#werk a:link, li#werk a:visited {	
	background-position: -90px -75px;
	}
	
li#werk a:hover, li#werk a:focus {	
	background-position: -68px -100px;
	width: 114px;
	margin-left: -22px;
	}	
	
li#klanten a:link, li#klanten a:visited {	
	background-position: -182px 0px;
	}
	
li#klanten a:hover, li#klanten a:focus {	
	background-position: -162px -125px;
	width: 110px;
	margin-left: -20px;
	}	
	
li#vacatures a:link, li#vacatures a:visited {	
	background-position: -272px 0px;
	}
	
li#vacatures a:hover, li#vacatures a:focus {	
	background-position: -252px -250px;
	width: 110px;
	margin-left: -20px;
	}	
	
li#contact a:link, li#contact a:visited {	
	background-position: -362px 0px;
	width: 107px;
	
	}
	
li#contact a:hover, li#contact a:focus {	
	background-position: -344px -150px;
	width: 107px;
	margin-left: -18px;
	}
	
/*-----------------------------------------------------------------------------

Set the on states using the body id.

-----------------------------------------------------------------------------*/	

body#mcr-page li#mcr a:link,
body#mcr-page li#mcr a:visited {	
	background-position: -1px -38px;
	background-position: -0px -0px;
}

body#mcr-page li#werk a:hover,
body#mcr-page li#werk a:focus {	
	background-position: -68px -100px;
	width: 114px;
	margin-left: -22px;
}

body#mcr-page li#klanten a:hover,
body#mcr-page li#klanten a:focus {	
	background-position: -162px -125px;
	overflow: auto;
 	position: relative;
}

body#mcr-page li#vacatures a:hover,
body#mcr-page li#vacatures a:focus {	
	background-position: -252px -250px;
	overflow: auto;
 	position: relative;
}

body#mcr-page li#contact a:link,
body#mcr-page li#contact a:visited {	
	background-position: -362px 0px;
	width: 99px;
	position: relative;
	}
	
body#mcr-page li#contact a:hover,
body#mcr-page li#contact a:focus {	
	background-position: -344px -150px;
	margin-left: -18px;
	width: 140px;
}

body#werk-page li#werk a:link,
body#werk-page li#werk a:visited {	
	background-position: -68px -100px;
	width: 114px;
	margin-left: -22px;
}

body#werk-page li#mcr a:link,
body#werk-page li#mcr a:visited {	
	background-position: -0px -25px;
	overflow: auto;
	position: relative;
}
	
body#werk-page li#mcr a:hover,
body#werk-page li#mcr a:focus {	
	background-position: -0px -100px;
	overflow: auto;
	position: relative;
}

body#werk-page li#klanten a:hover,
body#werk-page li#klanten a:focus {	
	background-position: -162px -175px;
	width: 110px;
	margin-left: -20px;
}
body#werk-page li#vacatures a:hover,
body#werk-page li#vacatures a:focus {	
	background-position: -252px -250px;
	width: 110px;
	margin-left: -20px;
}

body#werk-page li#contact a:link,
body#werk-page li#contact a:visited {	
	background-position: -362px 0px;
	position: relative;
	}
	
body#werk-page li#contact a:hover,
body#werk-page li#contact a:focus {	
	background-position: -344px -150px;
	position: relative;
}
	
body#klanten-page li#mcr a:link, 
body#klanten-page li#mcr a:visited {	
	background-position: -0px -75px;
	overflow: auto;
	position: relative;
}

body#klanten-page li#mcr a:hover, 
body#klanten-page li#mcr a:focus {	
	background-position: -0px -0px;
	overflow: auto;
	position: relative;
}	

body#klanten-page li#werk a:hover, 
body#klanten-page li#werk a:focus {	
	background-position: -68px -175px;
	width: 114px;
	margin-left: -22px;
	overflow: auto;
	position: relative;
	}

body#klanten-page li#klanten a:link, 
body#klanten-page li#klanten a:visited {	
	background-position: -162px -225px;
	width: 130px;
	margin-left: -20px;
}
	

body#klanten-page li#vacatures a:link, 
body#klanten-page li#vacatures a:visited {	
	background-position: -272px -0px;
	width: 90px;
	margin-left: -20px;
}

body#klanten-page li#vacatures a:hover, 
body#klanten-page li#vacatures a:focus {	
	background-position: -252px -325px;
	width: 110px;
	margin-left: -40px;
}
	
body#klanten-page li#contact a:hover, 
body#klanten-page li#contact a:focus {	
	background-position: -344px -225px;
	position: relative;
}

body#vacatures-page li#mcr a:link, 
body#vacatures-page li#mcr a:visited {	
	background-position: -0px -75px;
	overflow: auto;
	position: relative;
}

body#vacatures-page li#mcr a:hover, 
body#vacatures-page li#mcr a:focus {	
	background-position: -0px -0px;
	overflow: auto;
	position: relative;
}	

body#vacatures-page li#werk a:hover, 
body#vacatures-page li#werk a:focus {	
	background-position: -68px -25px;
	width: 114px;
	margin-left: -22px;
	overflow: auto;
	position: relative;
	}

body#vacatures-page li#klanten a:link, 
body#vacatures-page li#klanten a:visited {	
	background-position: -162px -275px;
	width: 130px;
	margin-left: -20px;
}
	
body#vacatures-page li#klanten a:hover, 
body#vacatures-page li#klanten a:focus {	
	background-position: -162px -325px;
	width: 130px;
	margin-left: -20px;
}

body#vacatures-page li#vacatures a:link, 
body#vacatures-page li#vacatures a:visited {	
	background-position: -272px -250px;
	width: 90px;
	margin-left: -20px;
}

body#vacatures-page li#contact a:link, 
body#vacatures-page li#contact a:visited {	
	background-position: -362px 0px;
	position: relative;
	}
	
body#vacatures-page li#contact a:hover, 
body#vacatures-page li#contact a:focus {	
	background-position: -344px -350px;
	position: relative;
}	
	
body#contact-page li#mcr a:link, 
body#contact-page li#mcr a:visited {	
	background-position: -0px -50px;
	overflow: auto;
	position: relative;
}

body#contact-page li#mcr a:hover, 
body#contact-page li#mcr a:focus {	
	background-position: -0px -0px;
	overflow: auto;
	position: relative;
}
	
body#contact-page li#werk a:link, 
body#contact-page li#werk a:visited {	
	background-position: -90px -75px;
}	

body#contact-page li#werk a:hover, 
body#contact-page li#werk a:focus {	
	background-position: -68px -200px;
	overflow: auto;
	position: relative;
}	

body#contact-page li#klanten a:hover, 
body#contact-page li#klanten a:focus {	
	background-position: -162px -225px;
	width: 110px;
	margin-left: -20px;
	overflow: auto;
 	position: relative;
	}

body#contact-page li#vacatures a:hover, 
body#contact-page li#vacatures a:focus {	
	background-position: -252px -350px;
	width: 110px;
	margin-left: -20px;
	overflow: auto;
 	position: relative;
	}

body#contact-page li#contact a:link, 
body#contact-page li#contact a:visited {	
	background-position: -342px -150px;
	width: 100px;
	margin-left: -20px;
	}
	
a.nohand:hover {
	cursor: default;
}

div.mcrlogo {

	
	text-align: right;
	margin: 0;
	padding: 0 46px 0 0;

	
	position: relative;
	right: 0;
	bottom: 10px;
	float: right;
}
	
table.home {
	
	width: 922px;
	background-color: transparent;
	text-align: left;
	
	position: relative;
	top: 80px;
}

table.home thead{
	/*margin: 30px auto;*/
	
}

table.home thead tr td{
	/*padding: 2px 20px 8px 20px;*/
	height: 51px;
	width: 235px;
	background-image: url('../gfx/title-bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	
	padding: 0 0 0px 50px;
	width: 185px;
	vertical-align: top;
	padding: 0 50px 0px 0px;
	text-align: center;
}

table.home thead tr td.last{

	padding: 0 260px 0px 0px;

}

table.home thead tr td p{
	margin: 8px 0 15px 0;
	padding: 0;
	
	margin: 8px 0 0px 0;
}

table.home tbody tr td{
	padding: 0 20px 0 0;
	vertical-align: top;
}

table.home tbody tr td.last {
	width: 230px;
	padding: 0 0 0 0;
	text-align: right;
	vertical-align: bottom;
	
	padding: 148px 0 0 0;
	padding: 150px 0 0 0;
}

table.home tbody tr td p {
	padding: 0px 0;
	margin: 0px 0;
}


table.werk {
	margin: 15px auto 0 auto;
	width: 920px;
	background-color: transparent;
	text-align: left;
	
	margin: 10px 0 0 0px;
	width: auto;
}

table.werk thead{
	margin: 30px auto;
	margin: 30px 0;
}

table.werk tbody tr td{
	padding: 0 10px 10px 10px;
	
	padding: 0 36px 10px 0px;
} 


table.werk a:link,
table.werk a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

table.werk a:hover,
table.werk a:active {
	color: #DA454E;
}

/* --- buttons ------------------------- */
table.werk a:hover {
	visibility:visible;
}

table.werk  td {
	width:281px;
	height:70px;
	background-repeat: no-repeat;
	background-position: top left;
}

table.werk a {display:block}
table.werk img {width:100%; height:100%}
/*
table.werk a:hover img {visibility:hidden;}

table.werk  td#duurzaam {
	background-image:url('../content/images/duurzame-energie2.jpg');
}

table.werk  td#deboer {
	background-image:url('../content/images/deboer1-2.jpg');
}

table.werk  td#mercedes {
	background-image:url('../content/images/mercedes2.jpg');
}

table.werk  td#optelec {
	background-image:url('../content/images/optelec2.jpg');
}

table.werk  td#ruttchen {
	background-image:url('../content/images/ruttchen2.jpg');
}

table.werk  td#essent {
	background-image:url('../content/images/essent2.jpg');
}

table.werk  td#kroymans {
	background-image:url('../content/images/kroymans2.jpg');
}

table.werk  td#smart {
	background-image:url('../content/images/smart2.jpg');
}

table.werk  td#multimedia {
	background-image:url('../content/images/multimedia2.jpg');
}
*/
table.klanten {
	margin: 00px auto 0 auto;
	width: 920px;
	background-color: transparent;
	text-align: left;
	
	/*margin: 10px 0 0 36px;*/
	width: auto;
}

table.klanten thead{
	margin: 30px auto;
	margin: 30px 0;
}

table.klanten tbody tr td{
	padding: 0 10px 10px 10px;
	
	padding: 0 36px 10px 0px;
} 


table.klanten a:link,
table.klanten a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

table.klanten a:hover,
table.klanten a:active {
	color: #DA454E;
}

table.contact {
	margin: 160px auto 0 auto;
	width: 920px;
	background-color: transparent;
	text-align: left;
	
	margin: 180px 0 0 0px;
	width: auto;
}

table.contact thead{
	margin: 30px auto;
}
table.contact tbody tr td{
	padding: 0 10px 10px 10px;
	
	padding: 0 36px 10px 0px;
}

table.contact a:link,
table.contact a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

table.contact a:hover,
table.contact a:active {
	color: #DA454E;
}

/* --- PROJECTS--- */
div.back {
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 1000;
	height: 0;
}
div.back img{
	border: 0;
}

div.img {
	margin: -10px 0 0 0;
}

div.text {
	margin: 0 auto;
	padding: 0 40px;
}
div.frame {
	margin: 0 auto;
	padding: 0 0px;
}

div.foot {
	text-align: center;
	width: 1000px;
}

table.popup {
	margin: 0 auto;
}

table.popup td {
	margin: 0 auto;
	text-align: center;
	width: 320px;
}

table.popup a {
	display:block;
}

table.popup img {
	width:281px; 
	height:70px;
}

table.popup a:hover {
	visibility:visible;
}

table.popup  td {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 19px top;
}

table.popup a:hover img {
	visibility:hidden;
}

table.popup  td#deboer1 {
	background-image:url('../content/images/werk/deboer-smal01.2.jpg');
}

table.popup  td#deboer2 {
	background-image:url('../content/images/werk/deboer-smal02.2.jpg');
}

table.popup  td#deboer3 {
	background-image:url('../content/images/werk/deboer-smal03.2.jpg');
}

table.popup  td#duurzaam1 {
	background-image:url('../content/images/werk/duurzame-energie-smal02.2.jpg');
}
table.popup  td#duurzaam2 {
	background-image:url('../content/images/werk/duurzame-energie-smal01.2.jpg');
}
table.popup  td#duurzaam3 {
	background-image:url('../content/images/werk/duurzame-energie-smal03.2.jpg');
}

table.popup  td#mercedes1 {
	background-image:url('../content/images/werk/mercedes-smal01.2.jpg');
}
table.popup  td#mercedes2 {
	background-image:url('../content/images/werk/mercedes-smal02.2.jpg');
}
table.popup  td#mercedes3 {
	background-image:url('../content/images/werk/mercedes-smal03.2.jpg');
}

table.popup  td#taat1 {
	background-image:url('../content/images/werk/taat-smal01.2.jpg');
}
table.popup  td#taat2 {
	background-image:url('../content/images/werk/taat-smal02.2.jpg');
}
table.popup  td#taat3 {
	background-image:url('../content/images/werk/taat-smal03.2.jpg');
}

table.popup  td#frijters1 {
	background-image:url('../content/images/werk/frijters-smal01.2.jpg');
}
table.popup  td#frijters2 {
	background-image:url('../content/images/werk/frijters-smal02.2.jpg');
}
table.popup  td#frijters3 {
	background-image:url('../content/images/werk/frijters-smal03.2.jpg');
}

table.popup  td#optelec1 {
	background-image:url('../content/images/werk/optelec-smal01.2.jpg');
}
table.popup  td#optelec2 {
	background-image:url('../content/images/werk/optelec-smal02.2.jpg');
}
table.popup  td#optelec3 {
	background-image:url('../content/images/werk/optelec-smal03.2.jpg');
}

table.popup  td#ruttchen1 {
	background-image:url('../content/images/werk/ruttchen-smal01.2.jpg');
}
table.popup  td#ruttchen2 {
	background-image:url('../content/images/werk/ruttchen-smal02.2.jpg');
}
table.popup  td#ruttchen3 {
	background-image:url('../content/images/werk/ruttchen-smal03.2.jpg');
}

table.popup  td#essent1 {
	background-image:url('../content/images/werk/essent-smal01.2.jpg');
}
table.popup  td#essent2 {
	background-image:url('../content/images/werk/essent-smal02.2.jpg');
}
table.popup  td#essent3 {
	background-image:url('../content/images/werk/essent-smal03.2.jpg');
}

table.popup  td#kroymans1 {
	background-image:url('../content/images/werk/kroymans-smal01.2.jpg');
}
table.popup  td#kroymans2 {
	background-image:url('../content/images/werk/kroymans-smal02.2.jpg');
}
table.popup  td#kroymans3 {
	background-image:url('../content/images/werk/kroymans-smal03.2.jpg');
}

table.popup  td#smart1 {
	background-image:url('../content/images/werk/smart-smal01.2.jpg');
}
table.popup  td#smart2 {
	background-image:url('../content/images/werk/smart-smal02.2.jpg');
}
table.popup  td#smart3 {
	background-image:url('../content/images/werk/smart-smal03.2.jpg');
}

table.popup  td#multimedia1 {
	background-image:url('../content/images/werk/multimedia-smal01.2.jpg');
}
table.popup  td#multimedia2 {
	background-image:url('../content/images/werk/multimedia-smal02.2.jpg');
}
table.popup  td#multimedia3 {
	background-image:url('../content/images/werk/multimedia-smal03.2.jpg');
}

table.popup  td#vanasbeck1 {
	background-image:url('../content/images/werk/vanasbeck-smal01.2.jpg');
}
table.popup  td#vanasbeck2 {
	background-image:url('../content/images/werk/vanasbeck-smal02.2.jpg');
}
table.popup  td#vanasbeck3 {
	background-image:url('../content/images/werk/vanasbeck-smal03.2.jpg');
}
