/*
	Algemeen
*/
html, body
{
  height: 100%;
  background-color: #FFFFFF;
}
/*
	Pagina structuur
*/
#pageContainer
{
  width: 987px;
  height: auto !important;
  height: 100%;
  position: relative;
}
#pageBuffer
{
  height: 495px;
}
div.pageWrap
{
  clear: both;
  visibility: hidden;
}
/*
	Footer: algemeen
*/
#footerContainer
{
  margin-top: -370px;
  width: 987px;
  height: 370px;
  position: relative;
  background: #ECE527 url("../images/footer_top_bg.gif") 2px top repeat-x;
}
#footerContent
{
  padding-bottom: 34px;
  height: 336px;
  background: url("../images/footer_right_bg.gif") right 23px repeat-y;
}
#footerCorner
{
  width: 24px;
  height: 23px;
  position: absolute;
  right: 0px;
  background-image: url("../images/footer_corner_bg.gif");
}
#footerMenu, #block-flickr-3, #block-search-0
{
  margin-right: 80px;
  padding-top: 67px;
  float: left;
}
/*
	Footer: menu
*/
#footerMenu
{
  padding-left: 20px;
  width: 130px;
}
#footerMenu ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footerMenu li
{
  padding: 0px 0px 6px 0px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 100%;
  text-transform: lowercase;
  background-image: none;
}
/* Fix voor Chrome -> a:hover met text-transform werkt niet altijd */
#footerMenu li:hover, #footerMenu a.active
{
  text-transform: uppercase;
}
#footerMenu a
{
  display: block;
  background: none; /* Voor alle browsers */
}
/* Einde fix voor Chrome */
#footerMenu a span
{
  display: none;
}
#footerMenu li:hover a span, #footerMenu li a.active span
{
  display: inline;
  position: relative;
  top: -2px;
}
#footerMenu li.color1 *
{
  color: #07A1D3;
}
#footerMenu li.color2 *
{
  color: #2B2B2B;
}
#footerMenu li.color3 *
{
  color: #EC2771;
}
/*
	Footer: flickr
*/
#block-flickr-3
{
  width: 360px;
}
#block-flickr-3 a
{
  margin: 0px 10px 10px 0px;
  width: 75px;
  height: 75px;
  display: block;
  float: left;
  border: 2px solid #FFFFFF;
}
#block-flickr-3 a:hover
{
  border-color: #EC2771;
}
/*
	Footer: zoeken
*/
#block-search-0
{
  margin: 0px;
  width: 255px;
}
#edit-search-block-form-1-wrapper
{
  width: 162px;
  height: 21px;
  display: inline;
  position: relative;
  top: -1px;
}
#block-search-0 input
{
  width: 160px;
  height: 19px;
  font-size: 1.2em;
  font-weight: bold;
}
#block-search-0 input[type="submit"]
{
  margin-top: 0px;
  padding: 2px 5px 4px 5px;
  width: 70px;
  height: 23px;
  color: #FFFFFF;
  background-color: #2B2B2B;
}
#block-search-0 input[type="submit"]:hover
{
  padding: 1px 4px 3px 4px;
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
  background-color: #FFFFFF;
}
/*
	Footer: copyrights
*/
#footerCopyrights
{
  margin-top: -34px;
  padding: 12px 14px 0px 14px;
  height: 22px;
  position: relative;
  background-color: #2B2B2B;
}
#footerCopyrights, #footerCopyrights a
{
  color: #07A1D3;
  font-size: 10px;
  text-transform: lowercase;
}
#footerCopyrights a
{
  background: none;
}
#footerCopyrights a:hover
{
  color: #EC2771;
  border-bottom: 1px solid #EC2771;
}