/* Stylesheet Infratotaal 28 november 2006 */
/* written by Rian Rietveld Web Design */
/* http://www.rrwd.nl */
/* mod 4 juni 2009 Rian Rietveld: nieuw logo bg_header.gif vervenagen door bg_header.jpg  */

body {
  background-color: #fff;
  margin: 0; 
  padding: 0; 
  background-image: url(/layout/bg_main.gif); 
  background-position: 0px 132px;
}

/* lay-out */

#header {
  position: absolute; 
  top: 0px;
  left: 0px;
  height: 92px; 
  width: 100%; 
  background-image: url(/layout/bg_header.jpg); 
  background-repeat: no-repeat;
  background-color: rgb(180, 214, 112);
}

#menubalk {
  position: absolute; 
  top: 92px;
  left: 0px;
  height: 38px; 
  width: 100%; 
  background-color: #6D6F71;
}

#menu {
  margin: 0;
  padding-top: 11px;
  padding-left: 270px;
  list-style: none;
}

#menu li {
  float: left;
  padding-right: 12px;
  padding-left: 0;
}

#fotorechts {
  margin: 0pt; 
  padding: 0pt; 
  width: 280px; 
  height: 280px; 
  position: absolute; 
  top: 130px; 
  left: 698px;
  border-left: 1px solid #ccc;
}

#container {
  position: absolute; 
  left: 258px; 
  top: 130px; 
  height: 420px;
  width: 462px; 
  margin: 0pt; 
  padding: 0pt; 
}

div.home { 
  background-image: url(/layout/raster_grijs.gif); 
}
div.bouwkunde { 
  background-image: url(/layout/raster_paars.gif); 
}
div.civieletechniek { 
  background-image: url(/layout/raster_geel.gif); 
}
div.infratechniek { 
  background-image: url(/layout/raster_oranje.gif); 
}
div.vacaturebank { 
  background-image: url(/layout/raster_blauw.gif); 
}
div.contact { 
  background-image: url(/layout/raster_groen.gif); 
}

#content {
  padding: 10px;
  width: 400px; 
  height: 350px;
  overflow: auto;
}

#kop {
  position: absolute; 
  left: 20px; 
  top: 508px; 
  height: 44px; 
  margin: 0; 
  padding: 0; 
}

#solliciteer {
  position: absolute; 
  left: 128px; 
  top: 207px; 
  height: 94px;
  width: 94px;
  background-image: url(/layout/raster_blauw.gif); 
}

#terug {
  position: absolute; 
  left: 128px; 
  top: 347px; 
  height: 94px;
  width: 94px;
  background-image: url(/layout/raster_blauw.gif); 
}

/* presentation text */


h1.header {
	visibility: hidden;
}

* {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  color: #000; 
  font-size: 8pt;
  line-height: 11pt;
}

#menu li a {
  color: #fff;
  font-size: 7.5pt;
  text-decoration: none;
  font-weight: bold;
}

#menu li a.home:hover  { color: rgb(180, 214, 112);}
#menu li a.home_actief { color: rgb(180, 214, 112);}

#menu li a.bouwkunde:hover  { color: #c4cee9;}
#menu li a.bouwkunde_actief { color: #c4cee9;}

#menu li a.civiele_techniek:hover  { color: #fff9b8;}
#menu li a.civiele_techniek_actief { color: #fff9b8;}

#menu li a.infratechniek:hover  { color: #fcc281;}
#menu li a.infratechniek_actief { color: #fcc281;}

#menu li a.vacaturebank:hover  { color: #bbe6fa;}
#menu li a.vacaturebank_actief { color: #bbe6fa;}

#menu li a.contact:hover  { color: rgb(180, 214, 112);}
#menu li a.contact_actief { color: rgb(180, 214, 112);}

#lijst {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#lijst li {
  padding: 10px;
}
#lijst a {
  text-decoration: none;
}

#solliciteer a {
  margin: 0;
  padding: 0;
  position: absolute; 
  top: 40px;
  left: 21px;
  text-decoration: none;
}

#terug a {
  margin: 0;
  padding: 0;
  position: absolute; 
  top: 40px;
  left: 30px;
  text-decoration: none;
}


