@charset "iso-8859-1";

/*******************************************************************************
Name:   print.css
Datum:  2007.10.24
Kunde:  signographie.de
*******************************************************************************/

#leftColumn, #contentColumn, #SOWrap {
	float: none;	/* since left and right columns are being hidden, there's no need to float any columns. */
}

html>body #SOWrap {
	width: auto;	/* help Opera out */
}

#leftColumn, .hnav, .vnav, .nav2, .printHide, .vnav ul li, .nav2 ul li, .subhead  {
	display: none; /* beim Druck verstecken */
}

#outerColumnContainer, #innerColumnContainer, #pageWrapper {
	border-width: 0;
}

#footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
}

.subhead {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: Black;
	font-variant: small-caps;
	margin: 0;
}

* html #footer {
	margin-top:	1em; 	/* help IE print space between the content and footer */
}

a, a:link, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

body * {
	background-color: White;
	color: Black;
	font-size: 1em;
	line-height: 1.3em;
}

h1 {
	font-size: 190%;
	padding-bottom: 2px;
}

h2 {
	font-size: 160%;
	padding-bottom: 2px;
}

h3 {
	font-size: 130%;
	padding-bottom: 2px;
}

h4 {
	font-size: 100%;
	padding-bottom: 2px;
}

/******************************************************************************/

.hide {
	display: inherit;
}