@charset "utf-8";
/* CSS Document */

/* MAIN RULES ---------------- */

* {
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:20px;
  outline-style:none;
}

html, body {
  background-color:#464e65;
/*  background-image: url('../images2/backgroundbig.gif');
  background-repeat: repeat-x; */
}

.container {
  position:absolute;
  width:840px;
  left:50%;
  margin-left:-420px;
  padding-left:30px;
  background-image:url('../images2/background.png');
  background-repeat:repeat-y;
  min-height:100%;
}

*html .container {
  height:100%;
}




/* HEADER ---------------- */

.top {
  display:block;
  width:780px;
  height:5px;
  background-color:#f78735;
}

.logo {
  width:780px;
  height:56px;
  text-indent:510px;
  background-color:#fff;
}





/* GRID ---------------- */

.content {
  height:450px;
  width:780px;
}

.zorg {
  position:absolute;
  top:61px;
  display:block;
  width:385px;
}

.techniek {
  position:absolute;
  margin-left:395px;
  top:61px;
  display:block;
  width:385px;
}

#zorg {
  position:absolute;
  top:389px;  
  color:#fff;
  background-color:#42465c;
  width:385px;
  display:none;
  padding-bottom:15px;
}

#techniek {
  position:absolute;
  margin-left:395px;  
  top:389px;
  color:#fff;
  background-color:#42465c;
  width:385px;
  display:none;
  padding-bottom:15px;  
}

.link {
  display:block;
  width:365px;
  height:20px;
  border-bottom:dotted 1px #fff;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  margin-left:10px;
}

.link:hover {
  color:#f78735;
}



/* FOOTER ---------------- */

.footer {
 	position: absolute;
	bottom: 0px;
	float:left;
	border-left:solid 1px #010d34;
	border-right:solid 1px #010d34;	
	width:770px;
	_width:780px;
	height:20px;
	background-image:url('../images/footer.gif');
	background-repeat:repeat-x;
	text-align:right;
	color:#fff;
	font-size:10px;
	padding-right:10px;
}

.footer a {
  font-size:10px;
  color:white;
  font-weight:bold;
  text-decoration:none;
}

.footer a:hover {
  font-size:10px;
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

.footer a:active {
  font-size:10px;
  color:#f78735;
  font-weight:bold;
  text-decoration:none;
}