/**
 *	CSS-Stile fuer die Druckausgabe
 *	v1.0
 */



/**
 *	Allgemein
 */

* { color:#000; }
html { font-size:80%; width:100%; height:100%; }
body { width:100%; height:100%; background-color:#fff; background-image:none; margin:0; padding:0; }
.noprint { display: none; }



/**
 *	Typo
 */

h1, h2, h3, h4, h5, h6 { color:#000; }
a:link, a:visited, a:active { color:#000; }



/**
 *	Layout
 */

#printAddress { display:block; height:auto; width:auto; }
#outerBox { width:100%; height:100%; background-image:none; }
#contentFrameBox { background-image:none; overflow:visible; }

#bannerHomeBox { position:relative; }
#claimBox { display:none; }
#contentBoxHome { display:none; }


#banner { display:none; }
#menuBox { display:none; }
#contentBox { margin:0; padding:0; width:98%; }
#submenuBox { display:none; }
#imageBox { background-color:#fff; }
#serviceBox { display:none; }

#stadthalle #imageBox { background-color:#fff; }
#schloss #imageBox { background-color:#fff; }
#services #imageBox { background-color:#fff; }
#kultur #imageBox { background-color:#fff; }

#leftCol { width:100%; margin:0 0 2em 0;}
#rightCol { width:100%; margin:0 0 2em 0; }


