* {
  padding:0;
  margin:0;
  font-family:'Gill Sans', sans-serif;
  font-size:12px;
}

div.home {
  height:300px;
  width:100px;
  position:absolute;  
  left:50%;
  top:50%;
  margin-top:-150px;
  margin-left:-50px;
}

a.architectuur {
  float:left;
  width:30px;
  height:300px;
  background:url('architectuur_home_licht.gif') no-repeat center bottom;
}

a.architectuur:hover {
  background-image:url('architectuur_home.gif');
}

a.grafisch {
  float:left;
  width:30px;
  height:300px;
  margin-left:40px;
  background:url('grafisch-ontwerp_home_licht.gif') no-repeat center bottom;
}

a.grafisch:hover {
  background-image:url('grafisch-ontwerp_home.gif');
}

a.architectuur_site {
  width:25px;
  height:180px;
  float:right;
  background:url('architectuur_site_licht.gif') no-repeat center bottom;
}

a.architectuur_site:hover {
  background-image:url('architectuur_site.gif');
}

a.grafisch_site {
  width:25px;
  height:180px;
  float:right;
  background:url('grafisch-ontwerp_site_licht.gif') no-repeat center bottom;
}

a.grafisch_site:hover {
  background-image:url('grafisch-ontwerp_site.gif');
}

div.top {
  height:185px;
  border-bottom:1px solid #999;  
  position:fixed;
  width:100%;
  background-color:#FFF;
  left:0;
  top:0;
}

div.top_content {
  height:185px;
  width:800px;
  margin:auto;
}

img.address {
  float:right;
  margin:0 30px 0 20px;
  border:0;
}

div.praktijk {
  width:80px;
  height:185px;
  float:right;
}

fieldset {
  border:0;
  position:relative;
  top:139px;
  float:left;
}

label {
  float:left;
  margin-right:15px;
}

label span {
  margin-left:4px;
}

label select {
  margin-top:2px;
  padding:2px 0;
  display:block;
  min-width:145px;
}

option.selected {
  font-weight:bold;
}

input.submit {
  clear:both;
  float:left;
  display:none;
}

div.content {
  width:796px;
  margin:auto;
  padding-top:190px;
}

* html div.content {
  padding-top:5px;
}

div.contact {
  float:left;
  line-height:20px;
}

div.contact a {
  color:#000;
}

div.text {
  width:346px;
  float:left;
}

div.text p {
  margin-bottom:5px;
}

div.text br {
  margin:3px;
  display:block;
}

div.images {
  width:400px;
  float:left;
  margin-left:50px;
}

div.images img {
  vertical-align:bottom;
  margin-bottom:5px;
}

