/**
 * file: http://www.die-gastroenterologie.de/css/print.css
 * media: print
 */

/**
 * definition of standard tags
 */
html, body {
	height: 100%;
}

body {
	background-color: white;
	color: black;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	color: #8E1109;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	color: #8E1109;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1em 0px 0.5em 0px;
}

h3 {
	color: #8E1109;
	font-size: 1em;
	margin-top: 1em;
	font-weight: bold;
}

img {
	border: none;
}

p {
	margin: 0px;
}

/* lists */
ul,
ol
{
	margin-top: 1em;
	margin-bottom: 2em;
}

dl {
	margin-bottom: 2em;
}


/**
 * logo
 */
img#logo {
	display: none;
}


/**
 * head area: title and contact info
 */
div.head {
	background: url(../img/bg/logo_print.gif) top left no-repeat;
	height: 65px;
	width: 100%;
}

div.head a {
	color: black;
}

div.head img.titleLine1,
div.head img.titleLine2
{
	display: none;
}

div.head p {
	position: absolute;
	right: 19px;
	color: black;
	font-size: 0.8em;
	text-align: right;
}


/**
 * navigation area
 */
div.navSpacer,
div.navigation
{
	display: none;
}


/**
 * content area
 */

/* sidebar */
div.main .sidebar {
	position: absolute;
	padding: 72px 0px 0px 54px;
}

/* text */
div.main .mainText {
	padding: 34px 60px 20px 194px;
	text-align: justify;
}


/**
 * footer area
 */
div.footer {
	display: none;
}


/**
 * additional elements
 */

/* print button */
div.printButton {
	display: none;
}

/* addresses */
dl.address dt {
	float: left;
	width: 6em;
}

/* images */
img.left {
	float: left;
	margin: 0em 1em 0em 0em;
}

img.right {
	float: right;
	margin: 0em 0em 0em 1em;
}

/* navigation list */
ul.toc {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.toc a {
	color: #8e1109;
}

div.toc ul {
	display: none;
}


/**
 * exceptions
 */

/* start page */
body.index div.mainText {
	background-image: url(../img/bg/torso.jpg);
	background-repeat: no-repeat;
	background-position: 542px 128px;
}

body.index div.mainText p
{
	width: 450px;
	margin-bottom: 2em;
	text-align: left;
}

/* imprint */
body.impressum h2 {
	margin-bottom: 0em;
}

/* text area covers complete width */
div.main .broad {
	padding: 60px 60px 20px 60px;
}
	
/* questionnaire */
form.fragebogen li {
	margin-bottom: 1em;
}

/* navigation list in main text */
div.mainText ul span.left {
	display: none;
}

/* external sites in linklist */
span.sitename {
	font-weight: bold;
}