/* CSS Document */
/* Alle mit * html beginnenden Zeilen enthalten spezielle Einstellungen für den MSIE */

body				{ position:relative; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%; color: #333333; }
html, body			{ top:0; left:0; right:0; min-height:100%; margin:0px; padding:0px; width:100%; }
* html, * html body	{ overflow:hidden; bottom:0; height:100%; }

#kopf, #fuss		{ display:none; }
#panoramabild		{ height:0;}

#inhalt				{ position:relative; top:0px; margin:0px; z-index:2; padding:0px; }

.nicht_drucken		{ display:none; visibility: hidden; }
