
/* hide navigation elements and teasers */
div.teasers, ul#metanav, div#nav
                                { display: none; }

/* scale visual to full width */
div#mainwrap
                                { width: 100%; padding-top: 7em;}

/* no bottom line */
div#mainwrap
                                { border: none; }

/* scale visual to full width */
div#visual, div#visual img
                                { width: 100%; height: auto; }

/* reformat page headline */
h1
                                { color: #36c; position: relative; left: 0; top: 0; background: none; padding: 0; margin-left: 4%; }

/* resize logo */
img#logo
                                { width: 25%; height: auto; }

/* reformat columns */
div.content
                                { width: 45%; margin-left: 4%; margin-right: 0; }


