/****************************************************************** 
  Include Media - Rothenbuecher & Kroll GbR
  Website: www.includemedia.de
  Description: print css
  Project: website.de
  Date: XX/2009
******************************************************************/

/*. general settings .*/

body{
  font-size: 14px;
}

#main{
  background: #fff;
}

.showOnPrint{ display: block; }
.hideOnPrint{ display: none; }

/*. layout .*/


#main, #footer{  
  padding-left: 0px;
  padding-right: 429px;  
}

#pageTitle {
  left: 0px;
}

#subTitle {
  left: 2px;
}



#leftCol,
#footer .nav{
  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;
}

