/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.ma08-container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.ma08-space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.ma08-top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.ma08-small {font-size:.9em;}
.ma08-large {font-size:1.1em;}
.ma08-quiet {color:#999;}
.ma08-hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
/*a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}*/

body {
	font-family:		verdana, "Helvetica Neue", arial, sans-serif;
	font-size:			75%;
	color:				#666;
}

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

h1 {
	font-size:			1.8em;
	margin-bottom:		0.2em;
}

h2 {
	font-size:			1.4em;
	font-weight:		normal;
	text-transform:		none;
	margin-bottom:		1.1em;
}

h3 {
	font-size:			1.2em;
	font-weight:		bold;
	text-transform:		none;
	margin-bottom:		1.3em;
}

p {
	margin-bottom:		1.5em;
}

p.kleineSchrift {
	font-size:			0.9em;
}

p.align-justify {
	text-align:			justify;
}

p.align-left {
	text-align:			left;
}

p.align-right {
	text-align:			right;
}

p.align-center {
	text-align:			center;
}

p.zitat {
	font-style:			italic;
	margin:				0 20px;
}

p.zitatBlocksatz {
	font-style:			italic;
	margin:				0 20px;
	text-align:			justify;
}

p.fussnote {
	background-color:	#DDD;
	padding-bottom:		3em;
}

p.frage {
	background-color:	#e7b2b2;
}

p.antwort {
	background-color:	#c3e3bd;
}