/* ************************************************** */
/*              Copyright by Pretti & So              */
/*                 8020 Graz Austria                  */
/* ************************************************** */
/*            Design by Gunter Jammernegg             */
/*       gunter(DOT)jammernegg(AT)utanet(DOT)at       */
/* ************************************************** */

/* Stile für media print */

/* Browserfenster definieren */
html, body {
    height: auto;
    width: auto;
	margin: auto;
	overflow: auto;
}

/* Container mit Navigation */
#navigation { display: none; }

/* Container ganze Seite */
#canvas {
	height: auto;
    margin: auto;
	overflow: auto;
}

/* Container für Popups */
#popup { display: none; }

/* Container für <noscript>-Inhalt */
#noscript { display: none; }

