/*
TREAT-NMD Patient Registry Software
Copyright 2014 Klinikum der Universität München

CSS print stylesheet
*/

/* Fonts */
@import url("../../registry/fonts/PTSans/PTSans.css");

@import url("../../registry/fonts/PTSans/PTSansCaption.css");

/*** BODY ***/
body {
	line-height: 1.4;
	font-family: "PTSans", "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, "Arial", sans-serif;
	color: #000;
	background: none repeat scroll 0 0 white;
	color: black;
	font-size: 12pt;
	line-height: 150%;
	margin-left: 1em;
	text-align: left;
	width: 90% !important;
	color: #000;
}

.banner {
	display: none;
}

.print_header {
	padding-bottom: 2em;
	margin-top: 20px;
}

.print_header .logo {
	float: left;
}

.print_header .title {
	display: block;
	padding: 2em 0 0 2em;
	font-size: 18pt;
	font-family: "PTSansCaption", "Helvetica Neue", Helvetica, "Arial",
		sans-serif;
}

.content {
	clear: both;
}

/*** HEADINGS ***/
h1,h2,h3,h4,h5,h6 {
	color: #404040;
}

h1 {
	font-size: 19pt;
	font-family: "PTSansCaption", "Helvetica Neue", Helvetica, "Arial",
		sans-serif;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 15pt;
}

h4,h5,h6 {
	font-size: 12pt;
}

/*** ELEMENTS ***/
code {
	font: 10px monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: 10pt;
}

hr {
	background-color: #ccc;
}

/*** IMAGES ***/
img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}

a img {
	border: none;
}

/*** LINKS ***/
a:link,a:visited {
	background: transparent;
	font-weight: 500;
	text-decoration: underline;
	color: #333;
}

a:link[href^="http://"]:after,a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	text-transform: none;
	text-decoration: underline;
}

.header,.navifooter,.navi_content,.hide {
	display: none;
}