body {
  font-family: 'Trebuchet MS', Verdana, sans_serif;
  font-size: 11px;
  line-height: 18px;
}
.container { display: block; margin-bottom: 18px; }

.text { width: 66%; float: left; }
.images { width: 33%; float: right; }
.images img { margin-bottom: 9px; }

.invisible, #navigation, #logo, #headline, #footer, #header, #subnavigation { display: none; }

/* Clearfix-Hack */
.clearfix:after, .teaser:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix, .teaser {height: 1%;}
.clearfix, .teaser {display: block;}
/* End hide from IE-mac */

#homepage #subnavigation { display: block; page-break-before: always; }
#homepage #subnavigation h2.invisible { display: block; }
