/* @override http://mcthias-2.local:8888/acu-rite/var_01_ausgewaehlt/c/print.css */

/*

	acu-rite.de
	------------

	@file 		print.css
	@version 	1.0.0b
	@date 		2009-07-02 12:33:04 +0200 (Thu, 2 Jul 2009)
	@author 	Matthias Edler-Golla <meg@wachenfeld-golla.de>

	Copyright (c) 2009 Wachenfeld + Golla, Buero fuer Gestaltung <http://wachenfeld-golla.de>

*/

div#menu {
	display: none;
}

body,
html>body {
	background:#fff;
	font-size: 9pt;
	line-height: 1.5;
}

div#wrap {
	width: 100%;
	margin: 0;
	overflow: visible;
}

/* @group logo */

h1#logo {
	width: 230px;
	height: 50px;
	position: static;
	font-size: 200%;
	text-transform: uppercase;
	overflow: visible;
}

h1#logo a span {
	display: none;
}

/* @end */

/* @group content */

div#content {
	width: 100%;
	float: none;
	overflow: visible;
	padding: 0;
	background: none;
	border: none;
}

div#content p {
	margin-bottom: 1.5em;
	width: 80%;
}

div#content div.introText p {
	width: 80%;
}

div#content div.fotoDetails {
	float: none;
	width: 70%;
	margin-bottom: 3em;
}

div#content div#slogan {
	position: static;
	font-size: 150%;
	font-style: italic;
	color: #006eb7;
	margin-top: 3em;
}

/* @end */

/* @group table */

table.technicData {
	margin:3em 0;
	background-color: #fff;
	width: 100%;
}

table.technicData td,
table.technicData th {
	border-bottom: 1px solid;
	border-color: #bcbcbc;
}



table.technicData th,
table.technicData td.product {
	background-color: #f1f1f1;
	border-right: 1px solid;
	border-color: #bcbcbc;
}

table tr {
	page-break-inside: avoid;
}

.print {display: block;}
.menu {display:none;}
.noprint {display:none;}
#footer {display:none;}
#leftContent {display:none;}

#icons {display:none;}


/* @end */


