@charset "utf-8";
/* CSS Document */

@page {
  size: A4 landscape;
  margin: 80mm 10mm 30mm 10mm;
}

/* HTML ELMENTS */
h1 {
	font-size:18px;
	font-weight:bold;
	margin:9px 0px 18px 0;
}

h2  {
	font-size:14px;
	font-weight:bold;
	margin:16px 0 16px;
}

h3 {
	font-size:12px;
	margin:14px 0 14px 0;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000000;
	width:100%;
	padding:0;
}

table .odd {
	background-color:#C4CAD2;
}

#header {
	/*
	position: fixed;
	top: -30mm;
	*/
	width:100%;
	padding:5px;
	text-align:right;
}

/* Footer */
#footer{
	border-top:1px solid #3a95c4;
	position: fixed;
	bottom: -10mm; 
	text-align:center;
	width:100%;
}

#footer .adresse {
	color:#333333;
	font-size:8px;
	text-align:center;
}

/** Produkdarstellung anpassen **/
#linkAsPDF, .back, .button, .csc-firstHeader {display:none;}

.product th {
	text-align:left;
	background-color:#C4CAD2;
}

.tx-acproductdisplayer-pi1 #images .image {
	float:left;
	margin-right:10px;
}