/*******************************************************************************
Name:   print.css
Datum:  19.11.2007
Kunde:  reflexe-der-moderne.de
*******************************************************************************/

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

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

#footer  {
	display: none; /* beim Druck verstecken */
}

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

#kopf h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: Black;
	}

.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: Black;
	font-variant: small-caps;
}

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: compact;
}

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