/****************************************************************** 
  gloom it - Axel Rothenbuecher and Phillip Kroll GbR (gloomit.de)
  description: print css
  project: 
******************************************************************/

/*. general settings .*/

body{
  font-size: 14px;
}

*{
  background: #fff;
}
.showOnPrint{ display: block; }
/*. layout .*/

#leftCol,
#leftCol2,
#footer .nav,
#sp0,
#head{
  display: none;
}

#footer .nav{
  display: none;
}

#rightColHolder{
  float: none !important; /* remove floats */
  width: auto;  
}

#rightCol{
  margin-left: 0px;
}


.contentBox{
  width: 60%;
}

.memo .hr{
  background-color: #999 !important;
}

#rightCol .contentElement .bodytext {
width:auto;
}
/* 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;
}

#rightCol .tube{
  padding: 5px 10px 5px 0px;
}

#footer .tube{
  padding: 5px 10px 5px 0px;
}
