/*
	Algemeen
*/
html
{
  height: 100%;
  overflow-y: scroll;
}
body
{
  height: 100%;
  background-color: #8D9B1B;
}
#paginaContainer
{
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../media/img/pagina/header_bg.png") repeat-x;
}
#paginaSubContainer
{
  margin: 0px auto -21px;
  width: 900px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: left;
  background: url("../media/img/pagina/oscar_logo.png") left bottom no-repeat;
  background-color: #A2BD20;
}
/*
	Header
*/
#headerContainer
{
  padding-top: 10px;
  width: 900px;
  height: 157px;
  background: url("../media/img/pagina/header_bg.png") repeat-x;
}
#headerCrefiLogo
{
  width: 111px;
  height: 130px;
  display: block;
  background: url("../media/img/pagina/crefi_logo.png") right top no-repeat;
  float: right;
}
#headerContent
{
  padding: 6px 3px 6px 6px;
  width: 780px;
  height: 118px;
  background: url("../media/img/pagina/crefi_ov.gif") left bottom no-repeat;
}
#headerMenu
{
  padding-top: 2px;
  width: 900px;
  height: 20px;
  font-weight: bold;
  clear: both;
}
#headerMenu a
{
  width: 144px;
  padding: 4px 3px 4px 3px;
  color: #660000;
  text-align: center;
  display: block;
  float: left;
}
#headerMenu a:hover
{
  color: #B2CA37;
  background: url("../media/img/pagina/menu_over.gif") repeat-x;
}
#menuEinde
{
  width: 0px;
  visibility: hidden;
  clear: both;
}
/*
	Body
*/
#bodyContent
{
  margin: 6px 12px 6px 0px;
  padding: 0px 0px 10px 12px;
  width: 696px;
  float: right;
  border-left: 1px dashed #660000;
}
#bodySubbalk
{
  margin: 11px 0px 6px 6px;
  padding-right: 12px;
  width: 161px;
}
#bodySubmenu p
{
  padding-bottom: 0px;
}
#bodySubmenu a
{
  color: #660000;
}
#bodySubmenu a:hover
{
  color: #333333;
}
#bodyKalender h2
{
  margin-bottom: 1px;
}
#bodyKalender td
{
  width: 23px;
  height: 23px;
  text-align: center;
  vertical-align: middle;
}
#bodyBuffer
{
  height: 21px;
  clear: both;
}
/*
	Footer
*/
#footerContainer
{
  margin: 0px auto;
  padding: 2px 3px 0px 3px;
  width: 882px;
  height: 18px;
  text-align: left;
  border-top: 1px solid #660000;
}
#footerContainer p
{
  font-size: 10px;
  line-height: 100%;
}