/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		doit baumarkt
	date:			04/2008, Claudia
	version:		4.1.5
	file:			print.css
	function:		base Stylesheet
********************************************************************************************************/

body#thePrintbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color:#FFF;
}

#thePrintbody  #colNormal, #thePrintbody  #content {
	background-color:#FFF;
	color:#333333;
}

.printheader {
	padding:30px;
	height:auto;
	vertical-align:bottom;
}
.printlogo {
	float:left;
	width: 300px;
}

.printname{
color:#2E83C4;
font-size:24px;
}

.printicons {
	float:right;
}
.printfooter {
	padding:30px;
}

#content {
	display:inline;
}

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Arial, Helvetica, sans-serif; }

TABLE.contenttable {  margin: 0px 0px 0px 0px; width: 100%; }

FORM { margin: 0px 0px 0px 0px;}
P, PRE { 
	margin: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
}
H1 {
	font-size:16px;
	color: #999999;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding-bottom:16px;
}
H2 {
	font-size:16px;
	color: #999999;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding-bottom:16px;
}
H3 {
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	line-height:17px;
}
H4 {
	font-size:12px;
	color: #999999;
	font-style:normal;
	font-weight:normal;
	line-height:17px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
H5 {
   font-size:24px;
   font-style:normal;
   font-weight:bold;
   margin:0px;
   padding:10px 0px 10px 0px;
} 

