
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
  float: right;
  width: 100%;
  display: inline-block;
}
#page-wrapper {
  /* min-height: 100%; */
  /* min-width: 960px; */
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
  height: 100%;
}
.region-header {
  float: right; /* LTR */
  margin: 0;
}
.with-secondary-menu .region-header {
  margin-top: 0;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 190px;
}
.without-secondary-menu .region-header {
  margin-top: 181px;
  float: right;
  border-bottom: 2px solid #fff;
}
#secondary-menu {
  position: absolute;
  left: 310px; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 80%;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 300px;
  float: right;
}
#content .section,
.sidebar .section {
  padding: 0;
}
#breadcrumb {
  margin: 0 15px;
  display: none;
}

#footer-wrapper {
  padding: 0;
}
/*.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {  padding: 0 10px;  width: 25%; }

.region-footer-firstcolumn {padding-left:0;width: 160px;}
.region-footer-secondcolumn {border-left: 1px dashed #aaa;padding-left: 13px;width: 220px;min-height: 240px;}
.region-footer-thirdcolumn {width: 44%;min-height: 243px;border-left: 1px dashed #aaa;}
.region-footer-fourthcolumn {border-left: 1px dashed #aaa;padding-left: 18px;float:right;width: 310px;padding-top: 17px;height: 100%;display: inline-block;min-height: 247px;}
.region-footer-fourthcolumn img {border-left: 0px dashed #aaa;display:inline-block;width:100%;margin-bottom: 9px;}
.region-footer-fourthcolumn * { display:inline-block; width:100%; text-align:center; float:right }
#footer-columns .region-footer-fourthcolumn p:first-child { margin-top:0px; }*/
/*#footer {*/
  /* width: 940px; */
  /* min-width: 920px; */
/*}*/


.footer-robben {display:inline-block;width:100%;float:right;height: 40px;margin-bottom: 3px;background: #9c0a0d;}