/*
------------------------------
	Joomla! Template
	HausXXL
	Copyright COB
	PRINT
------------------------------
*/

@media print { 
	.container12 {width:100%;}
	
	.span12 {width:100%;}
	
	.span1,
	.span2,
	.span3,
	.span4,
	.span5,
	.span6,
	.span7,
	.span8,
	.span9,
	.span10,
	.span11,
	.span12,
	.mod-span2,
	.mod-span3,
	.mod-span4,
	.mod-span12 {
		display: inline;
		float: left;
		margin-left:0px;
		margin-right:0px;
	}
	
	.container12 .span1 {width: 6.5%;}
	.container12 .span2, .container12 .mod-span2 {width: 15%;}
	.container12 .span3, .container12 .mod-span3 {width: 23.5%;}
	.container12 .span4, .container12 .mod-span4 {width: 32%;}
	.container12 .span5 {width: 40.5%;}
	.container12 .span6 {width: 49%;}
	.container12 .span7 {width: 57.5%}
	.container12 .span8 {width: 100%;}
	.container12 .span9 {width: 74.5%;}
	.container12 .span10 {width: 83%;}
	.container12 .span11 {width: 91.5%;}
	.container12 .span12, .container12 .mod-span12 {width: 100%;}
	
	.sidebar.span4{width:100%;}
	
	#header .header-middle,
	#header .fright,
	#top-navigation,
	#system-message-container,
	.sidebar .mod-ad,
	.sidebar .mod-quick-offers,
	.mod-keywords,
	#footer,
	.big-picture,
	.updown,
	.dummy,
	.mod-contact-big,
	.grey-button,
	.white-button,
	.green-button,
	.socialmedia,
	.calculator{
		display:none;
	}
	
	.selection{height:auto;}
	.selection ul{height:auto;}
	.selection li{height:auto;float:left;padding:10px 0px;}
	.frame.size-100{height:auto;width:300px;}
	.frame.size-100 img{max-height:none;max-width:none;}
	
	.sidebar .mod-overview{height:0;border:0;}
	.sidebar .mod-overview .title{display:block;position:absolute;top:20px;left:40%;font-size:26px;font-weight:bold;}

}