/*
Description: Cascading Stylesheet for print, http://klavierstimmer-bunge.de, css 2 compatible
Author: Andreas Brandau, http://brandau.net
Version: 1.0.1
Date: 5.1.2009
*/
body {
	margin: 0px 0px 25px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#header {
	margin:0 auto 0px;
	text-align:center;
	background: url(/images/bg_top_shadow.png) no-repeat center top;
	padding-bottom: 10px;
	padding-top: 35px;
}
#header h1 {
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	color: #c30;
}
.sub_h1 {
	font-size: 0.47em;
}
#header p {
	font-variant:small-caps;
	margin: 0px;
	padding: 0px;
}
form, .form-row, input, textarea, #menu, .screen {
	display: none;
}
#container {
	margin: 0px auto;
	padding: 0px;
}
#content {
	width: 425px;
	margin: 0px auto;
	padding: 0px;
}
#content h1, #content h2 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #c30;
	margin-top: 0px;
	padding-top: 15px;
}
#content h3 {
	font-size: 1em;
}
#content p {
	line-height: 1.8em;
	text-indent: 20px;
	margin: 1.5em 0px 0px;
	padding: 0px;
}
#content ol,ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
}
#content li {
	list-style-type: disc;
	line-height: 1.8em;
	list-style-image: url(../images/li_symbol.png);
}
#footer {
	margin:0 auto;
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
}
a {
	color:#c30;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #fff;
	background: #c30;
}
img {
	border:none;
}
table {
	border-spacing: 0px;
}
td {
	border: 0px;
	border-top: 1px solid #ddd;
	vertical-align: top;
	color: #444;
	padding: 5px;
	}
.align-center, .small-date {
	text-align: center;
}
.small, .small-date {
	font-size: 0.8em;
}
.blockquote {
	margin: 0 0 0 20px;
	line-height: 1.8em;
}