/****************************************************************** 
  Include Media - Rothenbuecher & Kroll GbR
  Website: www.includemedia.de
  Description: print css
  Project: website.de
  Date: XX/2009
******************************************************************/

/*. general settings .*/

body{
  font-size: 14px;
}

*{
  background: #fff;
}

.showOnPrint{ display: block; }

/*. layout .*/

#leftCol,
#footer .nav,
#subheader{
  display: none;
}


#main{
  width: 95%;  
}

#contentColHolder{
  float: none !important; /* remove floats */

}

#contentCol{
  margin-left: 0px;
}

/* remove sticky footer */

#main{
	min-height: auto;
	height: auto;
	height: auto;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}

html, body {
	height: auto;
}

/*. reset tubes .*/

#head .tube{
  padding: 20px 0px 0px 0px;
}

#leftCol .tube{
  padding: 5px 5px 5px 0px;
}

#contentCol .tube{
  padding: 5px 10px 5px 0px;
}

#footer .tube{
  padding: 5px 10px 5px 0px;
}

