	/* 
	* ============================================================== 
	* Hannecke Display Systems
	*
	* @copyright       Hannecke Display Systems GmbH & Co. KG
	* @author          brandung GmbH & CoKG - Florian Brun
	* @file			   print.css
	* @version         0.1
	*
	* ============================================================== 
	*/

/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size:10px;
}

/* ===============================
   =Block-Elemente 
=============================== */

h1 {

}

h2 {

}

h3 {

}

img {border: none;}

p, 
ul, 
ol {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

address {

}

/* ===============================
   =Inline-Elemente 
=============================== */

strong {
	font-weight: bold;
}

a { display: none; }
a:link 						{  }
a:visited 				{  }
a:hover, a:focus 	{  }
a:active 					{  }

/* ===============================
   =Classen
=============================== */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */ 


/* ===============================
   =Wrapper
=============================== */

/* ===============================
   =Header
=============================== */
#header{ display: none !important; }
.logoBlank{ display: none !important; }
#meta,#navi{ display: none; }
#hiddenNav{ display: none; }

/* ===============================
   =Navigation
=============================== */
#subnavi{ display: none; }

/* ===============================
   =Content
=============================== */
#container #colLeft{ display: none; }
#colAll-content p,#colAll-content h1{ display: none; }
#colAll-content form p,#colAll-content form h1{ display: block; }
#container #colRight{ top: 0; }
#container{ top:0;}

/* ===============================
   =Footer
=============================== */
#footer{ display: none; }
#wrapper_margins div img{ display: none; }
.BTNCheckout { display: none}
.w620p { display: none; }
#print_logo {
	display: block !important;
}
#print_logo  img{
	display:block !important;
}
input{ display: none }