/*****************************
 file: print.css
 author: jolimontdesign.ch
 version: 04.05.2006
 
 this css is used to provide
 print-friendly pages
****************************/

/* 1 adjustments for some elements */
body{background-color: transparent;}
#rahmen{width: 92%;margin: 0px auto 0px auto;background-image: none;}		
#content {width: 100%;padding-left: 0px;}
#footer{clear:both;width: 100%;background-image: none;padding-left: 0px;margin-top: 80px;border-top: 1px solid #333333;}

/* 2 hide print-useless elements */
#obenrechts{display: none;}
#rechts{display: none;}
#toplink{display: none;}
#menu {display: none;}
#links {float: none;}
