
#container, #navigation {
  position: relative; 
  min-width: 760px;
}
* html #container, * html #navigation {
  width: 780px;
  width: expression((document.body.clientWidth>2000) ? "1600px" : ((document.body.clientWidth>800) ? "auto" : "780px"));
}

#container {
  min-height: 100%;
  font: normal 1em/1.5em helvetica, arial, sans-serif;
}
* html #container {
  height: 100%; /*IE6*/
}
/*IE5.5*/
* html #container {
  text-align: center;
  te\xt-align: left;
}

#navigation {
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  border-top: 0px;
}

* html #navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;/*IE5.5*/
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#navmenu {
  position: relative;
  width: 50em;
  min-height: 1.5em;
  margin: 0 auto;
  padding-top: .2em;
  z-index: 10;
}
* html #navmenu {height: 1.5em;}

	#navmenu li {
	  display: inline;
	  padding: 0 3px;
	  background-color: #34769a;
	}
	 #navmenu a, #navmenu a:visited {
	  color: #fff;
	  font: bold .9em/1.1em baskerville, times, "times new roman", serif;
	  text-decoration: underline;
  	  text-align: center;
	  white-space: nowrap;
	}
	#navmenu a:focus, #navmenu a:hover, #navmenu a:active {
  	  color: #a9076a;
	}

a[href$=".pdf"] {
  padding-right: 29px;
  line-height: 1.88em;
  background: url(../../images/pdf-icon.gif) no-repeat 100% 50%;
}
*+html a[href$=".pdf"] {display: inline-block;}

#access {
  position: absolute;
  top: -9000px;
  left: -9000px;
  z-index: 5;
}
	  
	#container #access a:focus, #container #access a:active {
	  position: absolute;
	  top: 9030px;
	  left: 9150px;
	  width: 11em;
	  padding: 2px 5px;
	  color: #34769a;
	  font-weight: bold;
	  text-align: center;
	  text-decoration: none;
	  background-color: #fff;
	  border: 2px solid #34769a;
	}

#header {
  position: relative;
  height: 100px;
  background: url(../images/header_logo2.jpg) left bottom no-repeat;
  border-bottom: 1px solid #fff;
  overflow: hidden; /*tekst vergroting*/
}

#container #naam, #container #tagline {
  color: #599fc6; 
  text-align: center;
  text-decoration: none;
  font: bold 3em arial, sans-serif;
}
#container #naam a, #container #tagline a {
  color: #599fc6; /*Ie kent "inherit" niet.. stom*/
  text-decoration: none;
}
	#naam {
  	  height: 100px;
  	  background: url(../images/homesellinglogorechts.png) 100% 0 no-repeat;
	}
	* html #naam {
	  background-image: url(../images/header_logo.png);/*geen alpha-transparency voor IE6*/
	}
	#header #tagline, #header #tagline a {
	  margin-top: -40px;
  	  font-size: 20px;
	  font-style: italic;
  	  line-height: 20px;
	}

#talen {
  height: 20px;
  margin-top: 5px;
  padding-left: 10px;
}
	#talen li {
	  display: inline;
	}
	#talen a {
	  padding-right: 5px;
	  text-decoration: none
	}
	#talen a:visited {
	  color: #a9076a;
	}
	#talen a:focus, #talen a:hover {
	  color: #fd8402;
	  text-decoration: underline;
	}

h1, h1 a {
  margin: .8em 0 1em;
  color: #599fc6;
  text-align: center;
  font-size: 1.8em;
}

/*skip links naar boven*/
#container p.boven a:visited, #container p.nopad a:visited {
  color: #0d4464;
  text-decoration: underline;
}
p.boven, p.nopad {
  clear: both;
  text-align: center;
}
p.boven a:focus, p.boven a:hover {
  color: #60a5ca;
  text-decoration: underline;
}
	p.boven {
	  padding-bottom: 6em;
	}

