/**
* Custom Print Stylesheet for FinishWeb Site www.brig-simplon.ch
*
* Copyright:
* BAR Informatik AG
* Brig-Glis, Switzerland
*
* Authors:
* bz	Bernd Zumoberhaus, BAR Informatik AG
* 
* Changes:
* 31.03.2015    bz  initial & final version
*/

/**************************************************************************************************
* Default styling of HTML-tags
**************************************************************************************************/
body,
a,
a:hover { color:#000 !important; }

/********************************
* media
********************************/
@media print {
    a[href]:after {
        content: "";
    }
    body { font-size:140%; }
    #content img { width:auto !important; }
}
body { overflow-y:visible; }
#header,
#content,
#footer-wrapper { width:100% !important; }
#header #logo {}
#header #language,
#header #social,
#header #search,
#navmob,
#header > a,
#header #nav,
#content #sidebar-right,
#footer-wrapper #footer { display:none; }

/********************************
* background
********************************/
#background { display:none; }

/********************************
* header
********************************/
        
/********************************
* content
********************************/
#content { padding:0; margin:0; }

	/********************************
	* main
	********************************/
	#main { width:100%; background:none; padding:0; margin:0; }
	#contenttools { display:none; }

        /* position */
        #content #main .nav { color:#000; }

	/********************************
	* footer-wrapper
	********************************/

        /********************************
        * address
        ********************************/
        #footer-wrapper #address { background:transparent; }

			/* text */
			#footer-wrapper #address .fwtext,
			#footer-wrapper #address .fwtext p a { color:#000; }
                
        /********************************
        * footer
        ********************************/
        
            /********************************
            * footer-content
            ********************************/
